You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2023/02/03 13:35:03 UTC

[commons-configuration] 02/02: Reset RC number

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

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

commit f130f316d1ad7fb4391cb45cdbb551bfef462a70
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Fri Feb 3 08:34:33 2023 -0500

    Reset RC number
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index d89a2229..b84c1518 100644
--- a/pom.xml
+++ b/pom.xml
@@ -572,7 +572,7 @@
 
     <!-- Commons Release Plugin -->
     <commons.bc.version>2.8.0</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/${commons.componentid}</commons.distSvnStagingUrl>
     <commons.releaseManagerName>Matt Juntunen</commons.releaseManagerName>