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/12/06 11:59:38 UTC

[commons-statistics] 04/06: Update release version properties

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-statistics.git

commit 15eb4144f95f4557738430fab48e6d32689c9fa6
Author: aherbert <ah...@apache.org>
AuthorDate: Tue Dec 6 11:21:55 2022 +0000

    Update release version properties
---
 pom.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 5c2b0c7..6abb936 100644
--- a/pom.xml
+++ b/pom.xml
@@ -93,7 +93,8 @@
     <!-- 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.0</commons.release.version>
+    <commons.release.version>1.1</commons.release.version>
+    <commons.bc.version>1.0</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>