You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by kr...@apache.org on 2010/05/17 21:04:14 UTC

svn commit: r945312 - /maven/plugins/trunk/maven-source-plugin/pom.xml

Author: krosenvold
Date: Mon May 17 19:04:14 2010
New Revision: 945312

URL: http://svn.apache.org/viewvc?rev=945312&view=rev
Log:
o Updated to archiver 2.4.1

Modified:
    maven/plugins/trunk/maven-source-plugin/pom.xml

Modified: maven/plugins/trunk/maven-source-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-source-plugin/pom.xml?rev=945312&r1=945311&r2=945312&view=diff
==============================================================================
--- maven/plugins/trunk/maven-source-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-source-plugin/pom.xml Mon May 17 19:04:14 2010
@@ -73,7 +73,7 @@ under the License.
     <dependency>
       <groupId>org.apache.maven</groupId>
       <artifactId>maven-archiver</artifactId>
-      <version>2.4</version>
+      <version>2.4.1</version>
     </dependency>
     <dependency>
       <groupId>org.codehaus.plexus</groupId>