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 2019/11/11 16:24:32 UTC

[commons-rng] 05/09: Update the released verions in the master pom.

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 172c3f99e0a0add98f073eacc158ffca179f7eea
Author: aherbert <ah...@apache.org>
AuthorDate: Mon Nov 11 13:26:17 2019 +0000

    Update the released verions in the master pom.
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 47e9706..8c5d811 100644
--- a/pom.xml
+++ b/pom.xml
@@ -43,7 +43,7 @@
     <!-- Java 9+ -->
     <commons.automatic.module.name>org.apache.commons.rng.parent</commons.automatic.module.name>
     <!-- do not use snapshot suffix here -->
-    <commons.release.version>1.2</commons.release.version>
+    <commons.release.version>1.3</commons.release.version>
     <commons.bc.version>${commons.release.version}</commons.bc.version>
     <commons.rc.version>RC1</commons.rc.version>
     <commons.release.desc>(requires Java 6+)</commons.release.desc>