소스 검색

release 2.8.0

Ranides Atterwim 4 년 전
부모
커밋
034315fdb0
10개의 변경된 파일10개의 추가작업 그리고 10개의 파일을 삭제
  1. 1 1
      assira.asm/pom.xml
  2. 1 1
      assira.commons/pom.xml
  3. 1 1
      assira.core/pom.xml
  4. 1 1
      assira.core11/pom.xml
  5. 1 1
      assira.core8/pom.xml
  6. 1 1
      assira.enterprise/pom.xml
  7. 1 1
      assira.junit/pom.xml
  8. 1 1
      assira.lambda/pom.xml
  9. 1 1
      assira.test/pom.xml
  10. 1 1
      pom.xml

+ 1 - 1
assira.asm/pom.xml

@@ -4,7 +4,7 @@
     <parent>
         <groupId>net.ranides</groupId>
         <artifactId>assira.project</artifactId>
-        <version>2.8.0-SNAPSHOT</version>
+        <version>2.8.0</version>
     </parent>
 
     <groupId>net.ranides</groupId>

+ 1 - 1
assira.commons/pom.xml

@@ -6,7 +6,7 @@
     <parent>
         <artifactId>assira.project</artifactId>
         <groupId>net.ranides</groupId>
-        <version>2.8.0-SNAPSHOT</version>
+        <version>2.8.0</version>
     </parent>
 
     <artifactId>assira.commons</artifactId>

+ 1 - 1
assira.core/pom.xml

@@ -4,7 +4,7 @@
     <parent>
         <groupId>net.ranides</groupId>
         <artifactId>assira.project</artifactId>
-        <version>2.8.0-SNAPSHOT</version>
+        <version>2.8.0</version>
     </parent>
 
     <artifactId>assira.core</artifactId>

+ 1 - 1
assira.core11/pom.xml

@@ -6,7 +6,7 @@
     <parent>
         <artifactId>assira.project</artifactId>
         <groupId>net.ranides</groupId>
-        <version>2.8.0-SNAPSHOT</version>
+        <version>2.8.0</version>
     </parent>
 
     <artifactId>assira.core11</artifactId>

+ 1 - 1
assira.core8/pom.xml

@@ -6,7 +6,7 @@
     <parent>
         <artifactId>assira.project</artifactId>
         <groupId>net.ranides</groupId>
-        <version>2.8.0-SNAPSHOT</version>
+        <version>2.8.0</version>
     </parent>
 
     <artifactId>assira.core8</artifactId>

+ 1 - 1
assira.enterprise/pom.xml

@@ -4,7 +4,7 @@
     <parent>
         <groupId>net.ranides</groupId>
         <artifactId>assira.project</artifactId>
-        <version>2.8.0-SNAPSHOT</version>
+        <version>2.8.0</version>
     </parent>
 
     <artifactId>assira.enterprise</artifactId>

+ 1 - 1
assira.junit/pom.xml

@@ -4,7 +4,7 @@
     <parent>
         <groupId>net.ranides</groupId>
         <artifactId>assira.project</artifactId>
-        <version>2.8.0-SNAPSHOT</version>
+        <version>2.8.0</version>
     </parent>
     
     <artifactId>assira.junit</artifactId>

+ 1 - 1
assira.lambda/pom.xml

@@ -6,7 +6,7 @@
     <parent>
         <artifactId>assira.project</artifactId>
         <groupId>net.ranides</groupId>
-        <version>2.8.0-SNAPSHOT</version>
+        <version>2.8.0</version>
     </parent>
 
     <artifactId>assira.lambda</artifactId>

+ 1 - 1
assira.test/pom.xml

@@ -4,7 +4,7 @@
 	<parent>
         <groupId>net.ranides</groupId>
         <artifactId>assira.project</artifactId>
-        <version>2.8.0-SNAPSHOT</version>
+        <version>2.8.0</version>
     </parent>
 	
     <artifactId>assira.test</artifactId>

+ 1 - 1
pom.xml

@@ -4,7 +4,7 @@
 
     <groupId>net.ranides</groupId>
     <artifactId>assira.project</artifactId>
-    <version>2.8.0-SNAPSHOT</version>
+    <version>2.8.0</version>
     <packaging>pom</packaging>
 
     <name>${project.groupId}:${project.artifactId}</name>