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 f5e60d6fe141f019887619a1e8aaa506edb84d59
Author: Alex Herbert <aherb...@apache.org>
AuthorDate: Mon Jul 15 12:37:14 2024 +0100

    Bump versions for next development cycle
---
 .../resources/org/apache/commons/rng/integration/tests.bndrun  | 10 +++++-----
 pom.xml                                                        |  4 ++--
 2 files changed, 7 insertions(+), 7 deletions(-)

diff --git 
a/commons-rng-integration/src/test/resources/org/apache/commons/rng/integration/tests.bndrun
 
b/commons-rng-integration/src/test/resources/org/apache/commons/rng/integration/tests.bndrun
index a968aa4d..179e2d7b 100644
--- 
a/commons-rng-integration/src/test/resources/org/apache/commons/rng/integration/tests.bndrun
+++ 
b/commons-rng-integration/src/test/resources/org/apache/commons/rng/integration/tests.bndrun
@@ -28,11 +28,11 @@ Test-Cases: ${classes;CONCRETE;PUBLIC;NAMED;*Test*}
 # Generated using: mvn package bnd-resolver:resolve
 -runbundles: \
        org.opentest4j;version='[1.3.0,1.3.1)',\
-       commons-rng-integration-tests;version='[1.6.0,1.6.1)',\
-       org.apache.commons.rng;version='[1.6.0,1.6.1)',\
-       org.apache.commons.rng.core;version='[1.6.0,1.6.1)',\
-       org.apache.commons.rng.sampling;version='[1.6.0,1.6.1)',\
-       org.apache.commons.rng.simple;version='[1.6.0,1.6.1)',\
+       commons-rng-integration-tests;version='[1.7.0,1.7.1)',\
+       org.apache.commons.rng;version='[1.7.0,1.7.1)',\
+       org.apache.commons.rng.core;version='[1.7.0,1.7.1)',\
+       org.apache.commons.rng.sampling;version='[1.7.0,1.7.1)',\
+       org.apache.commons.rng.simple;version='[1.7.0,1.7.1)',\
        junit-jupiter-api;version='[5.11.0,5.11.1)',\
        junit-jupiter-engine;version='[5.11.0,5.11.1)',\
        junit-platform-commons;version='[1.11.0,1.11.1)',\
diff --git a/pom.xml b/pom.xml
index 6223fbf3..f7d177f7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -47,8 +47,8 @@
     <rng.build.outputTimestamp>2024-07-15T00:00:00Z</rng.build.outputTimestamp>
     
<project.build.outputTimestamp>${rng.build.outputTimestamp}</project.build.outputTimestamp>
     <!-- do not use snapshot suffix here -->
-    <commons.release.version>1.6</commons.release.version>
-    <commons.bc.version>1.5</commons.bc.version>
+    <commons.release.version>1.7</commons.release.version>
+    <commons.bc.version>1.6</commons.bc.version>
     <commons.rc.version>RC1</commons.rc.version>
     <commons.release.desc>(requires Java 8+)</commons.release.desc>
     <commons.binary.suffix>-bin</commons.binary.suffix>

Reply via email to