diff options
author | Olivier Lamy <olamy@apache.org> | 2012-04-12 09:07:11 +0000 |
---|---|---|
committer | Olivier Lamy <olamy@apache.org> | 2012-04-12 09:07:11 +0000 |
commit | efb86a8797f1bc58c9867c1d11222ea305bfee86 (patch) | |
tree | d2b430c8ed9e82d6bd9eabb01a556c817fb5fd5f /archiva-modules | |
parent | b2aabf7a81d998d1afec8105c0200188ef314fdc (diff) | |
download | archiva-efb86a8797f1bc58c9867c1d11222ea305bfee86.tar.gz archiva-efb86a8797f1bc58c9867c1d11222ea305bfee86.zip |
fix groupId
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1325164 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'archiva-modules')
5 files changed, 7 insertions, 7 deletions
diff --git a/archiva-modules/archiva-base/archiva-configuration/pom.xml b/archiva-modules/archiva-base/archiva-configuration/pom.xml index 8d1cb9635..ae8d3de30 100644 --- a/archiva-modules/archiva-base/archiva-configuration/pom.xml +++ b/archiva-modules/archiva-base/archiva-configuration/pom.xml @@ -30,11 +30,11 @@ <name>Archiva Base :: Configuration</name> <dependencies> <dependency> - <groupId>org.apache.archiva.redback.components</groupId> + <groupId>org.apache.archiva.redback.components.registry</groupId> <artifactId>spring-registry-api</artifactId> </dependency> <dependency> - <groupId>org.apache.archiva.redback.components</groupId> + <groupId>org.apache.archiva.redback.components.registry</groupId> <artifactId>spring-registry-commons</artifactId> </dependency> <dependency> diff --git a/archiva-modules/archiva-base/archiva-consumers/archiva-lucene-consumers/pom.xml b/archiva-modules/archiva-base/archiva-consumers/archiva-lucene-consumers/pom.xml index b5b4c030e..e69d75a4f 100644 --- a/archiva-modules/archiva-base/archiva-consumers/archiva-lucene-consumers/pom.xml +++ b/archiva-modules/archiva-base/archiva-consumers/archiva-lucene-consumers/pom.xml @@ -50,7 +50,7 @@ <artifactId>slf4j-api</artifactId> </dependency> <dependency> - <groupId>org.apache.archiva.redback.components</groupId> + <groupId>org.apache.archiva.redback.components.registry</groupId> <artifactId>spring-registry-api</artifactId> </dependency> <dependency> diff --git a/archiva-modules/archiva-base/archiva-consumers/archiva-metadata-consumer/pom.xml b/archiva-modules/archiva-base/archiva-consumers/archiva-metadata-consumer/pom.xml index 33c019234..9b37e2a4c 100644 --- a/archiva-modules/archiva-base/archiva-consumers/archiva-metadata-consumer/pom.xml +++ b/archiva-modules/archiva-base/archiva-consumers/archiva-metadata-consumer/pom.xml @@ -54,7 +54,7 @@ <artifactId>slf4j-api</artifactId> </dependency> <dependency> - <groupId>org.apache.archiva.redback.components</groupId> + <groupId>org.apache.archiva.redback.components.registry</groupId> <artifactId>spring-registry-api</artifactId> </dependency> </dependencies> diff --git a/archiva-modules/archiva-base/archiva-proxy/pom.xml b/archiva-modules/archiva-base/archiva-proxy/pom.xml index 146708b95..aa0b3b24d 100644 --- a/archiva-modules/archiva-base/archiva-proxy/pom.xml +++ b/archiva-modules/archiva-base/archiva-proxy/pom.xml @@ -97,7 +97,7 @@ </exclusions> </dependency> <dependency> - <groupId>org.apache.archiva.redback.components</groupId> + <groupId>org.apache.archiva.redback.components.registry</groupId> <artifactId>spring-registry-commons</artifactId> <scope>test</scope> </dependency> diff --git a/archiva-modules/archiva-web/archiva-webapp/pom.xml b/archiva-modules/archiva-web/archiva-webapp/pom.xml index aa0ac1a50..50fb294d5 100644 --- a/archiva-modules/archiva-web/archiva-webapp/pom.xml +++ b/archiva-modules/archiva-web/archiva-webapp/pom.xml @@ -432,11 +432,11 @@ <version>${struts.version}</version> </dependency> <dependency> - <groupId>org.apache.archiva.redback.components</groupId> + <groupId>org.apache.archiva.redback.components.registry</groupId> <artifactId>spring-registry-api</artifactId> </dependency> <dependency> - <groupId>org.apache.archiva.redback.components</groupId> + <groupId>org.apache.archiva.redback.components.registry</groupId> <artifactId>spring-registry-commons</artifactId> </dependency> <dependency> |