1.1 -> 1.2-SNAPSHOT

Project: http://git-wip-us.apache.org/repos/asf/commons-rng/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-rng/commit/b45d6fb5
Tree: http://git-wip-us.apache.org/repos/asf/commons-rng/tree/b45d6fb5
Diff: http://git-wip-us.apache.org/repos/asf/commons-rng/diff/b45d6fb5

Branch: refs/heads/master
Commit: b45d6fb501d2d8cbd348f23e711ce3b078b579dc
Parents: 986ab30
Author: Rob Tompkins <chtom...@gmail.com>
Authored: Tue Aug 14 09:21:50 2018 -0400
Committer: Rob Tompkins <chtom...@gmail.com>
Committed: Tue Aug 14 09:21:50 2018 -0400

----------------------------------------------------------------------
 commons-rng-client-api/pom.xml                  |  4 +-
 commons-rng-core/pom.xml                        |  6 +-
 commons-rng-examples/examples-jmh/pom.xml       |  4 +-
 .../examples-jpms/jpms-app/pom.xml              |  6 +-
 .../examples-jpms/jpms-lib/pom.xml              |  4 +-
 commons-rng-examples/examples-jpms/pom.xml      |  4 +-
 .../examples-quadrature/pom.xml                 |  4 +-
 commons-rng-examples/examples-sampling/pom.xml  |  4 +-
 commons-rng-examples/examples-stress/pom.xml    |  4 +-
 commons-rng-examples/pom.xml                    | 10 +--
 commons-rng-sampling/pom.xml                    |  8 +--
 commons-rng-simple/pom.xml                      |  6 +-
 dist-archive/pom.xml                            | 64 ++++++++++----------
 pom.xml                                         |  2 +-
 14 files changed, 65 insertions(+), 65 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-rng/blob/b45d6fb5/commons-rng-client-api/pom.xml
----------------------------------------------------------------------
diff --git a/commons-rng-client-api/pom.xml b/commons-rng-client-api/pom.xml
index d6c4d4d..2e72c60 100644
--- a/commons-rng-client-api/pom.xml
+++ b/commons-rng-client-api/pom.xml
@@ -23,12 +23,12 @@
   <parent>
     <groupId>org.apache.commons</groupId>
     <artifactId>commons-rng-parent</artifactId>
-    <version>1.1</version>
+    <version>1.2-SNAPSHOT</version>
   </parent>
 
   <groupId>org.apache.commons</groupId>
   <artifactId>commons-rng-client-api</artifactId>
-  <version>1.1</version>
+  <version>1.2-SNAPSHOT</version>
   <name>Apache Commons RNG Client API</name>
 
   <description>API for client code that uses random numbers 
generators.</description>

http://git-wip-us.apache.org/repos/asf/commons-rng/blob/b45d6fb5/commons-rng-core/pom.xml
----------------------------------------------------------------------
diff --git a/commons-rng-core/pom.xml b/commons-rng-core/pom.xml
index 7854ec3..6fe5243 100644
--- a/commons-rng-core/pom.xml
+++ b/commons-rng-core/pom.xml
@@ -23,12 +23,12 @@
   <parent>
     <groupId>org.apache.commons</groupId>
     <artifactId>commons-rng-parent</artifactId>
-    <version>1.1</version>
+    <version>1.2-SNAPSHOT</version>
   </parent>
 
   <groupId>org.apache.commons</groupId>
   <artifactId>commons-rng-core</artifactId>
-  <version>1.1</version>
+  <version>1.2-SNAPSHOT</version>
   <name>Apache Commons RNG Core</name>
 
   <description>Pure Java implementations of random numbers generator 
algorithms.
@@ -51,7 +51,7 @@
     <dependency>
       <groupId>org.apache.commons</groupId>
       <artifactId>commons-rng-client-api</artifactId>
-      <version>1.1</version>
+      <version>1.2-SNAPSHOT</version>
     </dependency>
   </dependencies>
 

http://git-wip-us.apache.org/repos/asf/commons-rng/blob/b45d6fb5/commons-rng-examples/examples-jmh/pom.xml
----------------------------------------------------------------------
diff --git a/commons-rng-examples/examples-jmh/pom.xml 
b/commons-rng-examples/examples-jmh/pom.xml
index 22f3bd6..7948b38 100644
--- a/commons-rng-examples/examples-jmh/pom.xml
+++ b/commons-rng-examples/examples-jmh/pom.xml
@@ -23,12 +23,12 @@
   <parent>
     <groupId>org.apache.commons</groupId>
     <artifactId>commons-rng-examples</artifactId>
