Author: dantran Date: Wed Sep 9 23:37:59 2015 New Revision: 1702133 URL: http://svn.apache.org/r1702133 Log: [MPOM-86] and MPOM-87: upgrade release and gpg plugin to 2.5.2 and 1.6 respectively
Modified: maven/pom/trunk/maven/pom.xml Modified: maven/pom/trunk/maven/pom.xml URL: http://svn.apache.org/viewvc/maven/pom/trunk/maven/pom.xml?rev=1702133&r1=1702132&r2=1702133&view=diff ============================================================================== --- maven/pom/trunk/maven/pom.xml (original) +++ maven/pom/trunk/maven/pom.xml Wed Sep 9 23:37:59 2015 @@ -935,7 +935,7 @@ under the License. <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-release-plugin</artifactId> - <version>2.5.1</version> + <version>2.5.2</version> <configuration> <useReleaseProfiles>true</useReleaseProfiles> <releaseProfiles>apache-release</releaseProfiles> @@ -948,6 +948,12 @@ under the License. <artifactId>maven-toolchains-plugin</artifactId> <version>1.1</version> </plugin> + <!--remove when apache-parent updates this plugin --> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-gpg-plugin</artifactId> + <version>1.6</version> + </plugin> <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>findbugs-maven-plugin</artifactId>