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/06/18 00:03:14 UTC

[commons-codec] branch release updated: Prepare for release candidate

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-codec.git


The following commit(s) were added to refs/heads/release by this push:
     new 2614a4ca Prepare for release candidate
2614a4ca is described below

commit 2614a4ca9d79c2b96a3147d206b4fb27443f8ce8
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sat Jun 17 20:03:03 2023 -0400

    Prepare for release candidate
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 78347f9a..868923fd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -270,7 +270,7 @@ limitations under the License.
     <!-- Commons Release Plugin -->
     <commons.release.version>1.16.0</commons.release.version>
     <commons.bc.version>1.15</commons.bc.version>
-    <commons.rc.version>RC1</commons.rc.version>
+    <commons.rc.version>RC2</commons.rc.version>
     <commons.release-plugin.version>1.7</commons.release-plugin.version>
     <commons.release.isDistModule>true</commons.release.isDistModule>
     <commons.distSvnStagingUrl>scm:svn:https://dist.apache.org/repos/dist/dev/commons/${commons.componentid}</commons.distSvnStagingUrl>