Mariusz Sieroń 6 лет назад
Родитель
Сommit
94b26c9636

+ 1 - 1
assira.all/pom.xml

@@ -4,7 +4,7 @@
     <parent>
         <groupId>net.ranides</groupId>
         <artifactId>assira.project</artifactId>
-        <version>2.1.0</version>
+        <version>2.2.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.1.0</version>
+        <version>2.2.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.1.0</version>
+            <version>2.2.0</version>
         </dependency>
         <dependency>
             <groupId>net.ranides</groupId>
             <artifactId>assira.junit</artifactId>
-            <version>2.1.0</version>
+            <version>2.2.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.1.0</version>
+        <version>2.2.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.1.0</version>
+		<version>2.2.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.1.0</version>
+        <version>2.2.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.1.0</version>
+        <version>2.2.0</version>
         <relativePath>..</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
@@ -18,12 +18,12 @@
         <dependency>
             <groupId>net.ranides</groupId>
             <artifactId>assira</artifactId>
-            <version>2.1.0</version>
+            <version>2.2.0</version>
         </dependency>
         <dependency>
             <groupId>net.ranides</groupId>
             <artifactId>assira.junit</artifactId>
-            <version>2.1.0</version>
+            <version>2.2.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.1.0</version>
+        <version>2.2.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.1.0</version>
+        <version>2.2.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.1.0</version>
+        <version>2.2.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.1.0</version>
+        <version>2.2.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.1.0</version>
+        <version>2.2.0</version>
         <relativePath>..</relativePath>
     </parent>
     <name>assira</name>

+ 1 - 1
assira/src/test/java/net/ranides/assira/math/RandomUtilsTest.java

@@ -57,7 +57,7 @@ public class RandomUtilsTest {
     public void testStream() {
         Random rng = new Random();
         for(int i=0; i<50; i++) {
-            System.out.println(Arrays.toString(uniqueFromStream(rng, 10, 5, 0)));
+            System.out.println(Arrays.toString(uniqueFromStream(rng, 10, 5, 100)));
         }
     }
 

+ 2 - 2
pom.xml

@@ -4,7 +4,7 @@
 
     <groupId>net.ranides</groupId>
     <artifactId>assira.project</artifactId>
-    <version>2.1.0</version>
+    <version>2.2.0</version>
     <packaging>pom</packaging>
 
     <url>http://ranides.net/projects/assira</url>
@@ -27,7 +27,7 @@
     </properties>
 
     <modules>
-        <module>assira.asm</module>
+<!--        <module>assira.asm</module>-->
         <module>assira.junit</module>
         <module>assira.rules</module>
         <module>assira.rules.test</module>