Author: bentmann
Date: Sun Aug 9 21:08:37 2009
New Revision: 802603
URL: http://svn.apache.org/viewvc?rev=802603&view=rev
Log:
o Updated to maven-plugin-plugin:2.5
Modified:
maven/plugins/trunk/maven-jarsigner-plugin/pom.xml
Modified: maven/plugins/trunk/maven-jarsigner-plugin/pom.xml
URL:
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-jarsigner-plugin/pom.xml?rev=802603&r1=802602&r2=802603&view=diff
==============================================================================
--- maven/plugins/trunk/maven-jarsigner-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-jarsigner-plugin/pom.xml Sun Aug 9 21:08:37 2009
@@ -82,6 +82,24 @@
</dependency>
</dependencies>
+ <build>
+ <plugins>
+ <plugin>
+ <artifactId>maven-plugin-plugin</artifactId>
+ <version>2.5</version>
+ </plugin>
+ </plugins>
+ </build>
+
+ <reporting>
+ <plugins>
+ <plugin>
+ <artifactId>maven-plugin-plugin</artifactId>
+ <version>2.5</version>
+ </plugin>
+ </plugins>
+ </reporting>
+
<profiles>
<profile>
<id>run-its</id>