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 2006/08/25 18:53:51 UTC

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

Author: jdcasey
Date: Fri Aug 25 09:53:50 2006
New Revision: 436854

URL: http://svn.apache.org/viewvc?rev=436854&view=rev
Log:
Bumping plexus-utils dep version up to 1.3-SNAPSHOT to handle envars in a case-insensitive manner.

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=436854&r1=436853&r2=436854&view=diff
==============================================================================
--- maven/plugins/trunk/maven-assembly-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-assembly-plugin/pom.xml Fri Aug 25 09:53:50 2006
@@ -39,6 +39,12 @@
       </releases>
     </repository>
   </repositories>
+  <pluginRepositories>
+    <pluginRepository>
+      <id>codehaus.snapshots</id>
+      <url>http://snapshots.repository.codehaus.org</url>
+    </pluginRepository>
+  </pluginRepositories>
   <issueManagement>
     <system>jira</system>
     <url>http://jira.codehaus.org/browse/MASSEMBLY</url>
@@ -298,7 +304,7 @@
     <dependency>
       <groupId>org.codehaus.plexus</groupId>
       <artifactId>plexus-utils</artifactId>
-      <version>1.2</version>
+      <version>1.3-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.maven</groupId>