Skip to content

Commit d31fa67

Browse files
committed
Update to next development version
1 parent 1870a59 commit d31fa67

29 files changed

Lines changed: 916 additions & 184 deletions

File tree

RELEASE-NOTES.txt

Lines changed: 159 additions & 92 deletions
Large diffs are not rendered by default.

commons-rng-bom/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@
2121
<parent>
2222
<groupId>org.apache.commons</groupId>
2323
<artifactId>commons-rng-parent</artifactId>
24-
<version>1.7-SNAPSHOT</version>
24+
<version>1.8-SNAPSHOT</version>
2525
</parent>
2626

2727
<artifactId>commons-rng-bom</artifactId>
28-
<version>1.7-SNAPSHOT</version>
28+
<version>1.8-SNAPSHOT</version>
2929
<name>Apache Commons RNG (Bill of Materials)</name>
3030
<packaging>pom</packaging>
3131

commons-rng-bom/src/site/xdoc/index.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
<dependency>
5050
<groupId>org.apache.commons</groupId>
5151
<artifactId>commons-rng-bom</artifactId>
52-
<version>1.6</version>
52+
<version>1.7</version>
5353
<type>pom</type>
5454
<scope>import</scope>
5555
</dependency>

commons-rng-client-api/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@
2121
<parent>
2222
<groupId>org.apache.commons</groupId>
2323
<artifactId>commons-rng-parent</artifactId>
24-
<version>1.7-SNAPSHOT</version>
24+
<version>1.8-SNAPSHOT</version>
2525
</parent>
2626

2727
<artifactId>commons-rng-client-api</artifactId>
28-
<version>1.7-SNAPSHOT</version>
28+
<version>1.8-SNAPSHOT</version>
2929
<name>Apache Commons RNG Client API</name>
3030

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

commons-rng-client-api/src/site/site.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@
2626
<item name="Overview" href="index.html"/>
2727
<item name="Latest API docs (development)"
2828
href="apidocs/index.html"/>
29+
<item name="Javadoc (1.7 release)"
30+
href="https://commons.apache.org/rng/commons-rng-client-api/javadocs/api-1.7/index.html"/>
2931
<item name="Javadoc (1.6 release)"
3032
href="https://commons.apache.org/rng/commons-rng-client-api/javadocs/api-1.6/index.html"/>
3133
<item name="Javadoc (1.5 release)"

commons-rng-core/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@
2121
<parent>
2222
<groupId>org.apache.commons</groupId>
2323
<artifactId>commons-rng-parent</artifactId>
24-
<version>1.7-SNAPSHOT</version>
24+
<version>1.8-SNAPSHOT</version>
2525
</parent>
2626

2727
<artifactId>commons-rng-core</artifactId>
28-
<version>1.7-SNAPSHOT</version>
28+
<version>1.8-SNAPSHOT</version>
2929
<name>Apache Commons RNG Core</name>
3030

3131
<description>Pure Java implementations of random numbers generator algorithms.
@@ -68,7 +68,7 @@
6868
<dependency>
6969
<groupId>org.apache.commons</groupId>
7070
<artifactId>commons-rng-client-api</artifactId>
71-
<version>1.7-SNAPSHOT</version>
71+
<version>1.8-SNAPSHOT</version>
7272
</dependency>
7373
<dependency>
7474
<!-- For testing floating point precision -->

commons-rng-core/src/site/site.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@
2626
<item name="Overview" href="index.html"/>
2727
<item name="Latest API docs (development)"
2828
href="apidocs/index.html"/>
29+
<item name="Javadoc (1.7 release)"
30+
href="https://commons.apache.org/rng/commons-rng-core/javadocs/api-1.7/index.html"/>
2931
<item name="Javadoc (1.6 release)"
3032
href="https://commons.apache.org/rng/commons-rng-core/javadocs/api-1.6/index.html"/>
3133
<item name="Javadoc (1.5 release)"

commons-rng-docs/pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.apache.commons</groupId>
2323
<artifactId>commons-rng-parent</artifactId>
24-
<version>1.7-SNAPSHOT</version>
24+
<version>1.8-SNAPSHOT</version>
2525
</parent>
2626

2727
<artifactId>commons-rng-docs</artifactId>
@@ -63,22 +63,22 @@
6363
<dependency>
6464
<groupId>org.apache.commons</groupId>
6565
<artifactId>commons-rng-client-api</artifactId>
66-
<version>1.7-SNAPSHOT</version>
66+
<version>1.8-SNAPSHOT</version>
6767
</dependency>
6868
<dependency>
6969
<groupId>org.apache.commons</groupId>
7070
<artifactId>commons-rng-core</artifactId>
71-
<version>1.7-SNAPSHOT</version>
71+
<version>1.8-SNAPSHOT</version>
7272
</dependency>
7373
<dependency>
7474
<groupId>org.apache.commons</groupId>
7575
<artifactId>commons-rng-simple</artifactId>
76-
<version>1.7-SNAPSHOT</version>
76+
<version>1.8-SNAPSHOT</version>
7777
</dependency>
7878
<dependency>
7979
<groupId>org.apache.commons</groupId>
8080
<artifactId>commons-rng-sampling</artifactId>
81-
<version>1.7-SNAPSHOT</version>
81+
<version>1.8-SNAPSHOT</version>
8282
</dependency>
8383
</dependencies>
8484

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@
2121
<parent>
2222
<groupId>org.apache.commons</groupId>
2323
<artifactId>commons-rng-examples</artifactId>
24-
<version>1.7-SNAPSHOT</version>
24+
<version>1.8-SNAPSHOT</version>
2525
</parent>
2626

2727
<artifactId>commons-rng-examples-jmh</artifactId>
28-
<version>1.7-SNAPSHOT</version>
28+
<version>1.8-SNAPSHOT</version>
2929
<name>Apache Commons RNG JMH Benchmark</name>
3030

3131
<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
@@ -21,11 +21,11 @@
2121
<parent>
2222
<groupId>org.apache.commons</groupId>
2323
<artifactId>commons-rng-examples-jpms</artifactId>
24-
<version>1.7-SNAPSHOT</version>
24+
<version>1.8-SNAPSHOT</version>
2525
</parent>
2626

2727
<artifactId>commons-rng-examples-jpms-app</artifactId>
28-
<version>1.7-SNAPSHOT</version>
28+
<version>1.8-SNAPSHOT</version>
2929
<name>Apache Commons RNG JPMS Module Example (Application)</name>
3030

3131
<description>Testing JPMS. Code in this module is not part of the public API.</description>
@@ -39,7 +39,7 @@
3939
<dependency>
4040
<groupId>org.apache.commons</groupId>
4141
<artifactId>commons-rng-examples-jpms-lib</artifactId>
42-
<version>1.7-SNAPSHOT</version>
42+
<version>1.8-SNAPSHOT</version>
4343
</dependency>
4444
</dependencies>
4545

0 commit comments

Comments
 (0)