File tree Expand file tree Collapse file tree
src/test/resources/org/apache/commons/rng/integration Expand file tree Collapse file tree Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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>
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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)"
Original file line number Diff line number Diff line change 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.
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 -->
Original file line number Diff line number Diff line change 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)"
Original file line number Diff line number Diff line change 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 >
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
Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff line change 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 >
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
You can’t perform that action at this time.
0 commit comments