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-codec.git
commit ee91fc302956ca4ca301d35f9de858d967f7bf02 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Mon Oct 23 08:37:56 2023 -0400 Fix commons.rc.version --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 146abe3f..9963385f 100644 --- a/pom.xml +++ b/pom.xml @@ -275,7 +275,7 @@ limitations under the License. <!-- Commons Release Plugin --> <commons.release.version>1.16.1</commons.release.version> <commons.bc.version>1.16.0</commons.bc.version> - <commons.rc.version>R1</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> </properties>