This is an automated email from the ASF dual-hosted git repository.

mattjuntunen pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-numbers.git

commit ac80b7fa62997bb0c25eed68ad22c31ac2338084
Author: Matt Juntunen <mattjuntu...@apache.org>
AuthorDate: Sun Jul 18 02:50:00 2021 -0400

    adding bc version
---
 pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pom.xml b/pom.xml
index f7a0c6a..3504924 100644
--- a/pom.xml
+++ b/pom.xml
@@ -46,6 +46,7 @@
     <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.bc.version>${commons.release.version}</commons.bc.version>
     <commons.release.desc>(requires Java 8+)</commons.release.desc>
     <commons.rc.version>RC1</commons.rc.version>
     <commons.binary.suffix>-bin</commons.binary.suffix>

Reply via email to