Skip to content

Commit

Permalink
1.1 -> 1.2-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
chtompki committed Aug 14, 2018
1 parent 986ab30 commit b45d6fb
Show file tree
Hide file tree
Showing 14 changed files with 65 additions and 65 deletions.
4 changes: 2 additions & 2 deletions commons-rng-client-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
6 changes: 3 additions & 3 deletions commons-rng-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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>

Expand Down
4 changes: 2 additions & 2 deletions commons-rng-examples/examples-jmh/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
6 changes: 3 additions & 3 deletions commons-rng-examples/examples-jpms/jpms-app/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand All @@ -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>

Expand Down
4 changes: 2 additions & 2 deletions commons-rng-examples/examples-jpms/jpms-lib/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
4 changes: 2 additions & 2 deletions commons-rng-examples/examples-jpms/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down
4 changes: 2 additions & 2 deletions commons-rng-examples/examples-quadrature/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
4 changes: 2 additions & 2 deletions commons-rng-examples/examples-sampling/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
4 changes: 2 additions & 2 deletions commons-rng-examples/examples-stress/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
10 changes: 5 additions & 5 deletions commons-rng-examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand All @@ -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>
Expand Down
8 changes: 4 additions & 4 deletions commons-rng-sampling/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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>

Expand Down
6 changes: 3 additions & 3 deletions commons-rng-simple/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand All @@ -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>

Expand Down
Loading

0 comments on commit b45d6fb

Please sign in to comment.