Revert "Preparing release."

This reverts commit 738c92f6a92a389acf910e90bf931d4e7c2f29d2.

Branch "master" should always hold a "x.y-SNAPSHOT" version.


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

Branch: refs/heads/master
Commit: e4ff0f98d3a435e221eb3b25225780807f4875c6
Parents: 738c92f
Author: Gilles <er...@apache.org>
Authored: Thu May 17 13:22:50 2018 +0200
Committer: Gilles <er...@apache.org>
Committed: Thu May 17 13:22:50 2018 +0200

----------------------------------------------------------------------
 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                            | 40 ++++++++++----------
 pom.xml                                         |  2 +-
 14 files changed, 53 insertions(+), 53 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-rng/blob/e4ff0f98/commons-rng-client-api/pom.xml
----------------------------------------------------------------------
diff --git a/commons-rng-client-api/pom.xml b/commons-rng-client-api/pom.xml
index a323bf3..9e19247 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.1-SNAPSHOT</version>
   </parent>
 
   <groupId>org.apache.commons</groupId>
   <artifactId>commons-rng-client-api</artifactId>
-  <version>1.1</version>
+  <version>1.1-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/e4ff0f98/commons-rng-core/pom.xml
----------------------------------------------------------------------
diff --git a/commons-rng-core/pom.xml b/commons-rng-core/pom.xml
index 7854ec3..8971f4e 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.1-SNAPSHOT</version>
   </parent>
 
   <groupId>org.apache.commons</groupId>
   <artifactId>commons-rng-core</artifactId>
-  <version>1.1</version>
+  <version>1.1-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.1-SNAPSHOT</version>
     </dependency>
   </dependencies>
 

http://git-wip-us.apache.org/repos/asf/commons-rng/blob/e4ff0f98/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..bf03851 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.1-SNAPSHOT</version>
   </parent>
 
   <groupId>org.apache.commons</groupId>
   <artifactId>commons-rng-examples-jmh</artifactId>
-  <version>1.1</version>
+  <version>1.1-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/e4ff0f98/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..a8beaee 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.1-SNAPSHOT</version>
   </parent>
 
   <groupId>org.apache.commons</groupId>
   <artifactId>commons-rng-examples-jpms-app</artifactId>
-  <version>1.1</version>
+  <version>1.1-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.1-SNAPSHOT</version>
     </dependency>
   </dependencies>
 

http://git-wip-us.apache.org/repos/asf/commons-rng/blob/e4ff0f98/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..11de063 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.1-SNAPSHOT</version>
   </parent>
 
   <groupId>org.apache.commons</groupId>
   <artifactId>commons-rng-examples-jpms-lib</artifactId>
-  <version>1.1</version>
+  <version>1.1-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/e4ff0f98/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 2c2b0bd..91e307c 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.1-SNAPSHOT</version>
   </parent>
 
   <groupId>org.apache.commons</groupId>
   <artifactId>commons-rng-examples-jpms</artifactId>
-  <version>1.1</version>
+  <version>1.1-SNAPSHOT</version>
   <packaging>pom</packaging>
   <name>JPMS Integration test</name>
 

http://git-wip-us.apache.org/repos/asf/commons-rng/blob/e4ff0f98/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..ad40f0a 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.1-SNAPSHOT</version>
   </parent>
 
   <groupId>org.apache.commons</groupId>
   <artifactId>commons-rng-examples-quadrature</artifactId>
-  <version>1.1</version>
+  <version>1.1-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/e4ff0f98/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..af51710 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.1-SNAPSHOT</version>
   </parent>
 
   <groupId>org.apache.commons</groupId>
   <artifactId>commons-rng-examples-sampling</artifactId>
-  <version>1.1</version>
+  <version>1.1-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/e4ff0f98/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..25d3f07 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.1-SNAPSHOT</version>
   </parent>
 
   <groupId>org.apache.commons</groupId>
   <artifactId>commons-rng-examples-stress</artifactId>