-    <version>1.1</version>
+    <version>1.2-SNAPSHOT</version>
   </parent>
 
   <groupId>org.apache.commons</groupId>
   <artifactId>commons-rng-examples-jmh</artifactId>
-  <version>1.1</version>
+  <version>1.2-SNAPSHOT</version>
   <name>JMH Benchmark</name>
 
   <description>Code for running JMH benchmarks that assess the performance of 
the generators.

http://git-wip-us.apache.org/repos/asf/commons-rng/blob/b45d6fb5/commons-rng-examples/examples-jpms/jpms-app/pom.xml
----------------------------------------------------------------------
diff --git a/commons-rng-examples/examples-jpms/jpms-app/pom.xml 
b/commons-rng-examples/examples-jpms/jpms-app/pom.xml
index 42fccdb..26d613b 100644
--- a/commons-rng-examples/examples-jpms/jpms-app/pom.xml
+++ b/commons-rng-examples/examples-jpms/jpms-app/pom.xml
@@ -23,12 +23,12 @@
   <parent>
     <groupId>org.apache.commons</groupId>
     <artifactId>commons-rng-examples-jpms</artifactId>
-    <version>1.1</version>
+    <version>1.2-SNAPSHOT</version>
   </parent>
 
   <groupId>org.apache.commons</groupId>
   <artifactId>commons-rng-examples-jpms-app</artifactId>
-  <version>1.1</version>
+  <version>1.2-SNAPSHOT</version>
   <name>JPMS module example (application)</name>
 
   <description>Testing JPMS. Code in this module is not part of the public 
API.</description>
@@ -42,7 +42,7 @@
     <dependency>
       <groupId>org.apache.commons</groupId>
       <artifactId>commons-rng-examples-jpms-lib</artifactId>
-      <version>1.1</version>
+      <version>1.2-SNAPSHOT</version>
     </dependency>
   </dependencies>
 

http://git-wip-us.apache.org/repos/asf/commons-rng/blob/b45d6fb5/commons-rng-examples/examples-jpms/jpms-lib/pom.xml
----------------------------------------------------------------------
diff --git a/commons-rng-examples/examples-jpms/jpms-lib/pom.xml 
b/commons-rng-examples/examples-jpms/jpms-lib/pom.xml
index 2514ad7..550b030 100644
--- a/commons-rng-examples/examples-jpms/jpms-lib/pom.xml
+++ b/commons-rng-examples/examples-jpms/jpms-lib/pom.xml
@@ -23,12 +23,12 @@
   <parent>
     <groupId>org.apache.commons</groupId>
     <artifactId>commons-rng-examples-jpms</artifactId>
-    <version>1.1</version>
+    <version>1.2-SNAPSHOT</version>
   </parent>
 
   <groupId>org.apache.commons</groupId>
   <artifactId>commons-rng-examples-jpms-lib</artifactId>
-  <version>1.1</version>
+  <version>1.2-SNAPSHOT</version>
   <name>JPMS module example (library)</name>
 
   <description>Testing JPMS. Code in this module is not part of the public 
API.</description>

http://git-wip-us.apache.org/repos/asf/commons-rng/blob/b45d6fb5/commons-rng-examples/examples-jpms/pom.xml
----------------------------------------------------------------------
diff --git a/commons-rng-examples/examples-jpms/pom.xml 
b/commons-rng-examples/examples-jpms/pom.xml
index 2b1451b..1522d36 100644
--- a/commons-rng-examples/examples-jpms/pom.xml
+++ b/commons-rng-examples/examples-jpms/pom.xml
@@ -23,12 +23,12 @@
   <parent>
     <groupId>org.apache.commons</groupId>
     <artifactId>commons-rng-examples</artifactId>
-    <version>1.1</version>
+    <version>1.2-SNAPSHOT</version>
   </parent>
 
   <groupId>org.apache.commons</groupId>
   <artifactId>commons-rng-examples-jpms</artifactId>
-  <version>1.1</version>
+  <version>1.2-SNAPSHOT</version>
   <packaging>pom</packaging>
   <name>JPMS Integration test</name>
 

