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:55 UTC

[commons-imaging] 01/02: Set commons.rc.version back to RC1, preparing for alpha2

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 7ad4fccebe53471f8dd0a180977473edc0b0f922
Author: Bruno P. Kinoshita <ki...@apache.org>
AuthorDate: Sat Aug 1 20:48:58 2020 +1200

    Set commons.rc.version back to RC1, preparing for alpha2
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 6ca6664..50da89c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -59,7 +59,7 @@
 
     <!-- Commons Release Plugin -->
     <!-- commons.bc.version>0.97</commons.bc.version -->
-    <commons.rc.version>RC3</commons.rc.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>
     <commons.releaseManagerName>Bruno P. Kinoshita</commons.releaseManagerName>