You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ah...@apache.org on 2022/09/29 13:32:18 UTC

[commons-rng] 02/03: Update commons.release.version with upcoming release version (1.5)

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 a597cc5c53cb9d3fabc820481d1a05687029e7fc
Author: aherbert <ah...@apache.org>
AuthorDate: Thu Sep 29 11:15:45 2022 +0100

    Update commons.release.version with upcoming release version (1.5)
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 63bc9424..5e8ac8bb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -44,7 +44,7 @@
     <!-- This flag should only be true in the dist-archive module. -->
     <commons.release.isDistModule>false</commons.release.isDistModule>
     <!-- do not use snapshot suffix here -->
-    <commons.release.version>1.4</commons.release.version>
+    <commons.release.version>1.5</commons.release.version>
     <commons.bc.version>1.4</commons.bc.version>
     <commons.rc.version>RC1</commons.rc.version>
     <commons.release.desc>(requires Java 8+)</commons.release.desc>