This is an automated email from the ASF dual-hosted git repository. sebb pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-build-plugin.git
The following commit(s) were added to refs/heads/master by this push: new c7dd4f7 Update plugin versions c7dd4f7 is described below commit c7dd4f71bcfb5016137b5e80a3071bb957f84915 Author: Sebb <s...@apache.org> AuthorDate: Tue Oct 13 16:48:24 2020 +0100 Update plugin versions --- pom.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index d11c4c8..90851a7 100644 --- a/pom.xml +++ b/pom.xml @@ -235,8 +235,8 @@ <!-- Commons Release Plugin --> <commons.bc.version>1.10</commons.bc.version> - <commons.release.version>1.11</commons.release.version> - <commons.release-plugin.version>1.6</commons.release-plugin.version> + <commons.release.version>1.12</commons.release.version> + <commons.release-plugin.version>1.7</commons.release-plugin.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> @@ -258,6 +258,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-antrun-plugin</artifactId> + <version>1.8</version> <executions> <execution> <id>prepare-checkout</id>