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-numbers.git
commit 62c32c5a0916e17c531381d688f76c27012b3101 Author: aherbert <[email protected]> AuthorDate: Tue Nov 1 10:48:13 2022 +0000 Update commons version properties for latest release (v1.1) --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 54963b5c..9861d348 100644 --- a/pom.xml +++ b/pom.xml @@ -47,8 +47,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.1</commons.release.version> - <commons.bc.version>1.0</commons.bc.version> + <commons.release.version>1.2</commons.release.version> + <commons.bc.version>1.1</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>