http://git-wip-us.apache.org/repos/asf/commons-rng/blob/b45d6fb5/commons-rng-examples/examples-quadrature/pom.xml
----------------------------------------------------------------------
diff --git a/commons-rng-examples/examples-quadrature/pom.xml 
b/commons-rng-examples/examples-quadrature/pom.xml
index 5b55bf8..d17c3ee 100644
--- a/commons-rng-examples/examples-quadrature/pom.xml
+++ b/commons-rng-examples/examples-quadrature/pom.xml
@@ -23,12 +23,12 @@
   <parent>
     <groupId>org.apache.commons</groupId>
     <artifactId>commons-rng-examples</artifactId>
-    <version>1.1</version>
+    <version>1.2-SNAPSHOT</version>
   </parent>
 
   <groupId>org.apache.commons</groupId>
   <artifactId>commons-rng-examples-quadrature</artifactId>
-  <version>1.1</version>
+  <version>1.2-SNAPSHOT</version>
   <name>Quadrature example</name>
 
   <description>Application for calling external tools that perform stringent 
uniformity tests.

http://git-wip-us.apache.org/repos/asf/commons-rng/blob/b45d6fb5/commons-rng-examples/examples-sampling/pom.xml
----------------------------------------------------------------------
diff --git a/commons-rng-examples/examples-sampling/pom.xml 
b/commons-rng-examples/examples-sampling/pom.xml
index b5738f4..5040896 100644
--- a/commons-rng-examples/examples-sampling/pom.xml
+++ b/commons-rng-examples/examples-sampling/pom.xml
@@ -23,12 +23,12 @@
   <parent>
     <groupId>org.apache.commons</groupId>
     <artifactId>commons-rng-examples</artifactId>
-    <version>1.1</version>
+    <version>1.2-SNAPSHOT</version>
   </parent>
 
   <groupId>org.apache.commons</groupId>
   <artifactId>commons-rng-examples-sampling</artifactId>
-  <version>1.1</version>
+  <version>1.2-SNAPSHOT</version>
   <name>Sampling example</name>
 
   <description>Application for calling external tools that perform stringent 
uniformity tests.

http://git-wip-us.apache.org/repos/asf/commons-rng/blob/b45d6fb5/commons-rng-examples/examples-stress/pom.xml
----------------------------------------------------------------------
diff --git a/commons-rng-examples/examples-stress/pom.xml 
b/commons-rng-examples/examples-stress/pom.xml
index 2c41ba7..9595a5d 100644
--- a/commons-rng-examples/examples-stress/pom.xml
+++ b/commons-rng-examples/examples-stress/pom.xml
@@ -23,12 +23,12 @@
   <parent>
     <groupId>org.apache.commons</groupId>
     <artifactId>commons-rng-examples</artifactId>
-    <version>1.1</version>
+    <version>1.2-SNAPSHOT</version>
   </parent>
 
   <groupId>org.apache.commons</groupId>
   <artifactId>commons-rng-examples-stress</artifactId>
-  <version>1.1</version>
+  <version>1.2-SNAPSHOT</version>
   <name>Stress test example</name>
 
   <description>Application for calling external tools that perform stringent 
uniformity tests.

http://git-wip-us.apache.org/repos/asf/commons-rng/blob/b45d6fb5/commons-rng-examples/pom.xml
----------------------------------------------------------------------
diff --git a/commons-rng-examples/pom.xml b/commons-rng-examples/pom.xml
index 6dfa058..f8864dc 100644
--- a/commons-rng-examples/pom.xml
+++ b/commons-rng-examples/pom.xml
@@ -23,12 +23,12 @@
   <parent>
     <groupId>org.apache.commons</groupId>
     <artifactId>commons-rng-parent</artifactId>
-    <version>1.1</version>
+    <version>1.2-SNAPSHOT</version>
   </parent>
 
   <groupId>org.apache.commons</groupId>
   <artifactId>commons-rng-examples</artifactId>
-  <version>1.1</version>
+  <version>1.2-SNAPSHOT</version>
   <packaging>pom</packaging>
   <name>Apache Commons RNG Examples</name>
 
@@ -55,19 +55,19 @@
       <dependency>
         <groupId>org.apache.commons</groupId>
         <artifactId>commons-rng-simple</artifactId>
