You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by br...@apache.org on 2007/02/15 10:11:53 UTC

svn commit: r507862 - /maven/shared/trunk/maven-app-configuration/model/pom.xml

Author: brett
Date: Thu Feb 15 01:11:52 2007
New Revision: 507862

URL: http://svn.apache.org/viewvc?view=rev&rev=507862
Log:
update registry dependency

Modified:
    maven/shared/trunk/maven-app-configuration/model/pom.xml

Modified: maven/shared/trunk/maven-app-configuration/model/pom.xml
URL: http://svn.apache.org/viewvc/maven/shared/trunk/maven-app-configuration/model/pom.xml?view=diff&rev=507862&r1=507861&r2=507862
==============================================================================
--- maven/shared/trunk/maven-app-configuration/model/pom.xml (original)
+++ maven/shared/trunk/maven-app-configuration/model/pom.xml Thu Feb 15 01:11:52 2007
@@ -30,8 +30,8 @@
   </build>
   <dependencies>
     <dependency>
-      <groupId>org.codehaus.plexus</groupId>
-      <artifactId>plexus-registry</artifactId>
+      <groupId>org.codehaus.plexus.registry</groupId>
+      <artifactId>plexus-registry-api</artifactId>
       <version>1.0-SNAPSHOT</version>
     </dependency>
     <dependency>