-  <version>1.1</version>
+  <version>1.1-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/e4ff0f98/commons-rng-examples/pom.xml
----------------------------------------------------------------------
diff --git a/commons-rng-examples/pom.xml b/commons-rng-examples/pom.xml
index 6dfa058..9fbb272 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.1-SNAPSHOT</version>
   </parent>
 
   <groupId>org.apache.commons</groupId>
   <artifactId>commons-rng-examples</artifactId>
-  <version>1.1</version>
+  <version>1.1-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.1-SNAPSHOT</version>
       </dependency>
 
       <dependency>
         <groupId>org.apache.commons</groupId>
         <artifactId>commons-rng-sampling</artifactId>
-        <version>1.1</version>
+        <version>1.1-SNAPSHOT</version>
       </dependency>
 
       <dependency>
         <groupId>org.apache.commons</groupId>
         <artifactId>commons-rng-client-api</artifactId>
-        <version>1.1</version>
+        <version>1.1-SNAPSHOT</version>
       </dependency>
     </dependencies>
   </dependencyManagement>

http://git-wip-us.apache.org/repos/asf/commons-rng/blob/e4ff0f98/commons-rng-sampling/pom.xml
----------------------------------------------------------------------
diff --git a/commons-rng-sampling/pom.xml b/commons-rng-sampling/pom.xml
index bd1fb0d..29c6714 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.1-SNAPSHOT</version>
   </parent>
 
   <groupId>org.apache.commons</groupId>
   <artifactId>commons-rng-sampling</artifactId>
-  <version>1.1</version>
+  <version>1.1-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.1-SNAPSHOT</version>
     </dependency>
 
     <dependency>
       <groupId>org.apache.commons</groupId>
       <artifactId>commons-rng-simple</artifactId>
-      <version>1.1</version>
+      <version>1.1-SNAPSHOT</version>
       <scope>test</scope>
     </dependency>
 

http://git-wip-us.apache.org/repos/asf/commons-rng/blob/e4ff0f98/commons-rng-simple/pom.xml
----------------------------------------------------------------------
diff --git a/commons-rng-simple/pom.xml b/commons-rng-simple/pom.xml
index aa6350c..6d47e08 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.1-SNAPSHOT</version>
   </parent>
 
   <groupId>org.apache.commons</groupId>
   <artifactId>commons-rng-simple</artifactId>
-  <version>1.1</version>
+  <version>1.1-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.1-SNAPSHOT</version>
     </dependency>
   </dependencies>
 

http://git-wip-us.apache.org/repos/asf/commons-rng/blob/e4ff0f98/dist-archive/pom.xml
----------------------------------------------------------------------
diff --git a/dist-archive/pom.xml b/dist-archive/pom.xml
index 3b2dd1c..f559524 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.1-SNAPSHOT</version>
   </parent>
 
   <groupId>org.apache.commons</groupId>
   <artifactId>commons-rng</artifactId>
-  <version>1.1</version>
+  <version>1.1-SNAPSHOT</version>
   <packaging>pom</packaging>
   <name>Apache Commons RNG (full distribution)</name>
   <description>This module creates the Apache Commons RNG 
distribution.</description>
@@ -41,18 +41,18 @@ under the License.
     <dependency>
       <groupId>org.apache.commons</groupId>
       <artifactId>commons-rng-client-api</artifactId>
-      <version>1.1</version>
+      <version>1.1-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.commons</groupId>
       <artifactId>commons-rng-client-api</artifactId>
-      <version>1.1</version>
+      <version>1.1-SNAPSHOT</version>
       <classifier>sources</classifier>
     </dependency>
     <dependency>
       <groupId>org.apache.commons</groupId>
       <artifactId>commons-rng-client-api</artifactId>
-      <version>1.1</version>
+      <version>1.1-SNAPSHOT</version>
       <classifier>javadoc</classifier>
     </dependency>
 
