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 8cdbecd Update release properties. 8cdbecd is described below commit 8cdbecd1781a00b9f939ac4c9feec86692a795a1 Author: Gary Gregory <gardgreg...@gmail.com> AuthorDate: Mon Sep 30 11:15:41 2019 -0400 Update release properties. --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index b243f83..04dcacf 100644 --- a/pom.xml +++ b/pom.xml @@ -537,7 +537,7 @@ <properties> <commons.componentid>configuration</commons.componentid> <commons.module.name>org.apache.commons.configuration2</commons.module.name> - <commons.release.version>2.6</commons.release.version> + <commons.release.version>2.6.1</commons.release.version> <commons.release.desc>(reworked 2.x version)</commons.release.desc> <commons.release.2.name>commons-configuration-${commons.release.2.version}</commons.release.2.name> <commons.release.2.version>1.10</commons.release.2.version> @@ -576,7 +576,7 @@ <checkstyle.version>8.25</checkstyle.version> <!-- Commons Release Plugin --> - <commons.bc.version>2.5</commons.bc.version> + <commons.bc.version>2.6</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>