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/09/01 01:05:38 UTC

svn commit: r809779 - /maven/plugins/trunk/maven-remote-resources-plugin/pom.xml

Author: jdcasey
Date: Mon Aug 31 23:05:38 2009
New Revision: 809779

URL: http://svn.apache.org/viewvc?rev=809779&view=rev
Log:
[MRRESOURCES-42] Incorporating new plexus-resources version to include fixes for JarResourceLocator.

Modified:
    maven/plugins/trunk/maven-remote-resources-plugin/pom.xml

Modified: maven/plugins/trunk/maven-remote-resources-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-remote-resources-plugin/pom.xml?rev=809779&r1=809778&r2=809779&view=diff
==============================================================================
--- maven/plugins/trunk/maven-remote-resources-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-remote-resources-plugin/pom.xml Mon Aug 31 23:05:38 2009
@@ -140,7 +140,7 @@
     <dependency>
       <groupId>org.codehaus.plexus</groupId>
       <artifactId>plexus-resources</artifactId>
-      <version>1.0-alpha-4</version>
+      <version>1.0-alpha-5-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>junit</groupId>