Author: jdcasey Date: Thu Sep 1 16:20:12 2011 New Revision: 1164132 URL: http://svn.apache.org/viewvc?rev=1164132&view=rev Log: [MASSEMBLY-570] Use 1.4-SNAPSHOT of maven-common-artifact-filters, which contains a fix for wildcards in the middle of a coordinate segment
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?rev=1164132&r1=1164131&r2=1164132&view=diff ============================================================================== --- maven/plugins/trunk/maven-assembly-plugin/pom.xml (original) +++ maven/plugins/trunk/maven-assembly-plugin/pom.xml Thu Sep 1 16:20:12 2011 @@ -87,7 +87,7 @@ under the License. <dependency> <groupId>org.apache.maven.shared</groupId> <artifactId>maven-common-artifact-filters</artifactId> - <version>1.3</version> + <version>1.4-SNAPSHOT</version> </dependency> <dependency> <groupId>org.codehaus.plexus</groupId>