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 2009/05/29 20:25:25 UTC

svn commit: r780057 - /maven/plugins/branches/maven-assembly-plugin-2.2-beta-4/pom.xml

Author: jdcasey
Date: Fri May 29 18:25:25 2009
New Revision: 780057

URL: http://svn.apache.org/viewvc?rev=780057&view=rev
Log:
update plexus-utils version to get fix for regex include/exclude patterns in DirectoryScanner

Modified:
    maven/plugins/branches/maven-assembly-plugin-2.2-beta-4/pom.xml

Modified: maven/plugins/branches/maven-assembly-plugin-2.2-beta-4/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/branches/maven-assembly-plugin-2.2-beta-4/pom.xml?rev=780057&r1=780056&r2=780057&view=diff
==============================================================================
--- maven/plugins/branches/maven-assembly-plugin-2.2-beta-4/pom.xml (original)
+++ maven/plugins/branches/maven-assembly-plugin-2.2-beta-4/pom.xml Fri May 29 18:25:25 2009
@@ -134,7 +134,7 @@
     <dependency>
       <groupId>org.codehaus.plexus</groupId>
       <artifactId>plexus-utils</artifactId>
-      <version>1.5.11</version>
+      <version>1.5.12</version>
     </dependency>
     <dependency>
       <groupId>org.apache.maven</groupId>