You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ev...@apache.org on 2006/08/28 15:57:34 UTC

svn commit: r437710 - /maven/sandbox/maven-shared-jar/pom.xml

Author: evenisse
Date: Mon Aug 28 06:57:33 2006
New Revision: 437710

URL: http://svn.apache.org/viewvc?rev=437710&view=rev
Log:
Use the new artifactId for archiva-utils

Modified:
    maven/sandbox/maven-shared-jar/pom.xml

Modified: maven/sandbox/maven-shared-jar/pom.xml
URL: http://svn.apache.org/viewvc/maven/sandbox/maven-shared-jar/pom.xml?rev=437710&r1=437709&r2=437710&view=diff
==============================================================================
--- maven/sandbox/maven-shared-jar/pom.xml (original)
+++ maven/sandbox/maven-shared-jar/pom.xml Mon Aug 28 06:57:33 2006
@@ -116,7 +116,7 @@
 
     <dependency>
       <groupId>org.apache.maven.repository</groupId>
-      <artifactId>maven-repository-utils</artifactId>
+      <artifactId>archiva-utils</artifactId>
       <version>1.0-SNAPSHOT</version>
     </dependency>