Bläddra i källkod

new release 2.3.0

Mariusz Sieroń 6 år sedan
förälder
incheckning
428fac10b1

+ 1 - 1
assira.all/dependency-reduced-pom.xml

@@ -3,7 +3,7 @@
   <parent>
     <artifactId>assira.project</artifactId>
     <groupId>net.ranides</groupId>
-    <version>2.2.0</version>
+    <version>2.3.0</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>assira.all</artifactId>

+ 1 - 1
assira.all/pom.xml

@@ -4,7 +4,7 @@
     <parent>
         <groupId>net.ranides</groupId>
         <artifactId>assira.project</artifactId>
-        <version>2.2.0</version>
+        <version>2.3.0</version>
     </parent>
     <artifactId>assira.all</artifactId>
     <packaging>jar</packaging>

+ 1 - 1
assira.archetype/pom.xml

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

+ 2 - 2
assira.archetype/src/main/resources/archetype-resources/pom.xml

@@ -84,12 +84,12 @@
         <dependency>
             <groupId>net.ranides</groupId>
             <artifactId>assira</artifactId>
-            <version>2.2.0</version>
+            <version>2.3.0</version>
         </dependency>
         <dependency>
             <groupId>net.ranides</groupId>
             <artifactId>assira.junit</artifactId>
-            <version>2.2.0</version>
+            <version>2.3.0</version>
             <scope>test</scope>
         </dependency>
     </dependencies>

+ 1 - 1
assira.asm/pom.xml

@@ -4,7 +4,7 @@
     <parent>
         <groupId>net.ranides</groupId>
         <artifactId>assira.project</artifactId>
-        <version>2.2.0</version>
+        <version>2.3.0</version>
         <relativePath>..</relativePath>
     </parent>
     <groupId>net.ranides</groupId>

+ 1 - 1
assira.benchmark/pom.xml

@@ -4,7 +4,7 @@
     <parent>
 		<groupId>net.ranides</groupId>
 		<artifactId>assira.project</artifactId>
-		<version>2.2.0</version>
+		<version>2.3.0</version>
         <relativePath>..</relativePath>
 	</parent>
     <name>assira.benchmark</name>

+ 1 - 1
assira.drafts/pom.xml

@@ -4,7 +4,7 @@
     <parent>
         <groupId>net.ranides</groupId>
         <artifactId>assira.project</artifactId>
-        <version>2.2.0</version>
+        <version>2.3.0</version>
         <relativePath>..</relativePath>
     </parent>
     <groupId>net.ranides</groupId>

+ 3 - 3
assira.enterprise/pom.xml

@@ -3,7 +3,7 @@
     <parent>
         <groupId>net.ranides</groupId>
         <artifactId>assira.project</artifactId>
-        <version>2.2.0</version>
+        <version>2.3.0</version>
         <relativePath>..</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
@@ -18,12 +18,12 @@
         <dependency>
             <groupId>net.ranides</groupId>
             <artifactId>assira</artifactId>
-            <version>2.2.0</version>
+            <version>2.3.0</version>
         </dependency>
         <dependency>
             <groupId>net.ranides</groupId>
             <artifactId>assira.junit</artifactId>
-            <version>2.2.0</version>
+            <version>2.3.0</version>
             <scope>test</scope>
         </dependency>
         <dependency>

+ 1 - 1
assira.junit/pom.xml

@@ -4,7 +4,7 @@
     <parent>
         <groupId>net.ranides</groupId>
         <artifactId>assira.project</artifactId>
-        <version>2.2.0</version>
+        <version>2.3.0</version>
         <relativePath>..</relativePath>
     </parent>
     

+ 1 - 1
assira.rules.test/pom.xml

@@ -4,7 +4,7 @@
     <parent>
         <groupId>net.ranides</groupId>
         <artifactId>assira.project</artifactId>
-        <version>2.2.0</version>
+        <version>2.3.0</version>
         <relativePath>..</relativePath>
     </parent>
     

+ 1 - 1
assira.rules/pom.xml

@@ -4,7 +4,7 @@
     <parent>
         <groupId>net.ranides</groupId>
         <artifactId>assira.project</artifactId>
-        <version>2.2.0</version>
+        <version>2.3.0</version>
         <relativePath>..</relativePath>
     </parent>
     

+ 1 - 1
assira.test/pom.xml

@@ -4,7 +4,7 @@
 	<parent>
         <groupId>net.ranides</groupId>
         <artifactId>assira.project</artifactId>
-        <version>2.2.0</version>
+        <version>2.3.0</version>
         <relativePath>..</relativePath>
     </parent>
 	

+ 1 - 1
assira/pom.xml

@@ -4,7 +4,7 @@
     <parent>
         <groupId>net.ranides</groupId>
         <artifactId>assira.project</artifactId>
-        <version>2.2.0</version>
+        <version>2.3.0</version>
         <relativePath>..</relativePath>
     </parent>
     <name>assira</name>

+ 1 - 1
pom.xml

@@ -4,7 +4,7 @@
 
     <groupId>net.ranides</groupId>
     <artifactId>assira.project</artifactId>
-    <version>2.2.0</version>
+    <version>2.3.0</version>
     <packaging>pom</packaging>
 
     <url>http://ranides.net/projects/assira</url>