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
The following commit(s) were added to refs/heads/master by this push: new 734b69b Update BC version and RC #. 734b69b is described below commit 734b69b5649e569045aefa40c0a0defd93f70818 Author: Gary Gregory <ggreg...@rocketsoftware.com> AuthorDate: Thu Feb 28 11:12:25 2019 -0500 Update BC version and RC #. --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index e63fe3f..d9ffced 100644 --- a/pom.xml +++ b/pom.xml @@ -573,8 +573,8 @@ <japicmp.skip>false</japicmp.skip> <!-- Commons Release Plugin --> - <commons.bc.version>2.3</commons.bc.version> - <commons.rc.version>RC2</commons.rc.version> + <commons.bc.version>2.4</commons.bc.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>Rob Tompkins</commons.releaseManagerName>