This is an automated email from the ASF dual-hosted git repository. mattjuntunen pushed a commit to annotated tag NUMBERS_1_0_B1_RC1 in repository https://gitbox.apache.org/repos/asf/commons-numbers.git
commit 7c0bc9e66ca94a65e8c343d1dad1590727c396e9 Author: Matt Juntunen <matt.juntu...@hotmail.com> AuthorDate: Sun Mar 29 14:48:25 2020 -0400 setting commons.release.version and commons.rc.version --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index daf2bbb..9fba931 100644 --- a/pom.xml +++ b/pom.xml @@ -46,9 +46,9 @@ <!-- OSGi --> <commons.osgi.export>org.apache.commons.numbers</commons.osgi.export> <!-- do not use snapshot suffix here --> - <commons.release.version>1.0</commons.release.version> + <commons.release.version>1.0-B1</commons.release.version> <commons.release.desc>(requires Java 8+)</commons.release.desc> - <!-- <commons.rc.version>RC1</commons.rc.version> --> + <commons.rc.version>RC1</commons.rc.version> <commons.binary.suffix>-bin</commons.binary.suffix> <commons.jira.id>NUMBERS</commons.jira.id>