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 2022/11/28 16:51:20 UTC

[commons-bcel] 01/04: Reset RC count

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

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

commit 21aef486af049ca5f4f820a4de7c170a89b6e4c6
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Mon Nov 28 11:05:02 2022 -0500

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

diff --git a/pom.xml b/pom.xml
index 9787f443..e9a7ffcc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -49,7 +49,7 @@
     <commons.module.name>org.apache.bcel</commons.module.name>
     <commons.release.version>6.7.0</commons.release.version>
     <commons.release.isDistModule>true</commons.release.isDistModule>
-    <commons.rc.version>RC2</commons.rc.version>
+    <commons.rc.version>RC1</commons.rc.version>
     <commons.bc.version>6.6.1</commons.bc.version>
     <commons.release.desc>(Java 8)</commons.release.desc>
     <commons.scmPubUrl>https://svn.apache.org/repos/infra/websites/production/commons/content/proper/commons-bcel</commons.scmPubUrl>