summaryrefslogtreecommitdiffstats
path: root/archiva-modules/archiva-web/archiva-webdav/pom.xml
diff options
context:
space:
mode:
authorOlivier Lamy <olamy@apache.org>2012-04-06 17:57:23 +0000
committerOlivier Lamy <olamy@apache.org>2012-04-06 17:57:23 +0000
commit5c8ae7ca094e58ac975947e9d6abb41ca6f4f1ed (patch)
tree5cc75bbe0c2ffcf89941c406698317d00012aa16 /archiva-modules/archiva-web/archiva-webdav/pom.xml
parentc5099d83f365902236440fe29704b29ddd995b06 (diff)
downloadarchiva-5c8ae7ca094e58ac975947e9d6abb41ca6f4f1ed.tar.gz
archiva-5c8ae7ca094e58ac975947e9d6abb41ca6f4f1ed.zip
use new redback groupId
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1310512 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'archiva-modules/archiva-web/archiva-webdav/pom.xml')
-rw-r--r--archiva-modules/archiva-web/archiva-webdav/pom.xml10
1 files changed, 5 insertions, 5 deletions
diff --git a/archiva-modules/archiva-web/archiva-webdav/pom.xml b/archiva-modules/archiva-web/archiva-webdav/pom.xml
index 28520a548..069aaeb02 100644
--- a/archiva-modules/archiva-web/archiva-webdav/pom.xml
+++ b/archiva-modules/archiva-web/archiva-webdav/pom.xml
@@ -101,7 +101,7 @@
<artifactId>maven-model</artifactId>
</dependency>
<dependency>
- <groupId>org.codehaus.redback</groupId>
+ <groupId>org.apache.archiva.redback</groupId>
<artifactId>redback-common-integrations</artifactId>
<exclusions>
<exclusion>
@@ -111,17 +111,17 @@
</exclusions>
</dependency>
<dependency>
- <groupId>org.codehaus.redback</groupId>
+ <groupId>org.apache.archiva.redback</groupId>
<artifactId>redback-keys-memory</artifactId>
<scope>test</scope>
</dependency>
<dependency>
- <groupId>org.codehaus.redback</groupId>
+ <groupId>org.apache.archiva.redback</groupId>
<artifactId>redback-rbac-memory</artifactId>
<scope>test</scope>
</dependency>
<dependency>
- <groupId>org.codehaus.redback</groupId>
+ <groupId>org.apache.archiva.redback</groupId>
<artifactId>redback-users-memory</artifactId>
<scope>test</scope>
</dependency>
@@ -187,7 +187,7 @@
<scope>test</scope>
</dependency>
<dependency>
- <groupId>org.codehaus.redback</groupId>
+ <groupId>org.apache.archiva.redback</groupId>
<artifactId>redback-common-test-resources</artifactId>
<scope>test</scope>
</dependency>