You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@archiva.apache.org by ol...@apache.org on 2012/04/06 22:49:16 UTC

svn commit: r1310582 - /archiva/redback/redback-components/trunk/plexus-spring/pom.xml

Author: olamy
Date: Fri Apr  6 20:49:15 2012
New Revision: 1310582

URL: http://svn.apache.org/viewvc?rev=1310582&view=rev
Log:
fix dependency

Modified:
    archiva/redback/redback-components/trunk/plexus-spring/pom.xml

Modified: archiva/redback/redback-components/trunk/plexus-spring/pom.xml
URL: http://svn.apache.org/viewvc/archiva/redback/redback-components/trunk/plexus-spring/pom.xml?rev=1310582&r1=1310581&r2=1310582&view=diff
==============================================================================
--- archiva/redback/redback-components/trunk/plexus-spring/pom.xml (original)
+++ archiva/redback/redback-components/trunk/plexus-spring/pom.xml Fri Apr  6 20:49:15 2012
@@ -217,9 +217,9 @@
       </exclusions>
     </dependency>    
     <dependency>
-      <groupId>org.codehaus.redback.components.registry</groupId>
+      <groupId>org.apache.archiva.redback.components.registry</groupId>
       <artifactId>spring-registry-api</artifactId>
-      <version>1.0-SNAPSHOT</version>
+      <version>1.1-SNAPSHOT</version>
       <scope>test</scope>
       <exclusions>
         <exclusion>