Author: michaelo Date: Sat Nov 1 17:54:44 2014 New Revision: 1636000 URL: http://svn.apache.org/r1636000 Log: Update some plugins
Modified: maven/plugins/trunk/maven-project-info-reports-plugin/pom.xml Modified: maven/plugins/trunk/maven-project-info-reports-plugin/pom.xml URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-project-info-reports-plugin/pom.xml?rev=1636000&r1=1635999&r2=1636000&view=diff ============================================================================== --- maven/plugins/trunk/maven-project-info-reports-plugin/pom.xml (original) +++ maven/plugins/trunk/maven-project-info-reports-plugin/pom.xml Sat Nov 1 17:54:44 2014 @@ -396,7 +396,7 @@ under the License. <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-jarsigner-plugin</artifactId> - <version>1.2</version> + <version>1.3.2</version> <configuration> <keystore>${basedir}/target/jetty.jks</keystore> <keypass>apache</keypass> @@ -561,7 +561,7 @@ under the License. <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-changes-plugin</artifactId> - <version>2.6</version> + <version>2.11</version> <configuration> <!-- For JIRA-report --> <columnNames>Type,Key,Summary,Assignee,Status,Resolution,Fix Version</columnNames>