fix new groupId

git-svn-id: https://svn.apache.org/repos/asf/archiva/redback/redback-core/trunk@1325338 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Olivier Lamy 2012-04-12 15:59:57 +00:00
parent 91321c274c
commit eb74dac5bb
2 changed files with 6 additions and 6 deletions

View File

@ -523,14 +523,14 @@
</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</version>
<version>2.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.codehaus.redback.components.registry</groupId>
<groupId>org.apache.archiva.redback.components.registry</groupId>
<artifactId>spring-registry-commons</artifactId>
<version>1.0</version>
<version>2.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.codehaus.plexus</groupId>

View File

@ -32,11 +32,11 @@
<artifactId>plexus-expression-evaluator</artifactId>
</dependency>
<dependency>
<groupId>org.codehaus.redback.components.registry</groupId>
<groupId>org.apache.archiva.redback.components.registry</groupId>
<artifactId>spring-registry-api</artifactId>
</dependency>
<dependency>
<groupId>org.codehaus.redback.components.registry</groupId>
<groupId>org.apache.archiva.redback.components.registry</groupId>
<artifactId>spring-registry-commons</artifactId>
</dependency>
<dependency>