@@ -60,18 +60,18 @@ under the License.
     <dependency>
       <groupId>org.apache.commons</groupId>
       <artifactId>commons-rng-core</artifactId>
-      <version>1.1</version>
+      <version>1.1-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.commons</groupId>
       <artifactId>commons-rng-core</artifactId>
-      <version>1.1</version>
+      <version>1.1-SNAPSHOT</version>
       <classifier>sources</classifier>
     </dependency>
     <dependency>
       <groupId>org.apache.commons</groupId>
       <artifactId>commons-rng-core</artifactId>
-      <version>1.1</version>
+      <version>1.1-SNAPSHOT</version>
       <classifier>javadoc</classifier>
     </dependency>
 
@@ -79,18 +79,18 @@ under the License.
     <dependency>
       <groupId>org.apache.commons</groupId>
       <artifactId>commons-rng-simple</artifactId>
-      <version>1.1</version>
+      <version>1.1-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.commons</groupId>
       <artifactId>commons-rng-simple</artifactId>
-      <version>1.1</version>
+      <version>1.1-SNAPSHOT</version>
       <classifier>sources</classifier>
     </dependency>
     <dependency>
       <groupId>org.apache.commons</groupId>
       <artifactId>commons-rng-simple</artifactId>
-      <version>1.1</version>
+      <version>1.1-SNAPSHOT</version>
       <classifier>javadoc</classifier>
     </dependency>
 
@@ -98,18 +98,18 @@ under the License.
     <dependency>
       <groupId>org.apache.commons</groupId>
       <artifactId>commons-rng-sampling</artifactId>
-      <version>1.1</version>
+      <version>1.1-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.commons</groupId>
       <artifactId>commons-rng-sampling</artifactId>
-      <version>1.1</version>
+      <version>1.1-SNAPSHOT</version>
       <classifier>sources</classifier>
     </dependency>
     <dependency>
       <groupId>org.apache.commons</groupId>
       <artifactId>commons-rng-sampling</artifactId>
-      <version>1.1</version>
+      <version>1.1-SNAPSHOT</version>
       <classifier>javadoc</classifier>
     </dependency>
 
@@ -117,18 +117,18 @@ under the License.
     <dependency>
       <groupId>org.apache.commons</groupId>
       <artifactId>commons-rng-jmh</artifactId>
-      <version>1.1</version>
+      <version>1.1-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.commons</groupId>
       <artifactId>commons-rng-jmh</artifactId>
-      <version>1.1</version>
+      <version>1.1-SNAPSHOT</version>
       <classifier>sources</classifier>
     </dependency>
     <dependency>
       <groupId>org.apache.commons</groupId>
       <artifactId>commons-rng-jmh</artifactId>
-      <version>1.1</version>
+      <version>1.1-SNAPSHOT</version>
       <classifier>javadoc</classifier>
     </dependency>
 
@@ -136,18 +136,18 @@ under the License.
     <dependency>
       <groupId>org.apache.commons</groupId>
       <artifactId>commons-rng-examples</artifactId>
-      <version>1.1</version>
+      <version>1.1-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.commons</groupId>
       <artifactId>commons-rng-examples</artifactId>
-      <version>1.1</version>
+      <version>1.1-SNAPSHOT</version>
       <classifier>sources</classifier>
     </dependency>
     <dependency>
       <groupId>org.apache.commons</groupId>
       <artifactId>commons-rng-examples</artifactId>
-      <version>1.1</version>
+      <version>1.1-SNAPSHOT</version>
       <classifier>javadoc</classifier>
     </dependency>
 

http://git-wip-us.apache.org/repos/asf/commons-rng/blob/e4ff0f98/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 94e829d..cdb42b1 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.1-SNAPSHOT</version>
   <name>Apache Commons RNG</name>
 
   <inceptionYear>2016</inceptionYear>

Reply via email to