Author: jochen
Date: Sat Jan 19 13:29:02 2008
New Revision: 613457
URL: http://svn.apache.org/viewvc?rev=613457&view=rev
Log:
Use version 2.2 of the maven-jar-plugin, which doesn't recreate jar files all
the time, even if no changes have been detected.
Modified:
commons/proper/commons-parent/trunk/pom.xml
Modified: commons/proper/commons-parent/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/commons/proper/commons-parent/trunk/pom.xml?rev=613457&r1=613456&r2=613457&view=diff
==============================================================================
--- commons/proper/commons-parent/trunk/pom.xml (original)
+++ commons/proper/commons-parent/trunk/pom.xml Sat Jan 19 13:29:02 2008
@@ -142,7 +142,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
- <version>2.1</version>
+ <version>2.2</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>