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-lang.git
The following commit(s) were added to refs/heads/master by this push: new 6d2e78b Reset RC number. 6d2e78b is described below commit 6d2e78b58e952d4c7bfec5ff9c9ee50751f8e5d3 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Sun Feb 21 18:15:34 2021 -0500 Reset RC number. --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index b0e868f..3ffef3f 100644 --- a/pom.xml +++ b/pom.xml @@ -638,7 +638,7 @@ <!-- Commons Release Plugin --> <commons.bc.version>3.11</commons.bc.version> - <commons.rc.version>RC2</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/lang</commons.distSvnStagingUrl> <commons.releaseManagerName>Gary Gregory</commons.releaseManagerName>