File tree Expand file tree Collapse file tree 14 files changed +65
-65
lines changed Expand file tree Collapse file tree 14 files changed +65
-65
lines changed Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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.
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
Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff line change 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 >
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
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff line change 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
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 >
You can’t perform that action at this time.
0 commit comments