Skip to content

Commit 0d6d049

Browse files
author
Gilles
committed
Next version is "1.2".
Remove "SNAPSHOT" suffix in release branch.
1 parent f73cd6c commit 0d6d049

File tree

14 files changed

+65
-65
lines changed

14 files changed

+65
-65
lines changed

commons-rng-client-api/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,12 @@
2323
<parent>
2424
<groupId>org.apache.commons</groupId>
2525
<artifactId>commons-rng-parent</artifactId>
26-
<version>1.2-SNAPSHOT</version>
26+
<version>1.2</version>
2727
</parent>
2828

2929
<groupId>org.apache.commons</groupId>
3030
<artifactId>commons-rng-client-api</artifactId>
31-
<version>1.2-SNAPSHOT</version>
31+
<version>1.2</version>
3232
<name>Apache Commons RNG Client API</name>
3333

3434
<description>API for client code that uses random numbers generators.</description>

commons-rng-core/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,12 @@
2323
<parent>
2424
<groupId>org.apache.commons</groupId>
2525
<artifactId>commons-rng-parent</artifactId>
26-
<version>1.2-SNAPSHOT</version>
26+
<version>1.2</version>
2727
</parent>
2828

2929
<groupId>org.apache.commons</groupId>
3030
<artifactId>commons-rng-core</artifactId>
31-
<version>1.2-SNAPSHOT</version>
31+
<version>1.2</version>
3232
<name>Apache Commons RNG Core</name>
3333

3434
<description>Pure Java implementations of random numbers generator algorithms.
@@ -51,7 +51,7 @@
5151
<dependency>
5252
<groupId>org.apache.commons</groupId>
5353
<artifactId>commons-rng-client-api</artifactId>
54-
<version>1.2-SNAPSHOT</version>
54+
<version>1.2</version>
5555
</dependency>
5656
</dependencies>
5757

commons-rng-examples/examples-jmh/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,12 @@
2323
<parent>
2424
<groupId>org.apache.commons</groupId>
2525
<artifactId>commons-rng-examples</artifactId>
26-
<version>1.2-SNAPSHOT</version>
26+
<version>1.2</version>
2727
</parent>
2828

2929
<groupId>org.apache.commons</groupId>
3030
<artifactId>commons-rng-examples-jmh</artifactId>
31-
<version>1.2-SNAPSHOT</version>
31+
<version>1.2</version>
3232
<name>JMH Benchmark</name>
3333

3434
<description>Code for running JMH benchmarks that assess the performance of the generators.

commons-rng-examples/examples-jpms/jpms-app/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,12 @@
2323
<parent>
2424
<groupId>org.apache.commons</groupId>
2525
<artifactId>commons-rng-examples-jpms</artifactId>
26-
<version>1.2-SNAPSHOT</version>
26+
<version>1.2</version>
2727
</parent>
2828

2929
<groupId>org.apache.commons</groupId>
3030
<artifactId>commons-rng-examples-jpms-app</artifactId>
31-
<version>1.2-SNAPSHOT</version>
31+
<version>1.2</version>
3232
<name>JPMS module example (application)</name>
3333

3434
<description>Testing JPMS. Code in this module is not part of the public API.</description>
@@ -42,7 +42,7 @@
4242
<dependency>
4343
<groupId>org.apache.commons</groupId>
4444
<artifactId>commons-rng-examples-jpms-lib</artifactId>
45-
<version>1.2-SNAPSHOT</version>
45+
<version>1.2</version>
4646
</dependency>
4747
</dependencies>
4848

commons-rng-examples/examples-jpms/jpms-lib/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,12 @@
2323
<parent>
2424
<groupId>org.apache.commons</groupId>
2525
<artifactId>commons-rng-examples-jpms</artifactId>
26-
<version>1.2-SNAPSHOT</version>
26+
<version>1.2</version>
2727
</parent>
2828

2929
<groupId>org.apache.commons</groupId>
3030
<artifactId>commons-rng-examples-jpms-lib</artifactId>
31-
<version>1.2-SNAPSHOT</version>
31+
<version>1.2</version>
3232
<name>JPMS module example (library)</name>
3333

