Prepare for next round of development.
Project: http://git-wip-us.apache.org/repos/asf/commons-rng/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-rng/commit/070cbc0d Tree: http://git-wip-us.apache.org/repos/asf/commons-rng/tree/070cbc0d Diff: http://git-wip-us.apache.org/repos/asf/commons-rng/diff/070cbc0d Branch: refs/heads/master Commit: 070cbc0d0ea3da8a875c3b63c9edddf3d0a33d1b Parents: b32ed21 Author: Gilles <er...@apache.org> Authored: Tue Dec 13 01:26:33 2016 +0100 Committer: Gilles <er...@apache.org> Committed: Tue Dec 13 01:26:33 2016 +0100 ---------------------------------------------------------------------- commons-rng-client-api/pom.xml | 4 ++-- commons-rng-core/pom.xml | 6 +++--- commons-rng-examples/pom.xml | 6 +++--- commons-rng-jmh/pom.xml | 6 +++--- commons-rng-sampling/pom.xml | 8 ++++---- commons-rng-simple/pom.xml | 6 +++--- dist-archive/pom.xml | 40 ++++++++++++++++++------------------- pom.xml | 2 +- 8 files changed, 39 insertions(+), 39 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-rng/blob/070cbc0d/commons-rng-client-api/pom.xml ---------------------------------------------------------------------- diff --git a/commons-rng-client-api/pom.xml b/commons-rng-client-api/pom.xml index a6e0d55..a8f406c 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.0-SNAPSHOT</version> + <version>1.1-SNAPSHOT</version> </parent> <groupId>org.apache.commons</groupId> <artifactId>commons-rng-client-api</artifactId> - <version>1.0-SNAPSHOT</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/070cbc0d/commons-rng-core/pom.xml ---------------------------------------------------------------------- diff --git a/commons-rng-core/pom.xml b/commons-rng-core/pom.xml index 0fe35f9..ca7be50 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.0-SNAPSHOT</version> + <version>1.1-SNAPSHOT</version> </parent> <groupId>org.apache.commons</groupId> <artifactId>commons-rng-core</artifactId> - <version>1.0-SNAPSHOT</version> + <version>1.1-SNAPSHOT</version> <name>Apache Commons RNG Core</name> <description>Pure Java implementations of random numbers generator algorithms.</description> @@ -46,7 +46,7 @@ <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-rng-client-api</artifactId> - <version>1.0-SNAPSHOT</version> + <version>1.1-SNAPSHOT</version> </dependency> </dependencies> http://git-wip-us.apache.org/repos/asf/commons-rng/blob/070cbc0d/commons-rng-examples/pom.xml ---------------------------------------------------------------------- diff --git a/commons-rng-examples/pom.xml b/commons-rng-examples/pom.xml index 11d2c73..0bf185b 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.0-SNAPSHOT</version> + <version>1.1-SNAPSHOT</version> </parent> <groupId>org.apache.commons</groupId> <artifactId>commons-rng-examples</artifactId> - <version>1.0-SNAPSHOT</version> + <version>1.1-SNAPSHOT</version> <name>Apache Commons RNG Examples</name> <description>Examples of use of the random numbers generator implemented in the "commons-rng-simple" module.</description> @@ -49,7 +49,7 @@ <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-rng-simple</artifactId> - <version>1.0-SNAPSHOT</version> + <version>1.1-SNAPSHOT</version> </dependency> </dependencies> http://git-wip-us.apache.org/repos/asf/commons-rng/blob/070cbc0d/commons-rng-jmh/pom.xml ---------------------------------------------------------------------- diff --git a/commons-rng-jmh/pom.xml b/commons-rng-jmh/pom.xml index 46152dd..be8ce5a 100644 --- a/commons-rng-jmh/pom.xml +++ b/commons-rng-jmh/pom.xml @@ -23,12 +23,12 @@ <parent> <groupId>org.apache.commons</groupId> <artifactId>commons-rng-parent</artifactId> - <version>1.0-SNAPSHOT</version> + <version>1.1-SNAPSHOT</version> </parent> <groupId>org.apache.commons</groupId> <artifactId>commons-rng-jmh</artifactId> - <version>1.0-SNAPSHOT</version> + <version>1.1-SNAPSHOT</version> <name>Apache Commons RNG JMH</name> <description>Code for running JMH benchmarks that assess the performance of the generators.</description> @@ -37,7 +37,7 @@ <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-rng-simple</artifactId> - <version>1.0-SNAPSHOT</version> + <version>1.1-SNAPSHOT</version> </dependency> <dependency> http://git-wip-us.apache.org/repos/asf/commons-rng/blob/070cbc0d/commons-rng-sampling/pom.xml ---------------------------------------------------------------------- diff --git a/commons-rng-sampling/pom.xml b/commons-rng-sampling/pom.xml index 7b6330d..d774290 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.0-SNAPSHOT</version> + <version>1.1-SNAPSHOT</version> </parent> <groupId>org.apache.commons</groupId> <artifactId>commons-rng-sampling</artifactId> - <version>1.0-SNAPSHOT</version> + <version>1.1-SNAPSHOT</version> <name>Apache Commons RNG Sampling</name> <description>The Apache Commons RNG Sampling module provides samplers @@ -47,13 +47,13 @@ <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-rng-client-api</artifactId> - <version>1.0-SNAPSHOT</version> + <version>1.1-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-rng-simple</artifactId> - <version>1.0-SNAPSHOT</version> + <version>1.1-SNAPSHOT</version> <scope>test</scope> </dependency> http://git-wip-us.apache.org/repos/asf/commons-rng/blob/070cbc0d/commons-rng-simple/pom.xml ---------------------------------------------------------------------- diff --git a/commons-rng-simple/pom.xml b/commons-rng-simple/pom.xml index 1f0c394..354b23c 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.0-SNAPSHOT</version> + <version>1.1-SNAPSHOT</version> </parent> <groupId>org.apache.commons</groupId> <artifactId>commons-rng-simple</artifactId> - <version>1.0-SNAPSHOT</version> + <version>1.1-SNAPSHOT</version> <name>Apache Commons RNG Simple</name> <description>Simple API for instantiating random numbers generators.</description> @@ -47,7 +47,7 @@ <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-rng-core</artifactId> - <version>1.0-SNAPSHOT</version> + <version>1.1-SNAPSHOT</version> </dependency> </dependencies> http://git-wip-us.apache.org/repos/asf/commons-rng/blob/070cbc0d/dist-archive/pom.xml ---------------------------------------------------------------------- diff --git a/dist-archive/pom.xml b/dist-archive/pom.xml index 2cd99d3..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.0-SNAPSHOT</version> + <version>1.1-SNAPSHOT</version> </parent> <groupId>org.apache.commons</groupId> <artifactId>commons-rng</artifactId> - <version>1.0-SNAPSHOT</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.0-SNAPSHOT</version> + <version>1.1-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-rng-client-api</artifactId> - <version>1.0-SNAPSHOT</version> + <version>1.1-SNAPSHOT</version> <classifier>sources</classifier> </dependency> <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-rng-client-api</artifactId> - <version>1.0-SNAPSHOT</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.0-SNAPSHOT</version> + <version>1.1-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-rng-core</artifactId> - <version>1.0-SNAPSHOT</version> + <version>1.1-SNAPSHOT</version> <classifier>sources</classifier> </dependency> <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-rng-core</artifactId> - <version>1.0-SNAPSHOT</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.0-SNAPSHOT</version> + <version>1.1-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-rng-simple</artifactId> - <version>1.0-SNAPSHOT</version> + <version>1.1-SNAPSHOT</version> <classifier>sources</classifier> </dependency> <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-rng-simple</artifactId> - <version>1.0-SNAPSHOT</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.0-SNAPSHOT</version> + <version>1.1-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-rng-sampling</artifactId> - <version>1.0-SNAPSHOT</version> + <version>1.1-SNAPSHOT</version> <classifier>sources</classifier> </dependency> <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-rng-sampling</artifactId> - <version>1.0-SNAPSHOT</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.0-SNAPSHOT</version> + <version>1.1-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-rng-jmh</artifactId> - <version>1.0-SNAPSHOT</version> + <version>1.1-SNAPSHOT</version> <classifier>sources</classifier> </dependency> <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-rng-jmh</artifactId> - <version>1.0-SNAPSHOT</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.0-SNAPSHOT</version> + <version>1.1-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-rng-examples</artifactId> - <version>1.0-SNAPSHOT</version> + <version>1.1-SNAPSHOT</version> <classifier>sources</classifier> </dependency> <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-rng-examples</artifactId> - <version>1.0-SNAPSHOT</version> + <version>1.1-SNAPSHOT</version> <classifier>javadoc</classifier> </dependency> http://git-wip-us.apache.org/repos/asf/commons-rng/blob/070cbc0d/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index c759f2a..0cf29a0 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.0-SNAPSHOT</version> + <version>1.1-SNAPSHOT</version> <name>Apache Commons RNG</name> <inceptionYear>2016</inceptionYear>