This is an automated email from the ASF dual-hosted git repository. aherbert pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-rng.git
commit 11f8c421da015fecba932b8aad1e788262ae32d9 Author: aherbert <aherb...@apache.org> AuthorDate: Mon Oct 10 11:32:49 2022 +0100 Bump project version 1.5-SNAPSHOT to 1.6-SNAPSHOT --- commons-rng-bom/README.md | 2 +- commons-rng-bom/pom.xml | 9 ++---- commons-rng-client-api/pom.xml | 9 ++---- commons-rng-core/pom.xml | 11 +++----- commons-rng-examples/examples-jmh/pom.xml | 9 ++---- .../examples-jpms/jpms-app/pom.xml | 11 +++----- .../examples-jpms/jpms-lib/pom.xml | 9 ++---- commons-rng-examples/examples-jpms/pom.xml | 9 ++---- commons-rng-examples/examples-jpms/runApp.sh | 2 +- commons-rng-examples/examples-quadrature/pom.xml | 9 ++---- commons-rng-examples/examples-sampling/pom.xml | 9 ++---- commons-rng-examples/examples-stress/pom.xml | 9 ++---- commons-rng-examples/pom.xml | 15 ++++------ commons-rng-sampling/pom.xml | 13 ++++----- commons-rng-simple/pom.xml | 13 ++++----- dist-archive/pom.xml | 33 ++++++++++------------ docs-archive/pom.xml | 10 +++---- pom.xml | 2 +- 18 files changed, 71 insertions(+), 113 deletions(-) diff --git a/commons-rng-bom/README.md b/commons-rng-bom/README.md index 0d346072..fc751b01 100644 --- a/commons-rng-bom/README.md +++ b/commons-rng-bom/README.md @@ -46,7 +46,7 @@ the Bill of Materials (BOM) for dependency management: <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-rng-bom</artifactId> - <version>1.5-SNAPSHOT</version> + <version>1.5</version> <type>pom</type> <scope>import</scope> </dependency> diff --git a/commons-rng-bom/pom.xml b/commons-rng-bom/pom.xml index f5d5b424..c37a0548 100644 --- a/commons-rng-bom/pom.xml +++ b/commons-rng-bom/pom.xml @@ -15,20 +15,17 @@ See the License for the specific language governing permissions and limitations under the License. --> -<project - xmlns="http://maven.apache.org/POM/4.0.0" - xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.apache.commons</groupId> <artifactId>commons-rng-parent</artifactId> - <version>1.5-SNAPSHOT</version> + <version>1.6-SNAPSHOT</version> </parent> <artifactId>commons-rng-bom</artifactId> - <version>1.5-SNAPSHOT</version> + <version>1.6-SNAPSHOT</version> <name>Apache Commons RNG (Bill of Materials)</name> <packaging>pom</packaging> diff --git a/commons-rng-client-api/pom.xml b/commons-rng-client-api/pom.xml index 1e19a2d9..f6cbab9b 100644 --- a/commons-rng-client-api/pom.xml +++ b/commons-rng-client-api/pom.xml @@ -15,20 +15,17 @@ See the License for the specific language governing permissions and limitations under the License. --> -<project - xmlns="http://maven.apache.org/POM/4.0.0" - xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.apache.commons</groupId> <artifactId>commons-rng-parent</artifactId> - <version>1.5-SNAPSHOT</version> + <version>1.6-SNAPSHOT</version> </parent> <artifactId>commons-rng-client-api</artifactId> - <version>1.5-SNAPSHOT</version> + <version>1.6-SNAPSHOT</version> <name>Apache Commons RNG Client API</name> <description>API for client code that uses random numbers generators.</description> diff --git a/commons-rng-core/pom.xml b/commons-rng-core/pom.xml index ed48c14a..8071a95f 100644 --- a/commons-rng-core/pom.xml +++ b/commons-rng-core/pom.xml @@ -15,20 +15,17 @@ See the License for the specific language governing permissions and limitations under the License. --> -<project - xmlns="http://maven.apache.org/POM/4.0.0" - xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.apache.commons</groupId> <artifactId>commons-rng-parent</artifactId> - <version>1.5-SNAPSHOT</version> + <version>1.6-SNAPSHOT</version> </parent> <artifactId>commons-rng-core</artifactId> - <version>1.5-SNAPSHOT</version> + <version>1.6-SNAPSHOT</version> <name>Apache Commons RNG Core</name> <description>Pure Java implementations of random numbers generator algorithms. @@ -52,7 +49,7 @@ <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-rng-client-api</artifactId> - <version>1.5-SNAPSHOT</version> + <version>1.6-SNAPSHOT</version> </dependency> <dependency> <!-- For testing floating point precision --> diff --git a/commons-rng-examples/examples-jmh/pom.xml b/commons-rng-examples/examples-jmh/pom.xml index 25fe0b0d..3e68fdce 100644 --- a/commons-rng-examples/examples-jmh/pom.xml +++ b/commons-rng-examples/examples-jmh/pom.xml @@ -15,20 +15,17 @@ See the License for the specific language governing permissions and limitations under the License. --> -<project - xmlns="http://maven.apache.org/POM/4.0.0" - xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.apache.commons</groupId> <artifactId>commons-rng-examples</artifactId> - <version>1.5-SNAPSHOT</version> + <version>1.6-SNAPSHOT</version> </parent> <artifactId>commons-rng-examples-jmh</artifactId> - <version>1.5-SNAPSHOT</version> + <version>1.6-SNAPSHOT</version> <name>Apache Commons RNG JMH Benchmark</name> <description>Code for running JMH benchmarks that assess the performance of the generators. diff --git a/commons-rng-examples/examples-jpms/jpms-app/pom.xml b/commons-rng-examples/examples-jpms/jpms-app/pom.xml index faa58fc0..95ae2358 100644 --- a/commons-rng-examples/examples-jpms/jpms-app/pom.xml +++ b/commons-rng-examples/examples-jpms/jpms-app/pom.xml @@ -15,20 +15,17 @@ See the License for the specific language governing permissions and limitations under the License. --> -<project - xmlns="http://maven.apache.org/POM/4.0.0" - xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.apache.commons</groupId> <artifactId>commons-rng-examples-jpms</artifactId> - <version>1.5-SNAPSHOT</version> + <version>1.6-SNAPSHOT</version> </parent> <artifactId>commons-rng-examples-jpms-app</artifactId> - <version>1.5-SNAPSHOT</version> + <version>1.6-SNAPSHOT</version> <name>Apache Commons RNG JPMS Module Example (Application)</name> <description>Testing JPMS. Code in this module is not part of the public API.</description> @@ -42,7 +39,7 @@ <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-rng-examples-jpms-lib</artifactId> - <version>1.5-SNAPSHOT</version> + <version>1.6-SNAPSHOT</version> </dependency> </dependencies> diff --git a/commons-rng-examples/examples-jpms/jpms-lib/pom.xml b/commons-rng-examples/examples-jpms/jpms-lib/pom.xml index 875952e4..1c0bd22e 100644 --- a/commons-rng-examples/examples-jpms/jpms-lib/pom.xml +++ b/commons-rng-examples/examples-jpms/jpms-lib/pom.xml @@ -15,20 +15,17 @@ See the License for the specific language governing permissions and limitations under the License. --> -<project - xmlns="http://maven.apache.org/POM/4.0.0" - xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.apache.commons</groupId> <artifactId>commons-rng-examples-jpms</artifactId> - <version>1.5-SNAPSHOT</version> + <version>1.6-SNAPSHOT</version> </parent> <artifactId>commons-rng-examples-jpms-lib</artifactId> - <version>1.5-SNAPSHOT</version> + <version>1.6-SNAPSHOT</version> <name>Apache Commons RNG JPMS Module Example (Library)</name> <description>Testing JPMS. Code in this module is not part of the public API.</description> diff --git a/commons-rng-examples/examples-jpms/pom.xml b/commons-rng-examples/examples-jpms/pom.xml index ee6bc1ac..a917a0a0 100644 --- a/commons-rng-examples/examples-jpms/pom.xml +++ b/commons-rng-examples/examples-jpms/pom.xml @@ -15,20 +15,17 @@ See the License for the specific language governing permissions and limitations under the License. --> -<project - xmlns="http://maven.apache.org/POM/4.0.0" - xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.apache.commons</groupId> <artifactId>commons-rng-examples</artifactId> - <version>1.5-SNAPSHOT</version> + <version>1.6-SNAPSHOT</version> </parent> <artifactId>commons-rng-examples-jpms</artifactId> - <version>1.5-SNAPSHOT</version> + <version>1.6-SNAPSHOT</version> <packaging>pom</packaging> <name>Apache Commons RNG JPMS Integration Test</name> diff --git a/commons-rng-examples/examples-jpms/runApp.sh b/commons-rng-examples/examples-jpms/runApp.sh index 75f451b7..c0e98008 100755 --- a/commons-rng-examples/examples-jpms/runApp.sh +++ b/commons-rng-examples/examples-jpms/runApp.sh @@ -19,7 +19,7 @@ # "mvn package" from the top level project directory). TOPDIR=../.. -RNGVERSION=1.5-SNAPSHOT +RNGVERSION=1.6-SNAPSHOT TARGETDIR=target # Module path. diff --git a/commons-rng-examples/examples-quadrature/pom.xml b/commons-rng-examples/examples-quadrature/pom.xml index e1c4c48d..9faa65a4 100644 --- a/commons-rng-examples/examples-quadrature/pom.xml +++ b/commons-rng-examples/examples-quadrature/pom.xml @@ -15,20 +15,17 @@ See the License for the specific language governing permissions and limitations under the License. --> -<project - xmlns="http://maven.apache.org/POM/4.0.0" - xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.apache.commons</groupId> <artifactId>commons-rng-examples</artifactId> - <version>1.5-SNAPSHOT</version> + <version>1.6-SNAPSHOT</version> </parent> <artifactId>commons-rng-examples-quadrature</artifactId> - <version>1.5-SNAPSHOT</version> + <version>1.6-SNAPSHOT</version> <name>Apache Commons RNG Quadrature Example</name> <description>Contains examples for computing numerical quadrature (integration). diff --git a/commons-rng-examples/examples-sampling/pom.xml b/commons-rng-examples/examples-sampling/pom.xml index dc9d373f..be5420a4 100644 --- a/commons-rng-examples/examples-sampling/pom.xml +++ b/commons-rng-examples/examples-sampling/pom.xml @@ -15,20 +15,17 @@ See the License for the specific language governing permissions and limitations under the License. --> -<project - xmlns="http://maven.apache.org/POM/4.0.0" - xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.apache.commons</groupId> <artifactId>commons-rng-examples</artifactId> - <version>1.5-SNAPSHOT</version> + <version>1.6-SNAPSHOT</version> </parent> <artifactId>commons-rng-examples-sampling</artifactId> - <version>1.5-SNAPSHOT</version> + <version>1.6-SNAPSHOT</version> <!-- This name is used in the shaded jar to provide the application title for the version information. --> <name>Apache Commons RNG Examples Sampling Utilities</name> diff --git a/commons-rng-examples/examples-stress/pom.xml b/commons-rng-examples/examples-stress/pom.xml index 54aca368..4aae56aa 100644 --- a/commons-rng-examples/examples-stress/pom.xml +++ b/commons-rng-examples/examples-stress/pom.xml @@ -15,20 +15,17 @@ See the License for the specific language governing permissions and limitations under the License. --> -<project - xmlns="http://maven.apache.org/POM/4.0.0" - xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.apache.commons</groupId> <artifactId>commons-rng-examples</artifactId> - <version>1.5-SNAPSHOT</version> + <version>1.6-SNAPSHOT</version> </parent> <artifactId>commons-rng-examples-stress</artifactId> - <version>1.5-SNAPSHOT</version> + <version>1.6-SNAPSHOT</version> <!-- This name is used in the shaded jar to provide the application title for the version information. --> <name>Apache Commons RNG Examples Stress Utilities</name> diff --git a/commons-rng-examples/pom.xml b/commons-rng-examples/pom.xml index 1a3ce37d..3b9daa70 100644 --- a/commons-rng-examples/pom.xml +++ b/commons-rng-examples/pom.xml @@ -15,20 +15,17 @@ See the License for the specific language governing permissions and limitations under the License. --> -<project - xmlns="http://maven.apache.org/POM/4.0.0" - xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.apache.commons</groupId> <artifactId>commons-rng-parent</artifactId> - <version>1.5-SNAPSHOT</version> + <version>1.6-SNAPSHOT</version> </parent> <artifactId>commons-rng-examples</artifactId> - <version>1.5-SNAPSHOT</version> + <version>1.6-SNAPSHOT</version> <packaging>pom</packaging> <name>Apache Commons RNG Examples</name> @@ -61,17 +58,17 @@ <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-rng-simple</artifactId> - <version>1.5-SNAPSHOT</version> + <version>1.6-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-rng-sampling</artifactId> - <version>1.5-SNAPSHOT</version> + <version>1.6-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-rng-client-api</artifactId> - <version>1.5-SNAPSHOT</version> + <version>1.6-SNAPSHOT</version> </dependency> <dependency> <groupId>info.picocli</groupId> diff --git a/commons-rng-sampling/pom.xml b/commons-rng-sampling/pom.xml index 9094584c..073417db 100644 --- a/commons-rng-sampling/pom.xml +++ b/commons-rng-sampling/pom.xml @@ -15,20 +15,17 @@ See the License for the specific language governing permissions and limitations under the License. --> -<project - xmlns="http://maven.apache.org/POM/4.0.0" - xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.apache.commons</groupId> <artifactId>commons-rng-parent</artifactId> - <version>1.5-SNAPSHOT</version> + <version>1.6-SNAPSHOT</version> </parent> <artifactId>commons-rng-sampling</artifactId> - <version>1.5-SNAPSHOT</version> + <version>1.6-SNAPSHOT</version> <name>Apache Commons RNG Sampling</name> <description>The Apache Commons RNG Sampling module provides samplers @@ -49,13 +46,13 @@ <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-rng-client-api</artifactId> - <version>1.5-SNAPSHOT</version> + <version>1.6-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-rng-simple</artifactId> - <version>1.5-SNAPSHOT</version> + <version>1.6-SNAPSHOT</version> <scope>test</scope> </dependency> diff --git a/commons-rng-simple/pom.xml b/commons-rng-simple/pom.xml index dc6e4f28..f1c17255 100644 --- a/commons-rng-simple/pom.xml +++ b/commons-rng-simple/pom.xml @@ -15,20 +15,17 @@ See the License for the specific language governing permissions and limitations under the License. --> -<project - xmlns="http://maven.apache.org/POM/4.0.0" - xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.apache.commons</groupId> <artifactId>commons-rng-parent</artifactId> - <version>1.5-SNAPSHOT</version> + <version>1.6-SNAPSHOT</version> </parent> <artifactId>commons-rng-simple</artifactId> - <version>1.5-SNAPSHOT</version> + <version>1.6-SNAPSHOT</version> <name>Apache Commons RNG Simple</name> <description>Simple API for instantiating random numbers generators.</description> @@ -49,12 +46,12 @@ <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-rng-client-api</artifactId> - <version>1.5-SNAPSHOT</version> + <version>1.6-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-rng-core</artifactId> - <version>1.5-SNAPSHOT</version> + <version>1.6-SNAPSHOT</version> </dependency> <dependency> diff --git a/dist-archive/pom.xml b/dist-archive/pom.xml index dc56289a..1afbf04e 100644 --- a/dist-archive/pom.xml +++ b/dist-archive/pom.xml @@ -17,20 +17,17 @@ KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. --> -<project - xmlns="http://maven.apache.org/POM/4.0.0" - xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.apache.commons</groupId> <artifactId>commons-rng-parent</artifactId> - <version>1.5-SNAPSHOT</version> + <version>1.6-SNAPSHOT</version> </parent> <artifactId>commons-rng</artifactId> - <version>1.5-SNAPSHOT</version> + <version>1.6-SNAPSHOT</version> <packaging>pom</packaging> <name>Apache Commons RNG (full distribution)</name> <description>This module creates the Apache Commons RNG distribution.</description> @@ -68,18 +65,18 @@ under the License. <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-rng-client-api</artifactId> - <version>1.5-SNAPSHOT</version> + <version>1.6-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-rng-client-api</artifactId> - <version>1.5-SNAPSHOT</version> + <version>1.6-SNAPSHOT</version> <classifier>sources</classifier> </dependency> <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-rng-client-api</artifactId> - <version>1.5-SNAPSHOT</version> + <version>1.6-SNAPSHOT</version> <classifier>javadoc</classifier> </dependency> @@ -87,18 +84,18 @@ under the License. <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-rng-core</artifactId> - <version>1.5-SNAPSHOT</version> + <version>1.6-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-rng-core</artifactId> - <version>1.5-SNAPSHOT</version> + <version>1.6-SNAPSHOT</version> <classifier>sources</classifier> </dependency> <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-rng-core</artifactId> - <version>1.5-SNAPSHOT</version> + <version>1.6-SNAPSHOT</version> <classifier>javadoc</classifier> </dependency> @@ -106,18 +103,18 @@ under the License. <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-rng-simple</artifactId> - <version>1.5-SNAPSHOT</version> + <version>1.6-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-rng-simple</artifactId> - <version>1.5-SNAPSHOT</version> + <version>1.6-SNAPSHOT</version> <classifier>sources</classifier> </dependency> <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-rng-simple</artifactId> - <version>1.5-SNAPSHOT</version> + <version>1.6-SNAPSHOT</version> <classifier>javadoc</classifier> </dependency> @@ -125,18 +122,18 @@ under the License. <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-rng-sampling</artifactId> - <version>1.5-SNAPSHOT</version> + <version>1.6-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-rng-sampling</artifactId> - <version>1.5-SNAPSHOT</version> + <version>1.6-SNAPSHOT</version> <classifier>sources</classifier> </dependency> <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-rng-sampling</artifactId> - <version>1.5-SNAPSHOT</version> + <version>1.6-SNAPSHOT</version> <classifier>javadoc</classifier> </dependency> diff --git a/docs-archive/pom.xml b/docs-archive/pom.xml index a8b20153..dc1fea62 100644 --- a/docs-archive/pom.xml +++ b/docs-archive/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.commons</groupId> <artifactId>commons-rng-parent</artifactId> - <version>1.5-SNAPSHOT</version> + <version>1.6-SNAPSHOT</version> </parent> <artifactId>commons-rng-docs</artifactId> @@ -49,22 +49,22 @@ <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-rng-client-api</artifactId> - <version>1.5-SNAPSHOT</version> + <version>1.6-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-rng-core</artifactId> - <version>1.5-SNAPSHOT</version> + <version>1.6-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-rng-simple</artifactId> - <version>1.5-SNAPSHOT</version> + <version>1.6-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-rng-sampling</artifactId> - <version>1.5-SNAPSHOT</version> + <version>1.6-SNAPSHOT</version> </dependency> </dependencies> diff --git a/pom.xml b/pom.xml index 012d2edb..a9ac3a54 100644 --- a/pom.xml +++ b/pom.xml @@ -24,7 +24,7 @@ </parent> <artifactId>commons-rng-parent</artifactId> - <version>1.5-SNAPSHOT</version> + <version>1.6-SNAPSHOT</version> <packaging>pom</packaging> <name>Apache Commons RNG</name> <description>The Apache Commons RNG project provides pure-Java implementation of pseudo-random generators.</description>