-        <version>1.1</version>
+        <version>1.2-SNAPSHOT</version>
       </dependency>
 
       <dependency>
         <groupId>org.apache.commons</groupId>
         <artifactId>commons-rng-sampling</artifactId>
-        <version>1.1</version>
+        <version>1.2-SNAPSHOT</version>
       </dependency>
 
       <dependency>
         <groupId>org.apache.commons</groupId>
         <artifactId>commons-rng-client-api</artifactId>
-        <version>1.1</version>
+        <version>1.2-SNAPSHOT</version>
       </dependency>
     </dependencies>
   </dependencyManagement>

http://git-wip-us.apache.org/repos/asf/commons-rng/blob/b45d6fb5/commons-rng-sampling/pom.xml
----------------------------------------------------------------------
diff --git a/commons-rng-sampling/pom.xml b/commons-rng-sampling/pom.xml
index 6d0a80a..f56eec0 100644
--- a/commons-rng-sampling/pom.xml
+++ b/commons-rng-sampling/pom.xml
@@ -23,12 +23,12 @@
   <parent>
     <groupId>org.apache.commons</groupId>
     <artifactId>commons-rng-parent</artifactId>
-    <version>1.1</version>
+    <version>1.2-SNAPSHOT</version>
   </parent>
 
   <groupId>org.apache.commons</groupId>
   <artifactId>commons-rng-sampling</artifactId>
-  <version>1.1</version>
+  <version>1.2-SNAPSHOT</version>
   <name>Apache Commons RNG Sampling</name>
 
   <description>The Apache Commons RNG Sampling module provides samplers
@@ -48,13 +48,13 @@
     <dependency>
       <groupId>org.apache.commons</groupId>
       <artifactId>commons-rng-client-api</artifactId>
-      <version>1.1</version>
+      <version>1.2-SNAPSHOT</version>
     </dependency>
 
     <dependency>
       <groupId>org.apache.commons</groupId>
       <artifactId>commons-rng-simple</artifactId>
-      <version>1.1</version>
+      <version>1.2-SNAPSHOT</version>
       <scope>test</scope>
     </dependency>
 

http://git-wip-us.apache.org/repos/asf/commons-rng/blob/b45d6fb5/commons-rng-simple/pom.xml
----------------------------------------------------------------------
diff --git a/commons-rng-simple/pom.xml b/commons-rng-simple/pom.xml
index aa6350c..7420b6d 100644
--- a/commons-rng-simple/pom.xml
+++ b/commons-rng-simple/pom.xml
@@ -23,12 +23,12 @@
   <parent>
     <groupId>org.apache.commons</groupId>
     <artifactId>commons-rng-parent</artifactId>
-    <version>1.1</version>
+    <version>1.2-SNAPSHOT</version>
   </parent>
 
   <groupId>org.apache.commons</groupId>
   <artifactId>commons-rng-simple</artifactId>
-  <version>1.1</version>
+  <version>1.2-SNAPSHOT</version>
   <name>Apache Commons RNG Simple</name>
 
   <description>Simple API for instantiating random numbers 
generators.</description>
@@ -48,7 +48,7 @@
     <dependency>
       <groupId>org.apache.commons</groupId>
       <artifactId>commons-rng-core</artifactId>
-      <version>1.1</version>
+      <version>1.2-SNAPSHOT</version>
     </dependency>
   </dependencies>
 

http://git-wip-us.apache.org/repos/asf/commons-rng/blob/b45d6fb5/dist-archive/pom.xml
----------------------------------------------------------------------
diff --git a/dist-archive/pom.xml b/dist-archive/pom.xml
index 757d7d2..be7ae52 100644
--- a/dist-archive/pom.xml
+++ b/dist-archive/pom.xml
@@ -25,12 +25,12 @@ under the License.
   <parent>
     <groupId>org.apache.commons</groupId>
     <artifactId>commons-rng-parent</artifactId>
-    <version>1.1</version>
+    <version>1.2-SNAPSHOT</version>
   </parent>
 
   <groupId>org.apache.commons</groupId>
   <artifactId>commons-rng</artifactId>
-  <version>1.1</version>
+  <version>1.2-SNAPSHOT</version>
   <packaging>pom</packaging>
   <name>Apache Commons RNG (full distribution)</name>
   <description>This module creates the Apache Commons RNG 
