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 ebe51bf Bump release numbers. ebe51bf is described below commit ebe51bf20da4095cb309674b3f4b9c095651c658 Author: Gary Gregory <gardgreg...@gmail.com> AuthorDate: Mon May 27 12:11:17 2019 -0400 Bump release numbers. --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index e80b931..7fc0b43 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.5</commons.release.version> + <commons.release.version>2.6</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> @@ -573,7 +573,7 @@ <commons.jacoco.version>0.8.4</commons.jacoco.version> <!-- Commons Release Plugin --> - <commons.bc.version>2.4</commons.bc.version> + <commons.bc.version>2.5</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>