You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ki...@apache.org on 2020/08/01 09:06:56 UTC

[commons-imaging] 02/02: Define commons.bc.version

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

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

commit c29c1af32c9840acb3d266aa6e544d238d420b7d
Author: Bruno P. Kinoshita <ki...@apache.org>
AuthorDate: Sat Aug 1 20:49:20 2020 +1200

    Define commons.bc.version
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 50da89c..2f67060 100644
--- a/pom.xml
+++ b/pom.xml
@@ -58,7 +58,7 @@
     <checkstyle.plugin.version>3.1.1</checkstyle.plugin.version>
 
     <!-- Commons Release Plugin -->
-    <!-- commons.bc.version>0.97</commons.bc.version -->
+    <commons.bc.version>1.0-alpha1</commons.bc.version>
     <commons.rc.version>RC1</commons.rc.version>
     <commons.release.isDistModule>true</commons.release.isDistModule>
     <commons.distSvnStagingUrl>scm:svn:https://dist.apache.org/repos/dist/dev/commons/imaging</commons.distSvnStagingUrl>