distribution.</description>
@@ -71,18 +71,18 @@ under the License.
         <dependency>
           <groupId>org.apache.commons</groupId>
           <artifactId>commons-rng-client-api</artifactId>
-          <version>1.1</version>
+          <version>1.2-SNAPSHOT</version>
         </dependency>
         <dependency>
           <groupId>org.apache.commons</groupId>
           <artifactId>commons-rng-client-api</artifactId>
-          <version>1.1</version>
+          <version>1.2-SNAPSHOT</version>
           <classifier>sources</classifier>
         </dependency>
         <dependency>
           <groupId>org.apache.commons</groupId>
           <artifactId>commons-rng-client-api</artifactId>
-          <version>1.1</version>
+          <version>1.2-SNAPSHOT</version>
           <classifier>javadoc</classifier>
         </dependency>
 
@@ -90,18 +90,18 @@ under the License.
         <dependency>
           <groupId>org.apache.commons</groupId>
           <artifactId>commons-rng-core</artifactId>
-          <version>1.1</version>
+          <version>1.2-SNAPSHOT</version>
         </dependency>
         <dependency>
           <groupId>org.apache.commons</groupId>
           <artifactId>commons-rng-core</artifactId>
-          <version>1.1</version>
+          <version>1.2-SNAPSHOT</version>
           <classifier>sources</classifier>
         </dependency>
         <dependency>
           <groupId>org.apache.commons</groupId>
           <artifactId>commons-rng-core</artifactId>
-          <version>1.1</version>
+          <version>1.2-SNAPSHOT</version>
           <classifier>javadoc</classifier>
         </dependency>
 
@@ -109,18 +109,18 @@ under the License.
         <dependency>
           <groupId>org.apache.commons</groupId>
           <artifactId>commons-rng-simple</artifactId>
-          <version>1.1</version>
+          <version>1.2-SNAPSHOT</version>
         </dependency>
         <dependency>
           <groupId>org.apache.commons</groupId>
           <artifactId>commons-rng-simple</artifactId>
-          <version>1.1</version>
+          <version>1.2-SNAPSHOT</version>
           <classifier>sources</classifier>
         </dependency>
         <dependency>
           <groupId>org.apache.commons</groupId>
           <artifactId>commons-rng-simple</artifactId>
-          <version>1.1</version>
+          <version>1.2-SNAPSHOT</version>
           <classifier>javadoc</classifier>
         </dependency>
 
@@ -128,18 +128,18 @@ under the License.
         <dependency>
           <groupId>org.apache.commons</groupId>
           <artifactId>commons-rng-sampling</artifactId>
-          <version>1.1</version>
+          <version>1.2-SNAPSHOT</version>
         </dependency>
         <dependency>
           <groupId>org.apache.commons</groupId>
           <artifactId>commons-rng-sampling</artifactId>
-          <version>1.1</version>
+          <version>1.2-SNAPSHOT</version>
           <classifier>sources</classifier>
         </dependency>
         <dependency>
           <groupId>org.apache.commons</groupId>
           <artifactId>commons-rng-sampling</artifactId>
-          <version>1.1</version>
+          <version>1.2-SNAPSHOT</version>
           <classifier>javadoc</classifier>
         </dependency>
 
@@ -147,18 +147,18 @@ under the License.
         <dependency>
           <groupId>org.apache.commons</groupId>
           <artifactId>commons-rng-examples-jmh</artifactId>
-          <version>1.1</version>
+          <version>1.2-SNAPSHOT</version>
         </dependency>
         <dependency>
           <groupId>org.apache.commons</groupId>
           <artifactId>commons-rng-examples-jmh</artifactId>
-          <version>1.1</version>
+          <version>1.2-SNAPSHOT</version>
           <classifier>sources</classifier>
         </dependency>
         <dependency>
           <groupId>org.apache.commons</groupId>
           <artifactId>commons-rng-examples-jmh</artifactId>
-          <version>1.1</version>
+          <version>1.2-SNAPSHOT</version>
           <classifier>javadoc</classifier>
         </dependency>
 
@@ -166,35 +166,35 @@ under the License.
         <dependency>
           <groupId>org.apache.commons</groupId>
           <artifactId>commons-rng-examples-jpms-app</artifactId>