3434
<description>Testing JPMS. Code in this module is not part of the public API.</description>

commons-rng-examples/examples-jpms/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,12 @@
2323
<parent>
2424
<groupId>org.apache.commons</groupId>
2525
<artifactId>commons-rng-examples</artifactId>
26-
<version>1.2-SNAPSHOT</version>
26+
<version>1.2</version>
2727
</parent>
2828

2929
<groupId>org.apache.commons</groupId>
3030
<artifactId>commons-rng-examples-jpms</artifactId>
31-
<version>1.2-SNAPSHOT</version>
31+
<version>1.2</version>
3232
<packaging>pom</packaging>
3333
<name>JPMS Integration test</name>
3434

commons-rng-examples/examples-quadrature/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,12 @@
2323
<parent>
2424
<groupId>org.apache.commons</groupId>
2525
<artifactId>commons-rng-examples</artifactId>
26-
<version>1.2-SNAPSHOT</version>
26+
<version>1.2</version>
2727
</parent>
2828

2929
<groupId>org.apache.commons</groupId>
3030
<artifactId>commons-rng-examples-quadrature</artifactId>
31-
<version>1.2-SNAPSHOT</version>
31+
<version>1.2</version>
3232
<name>Quadrature example</name>
3333

3434
<description>Application for calling external tools that perform stringent uniformity tests.

commons-rng-examples/examples-sampling/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,12 @@
2323
<parent>
2424
<groupId>org.apache.commons</groupId>
2525
<artifactId>commons-rng-examples</artifactId>
26-
<version>1.2-SNAPSHOT</version>
26+
<version>1.2</version>
2727
</parent>
2828

2929
<groupId>org.apache.commons</groupId>
3030
<artifactId>commons-rng-examples-sampling</artifactId>
31-
<version>1.2-SNAPSHOT</version>
31+
<version>1.2</version>
3232
<name>Sampling example</name>
3333

3434
<description>Application for calling external tools that perform stringent uniformity tests.

commons-rng-examples/examples-stress/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,12 @@
2323
<parent>
2424
<groupId>org.apache.commons</groupId>
2525
<artifactId>commons-rng-examples</artifactId>
26-
<version>1.2-SNAPSHOT</version>
26+
<version>1.2</version>
2727
</parent>
2828

2929
<groupId>org.apache.commons</groupId>
3030
<artifactId>commons-rng-examples-stress</artifactId>
31-
<version>1.2-SNAPSHOT</version>
31+
<version>1.2</version>
3232
<name>Stress test example</name>
3333

3434
<description>Application for calling external tools that perform stringent uniformity tests.

commons-rng-examples/pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,12 @@
2323
<parent>
2424
<groupId>org.apache.commons</groupId>
2525
<artifactId>commons-rng-parent</artifactId>
26-
<version>1.2-SNAPSHOT</version>
26+
<version>1.2</version>
2727
</parent>
2828

2929
<groupId>org.apache.commons</groupId>
3030
<artifactId>commons-rng-examples</artifactId>
31-
<version>1.2-SNAPSHOT</version>
31+
<version>1.2</version>
3232
<packaging>pom</packaging>
3333
<name>Apache Commons RNG Examples</name>
3434

@@ -55,19 +55,19 @@
5555
<dependency>
5656
<groupId>org.apache.commons</groupId>
5757
<artifactId>commons-rng-simple</artifactId>
58-
<version>1.2-SNAPSHOT</version>
58+
<version>1.2</version>
5959
</dependency>
6060

6161
<dependency>
6262
<groupId>org.apache.commons</groupId>
6363
<artifactId>commons-rng-sampling</artifactId>
64-
<version>1.2-SNAPSHOT</version>
64+
<version>1.2</version>
6565
</dependency>
6666

6767
<dependency>
6868
<groupId>org.apache.commons</groupId>
6969
<artifactId>commons-rng-client-api</artifactId>
70-
<version>1.2-SNAPSHOT</version>
70+
<version>1.2</version>
7171
</dependency>
7272
</dependencies>
7373
</dependencyManagement>

0 commit comments

Comments
 (0)