diff options
author | Olivier Lamy <olamy@apache.org> | 2011-05-16 21:26:24 +0000 |
---|---|---|
committer | Olivier Lamy <olamy@apache.org> | 2011-05-16 21:26:24 +0000 |
commit | b781d2f5f76de809074373a8e6a531c49714242f (patch) | |
tree | 1d24dde3cecfbb4e40dd2d273a057eb2fbd3124a /archiva-modules/plugins | |
parent | d49d1eac248cff3037cf2a0d50168f9c724fa151 (diff) | |
download | archiva-b781d2f5f76de809074373a8e6a531c49714242f.tar.gz archiva-b781d2f5f76de809074373a8e6a531c49714242f.zip |
update plexus-spring groupId
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1103898 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'archiva-modules/plugins')
6 files changed, 6 insertions, 6 deletions
diff --git a/archiva-modules/plugins/maven2-repository/pom.xml b/archiva-modules/plugins/maven2-repository/pom.xml index c539e17c8..f8ad19a28 100644 --- a/archiva-modules/plugins/maven2-repository/pom.xml +++ b/archiva-modules/plugins/maven2-repository/pom.xml @@ -38,7 +38,7 @@ <artifactId>metadata-repository-api</artifactId> </dependency> <dependency> - <groupId>org.codehaus.redback</groupId> + <groupId>org.codehaus.redback.components</groupId> <artifactId>plexus-spring</artifactId> <scope>test</scope> </dependency> diff --git a/archiva-modules/plugins/metadata-store-file/pom.xml b/archiva-modules/plugins/metadata-store-file/pom.xml index c5cfe020d..c2bd09fa0 100644 --- a/archiva-modules/plugins/metadata-store-file/pom.xml +++ b/archiva-modules/plugins/metadata-store-file/pom.xml @@ -61,7 +61,7 @@ <scope>test</scope> </dependency> <dependency> - <groupId>org.codehaus.redback</groupId> + <groupId>org.codehaus.redback.components</groupId> <artifactId>plexus-spring</artifactId> <scope>test</scope> </dependency> diff --git a/archiva-modules/plugins/metadata-store-jcr/pom.xml b/archiva-modules/plugins/metadata-store-jcr/pom.xml index 285220633..967e3e261 100644 --- a/archiva-modules/plugins/metadata-store-jcr/pom.xml +++ b/archiva-modules/plugins/metadata-store-jcr/pom.xml @@ -46,7 +46,7 @@ <scope>test</scope> </dependency> <dependency> - <groupId>org.codehaus.redback</groupId> + <groupId>org.codehaus.redback.components</groupId> <artifactId>plexus-spring</artifactId> </dependency> <dependency> diff --git a/archiva-modules/plugins/problem-reports/pom.xml b/archiva-modules/plugins/problem-reports/pom.xml index 3849d853c..0264068d1 100644 --- a/archiva-modules/plugins/problem-reports/pom.xml +++ b/archiva-modules/plugins/problem-reports/pom.xml @@ -45,7 +45,7 @@ <artifactId>archiva-consumer-api</artifactId> </dependency> <dependency> - <groupId>org.codehaus.redback</groupId> + <groupId>org.codehaus.redback.components</groupId> <artifactId>plexus-spring</artifactId> <scope>test</scope> </dependency> diff --git a/archiva-modules/plugins/repository-statistics/pom.xml b/archiva-modules/plugins/repository-statistics/pom.xml index 0a9cd3ea5..776777def 100644 --- a/archiva-modules/plugins/repository-statistics/pom.xml +++ b/archiva-modules/plugins/repository-statistics/pom.xml @@ -38,7 +38,7 @@ <artifactId>maven2-repository</artifactId> </dependency> <dependency> - <groupId>org.codehaus.redback</groupId> + <groupId>org.codehaus.redback.components</groupId> <artifactId>plexus-spring</artifactId> <scope>test</scope> </dependency> diff --git a/archiva-modules/plugins/stage-repository-merge/pom.xml b/archiva-modules/plugins/stage-repository-merge/pom.xml index 9a9d48884..ccab04763 100644 --- a/archiva-modules/plugins/stage-repository-merge/pom.xml +++ b/archiva-modules/plugins/stage-repository-merge/pom.xml @@ -20,7 +20,7 @@ <scope>test</scope> </dependency> <dependency> - <groupId>org.codehaus.redback</groupId> + <groupId>org.codehaus.redback.components</groupId> <artifactId>plexus-spring</artifactId> <scope>test</scope> </dependency> |