You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by jd...@apache.org on 2007/08/16 01:27:09 UTC

svn commit: r566400 - /maven/plugins/trunk/maven-assembly-plugin/pom.xml

Author: jdcasey
Date: Wed Aug 15 16:27:09 2007
New Revision: 566400

URL: http://svn.apache.org/viewvc?view=rev&rev=566400
Log:
Updated to use newest snapshot of maven-common-artifact-filters.

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

Modified: maven/plugins/trunk/maven-assembly-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-assembly-plugin/pom.xml?view=diff&rev=566400&r1=566399&r2=566400
==============================================================================
--- maven/plugins/trunk/maven-assembly-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-assembly-plugin/pom.xml Wed Aug 15 16:27:09 2007
@@ -395,7 +395,7 @@
     <dependency>
       <groupId>org.apache.maven.shared</groupId>
       <artifactId>maven-common-artifact-filters</artifactId>
-      <version>1.0-alpha-1</version>
+      <version>1.0-alpha-2-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.maven.shared</groupId>