-          <version>1.1</version>
+          <version>1.2-SNAPSHOT</version>
         </dependency>
         <dependency>
           <groupId>org.apache.commons</groupId>
           <artifactId>commons-rng-examples-jpms-app</artifactId>
-          <version>1.1</version>
+          <version>1.2-SNAPSHOT</version>
           <classifier>sources</classifier>
         </dependency>
         <dependency>
           <groupId>org.apache.commons</groupId>
           <artifactId>commons-rng-examples-jpms-app</artifactId>
-          <version>1.1</version>
+          <version>1.2-SNAPSHOT</version>
           <classifier>javadoc</classifier>
         </dependency>
         <dependency>
           <groupId>org.apache.commons</groupId>
           <artifactId>commons-rng-examples-jpms-lib</artifactId>
-          <version>1.1</version>
+          <version>1.2-SNAPSHOT</version>
         </dependency>
         <dependency>
           <groupId>org.apache.commons</groupId>
           <artifactId>commons-rng-examples-jpms-lib</artifactId>
-          <version>1.1</version>
+          <version>1.2-SNAPSHOT</version>
           <classifier>sources</classifier>
         </dependency>
         <dependency>
           <groupId>org.apache.commons</groupId>
           <artifactId>commons-rng-examples-jpms-lib</artifactId>
-          <version>1.1</version>
+          <version>1.2-SNAPSHOT</version>
           <classifier>javadoc</classifier>
         </dependency>
 
@@ -202,18 +202,18 @@ under the License.
         <dependency>
           <groupId>org.apache.commons</groupId>
           <artifactId>commons-rng-examples-quadrature</artifactId>
-          <version>1.1</version>
+          <version>1.2-SNAPSHOT</version>
         </dependency>
         <dependency>
           <groupId>org.apache.commons</groupId>
           <artifactId>commons-rng-examples-quadrature</artifactId>
-          <version>1.1</version>
+          <version>1.2-SNAPSHOT</version>
           <classifier>sources</classifier>
         </dependency>
         <dependency>
           <groupId>org.apache.commons</groupId>
           <artifactId>commons-rng-examples-quadrature</artifactId>
-          <version>1.1</version>
+          <version>1.2-SNAPSHOT</version>
           <classifier>javadoc</classifier>
         </dependency>
 
@@ -221,18 +221,18 @@ under the License.
         <dependency>
           <groupId>org.apache.commons</groupId>
           <artifactId>commons-rng-examples-sampling</artifactId>
-          <version>1.1</version>
+          <version>1.2-SNAPSHOT</version>
         </dependency>
         <dependency>
           <groupId>org.apache.commons</groupId>
           <artifactId>commons-rng-examples-sampling</artifactId>
-          <version>1.1</version>
+          <version>1.2-SNAPSHOT</version>
           <classifier>sources</classifier>
         </dependency>
         <dependency>
           <groupId>org.apache.commons</groupId>
           <artifactId>commons-rng-examples-sampling</artifactId>
-          <version>1.1</version>
+          <version>1.2-SNAPSHOT</version>
           <classifier>javadoc</classifier>
         </dependency>
 
@@ -240,18 +240,18 @@ under the License.
         <dependency>
           <groupId>org.apache.commons</groupId>
           <artifactId>commons-rng-examples-stress</artifactId>
-          <version>1.1</version>
+          <version>1.2-SNAPSHOT</version>
         </dependency>
         <dependency>
           <groupId>org.apache.commons</groupId>
           <artifactId>commons-rng-examples-stress</artifactId>
-          <version>1.1</version>
+          <version>1.2-SNAPSHOT</version>
           <classifier>sources</classifier>
         </dependency>
         <dependency>
           <groupId>org.apache.commons</groupId>
           <artifactId>commons-rng-examples-stress</artifactId>
-          <version>1.1</version>
+          <version>1.2-SNAPSHOT</version>
           <classifier>javadoc</classifier>
         </dependency>
 

http://git-wip-us.apache.org/repos/asf/commons-rng/blob/b45d6fb5/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 4260cfa..6b8642b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -26,7 +26,7 @@
   <groupId>org.apache.commons</groupId>
   <artifactId>commons-rng-parent</artifactId>
   <packaging>pom</packaging>
-  <version>1.1</version>
+  <version>1.2-SNAPSHOT</version>
   <name>Apache Commons RNG</name>
 
   <inceptionYear>2016</inceptionYear>

Reply via email to