summaryrefslogtreecommitdiffstats
path: root/redback-authentication
diff options
context:
space:
mode:
authorOlivier Lamy <olamy@apache.org>2012-04-06 16:54:00 +0000
committerOlivier Lamy <olamy@apache.org>2012-04-06 16:54:00 +0000
commit2efaa4ca15445f2b9ec83184c8124b29024e7c80 (patch)
tree7ed02488798c47360606cc4b4ed6cfb8d6788be5 /redback-authentication
parentebb3032c69afece33ec6613658418ef4b8f210d8 (diff)
downloadarchiva-2efaa4ca15445f2b9ec83184c8124b29024e7c80.tar.gz
archiva-2efaa4ca15445f2b9ec83184c8124b29024e7c80.zip
change groupId from org.codehaus.redback to org.apache.archiva.redback
git-svn-id: https://svn.apache.org/repos/asf/archiva/redback/redback-core/trunk@1310478 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'redback-authentication')
-rw-r--r--redback-authentication/pom.xml4
-rw-r--r--redback-authentication/redback-authentication-api/pom.xml4
-rw-r--r--redback-authentication/redback-authentication-providers/pom.xml2
-rw-r--r--redback-authentication/redback-authentication-providers/redback-authentication-ldap/pom.xml10
-rw-r--r--redback-authentication/redback-authentication-providers/redback-authentication-memory/pom.xml4
-rw-r--r--redback-authentication/redback-authentication-providers/redback-authentication-open/pom.xml4
6 files changed, 14 insertions, 14 deletions
diff --git a/redback-authentication/pom.xml b/redback-authentication/pom.xml
index c2ecc29b5..4b11c00ee 100644
--- a/redback-authentication/pom.xml
+++ b/redback-authentication/pom.xml
@@ -20,7 +20,7 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
- <groupId>org.codehaus.redback</groupId>
+ <groupId>org.apache.archiva.redback</groupId>
<artifactId>redback</artifactId>
<version>1.5-SNAPSHOT</version>
</parent>
@@ -29,7 +29,7 @@
<packaging>pom</packaging>
<dependencies>
<dependency>
- <groupId>org.codehaus.redback</groupId>
+ <groupId>org.apache.archiva.redback</groupId>
<artifactId>redback-users-api</artifactId>
</dependency>
</dependencies>
diff --git a/redback-authentication/redback-authentication-api/pom.xml b/redback-authentication/redback-authentication-api/pom.xml
index 884a7e866..3016dbcd4 100644
--- a/redback-authentication/redback-authentication-api/pom.xml
+++ b/redback-authentication/redback-authentication-api/pom.xml
@@ -20,7 +20,7 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
- <groupId>org.codehaus.redback</groupId>
+ <groupId>org.apache.archiva.redback</groupId>
<artifactId>redback-authentication</artifactId>
<version>1.5-SNAPSHOT</version>
</parent>
@@ -28,7 +28,7 @@
<name>Redback :: Authentication API</name>
<dependencies>
<dependency>
- <groupId>org.codehaus.redback</groupId>
+ <groupId>org.apache.archiva.redback</groupId>
<artifactId>redback-policy</artifactId>
</dependency>
<dependency>
diff --git a/redback-authentication/redback-authentication-providers/pom.xml b/redback-authentication/redback-authentication-providers/pom.xml
index 7b7cb8e95..ea9c2411f 100644
--- a/redback-authentication/redback-authentication-providers/pom.xml
+++ b/redback-authentication/redback-authentication-providers/pom.xml
@@ -20,7 +20,7 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
- <groupId>org.codehaus.redback</groupId>
+ <groupId>org.apache.archiva.redback</groupId>
<artifactId>redback-authentication</artifactId>
<version>1.5-SNAPSHOT</version>
</parent>
diff --git a/redback-authentication/redback-authentication-providers/redback-authentication-ldap/pom.xml b/redback-authentication/redback-authentication-providers/redback-authentication-ldap/pom.xml
index 7fca7eb45..f97889c1a 100644
--- a/redback-authentication/redback-authentication-providers/redback-authentication-ldap/pom.xml
+++ b/redback-authentication/redback-authentication-providers/redback-authentication-ldap/pom.xml
@@ -20,7 +20,7 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
- <groupId>org.codehaus.redback</groupId>
+ <groupId>org.apache.archiva.redback</groupId>
<artifactId>redback-authentication-providers</artifactId>
<version>1.5-SNAPSHOT</version>
</parent>
@@ -31,19 +31,19 @@
</properties>
<dependencies>
<dependency>
- <groupId>org.codehaus.redback</groupId>
+ <groupId>org.apache.archiva.redback</groupId>
<artifactId>redback-authentication-api</artifactId>
</dependency>
<dependency>
- <groupId>org.codehaus.redback</groupId>
+ <groupId>org.apache.archiva.redback</groupId>
<artifactId>redback-common-ldap</artifactId>
</dependency>
<dependency>
- <groupId>org.codehaus.redback</groupId>
+ <groupId>org.apache.archiva.redback</groupId>
<artifactId>redback-policy</artifactId>
</dependency>
<dependency>
- <groupId>org.codehaus.redback</groupId>
+ <groupId>org.apache.archiva.redback</groupId>
<artifactId>redback-users-ldap</artifactId>
</dependency>
<dependency>
diff --git a/redback-authentication/redback-authentication-providers/redback-authentication-memory/pom.xml b/redback-authentication/redback-authentication-providers/redback-authentication-memory/pom.xml
index e284e2244..e9e20cd89 100644
--- a/redback-authentication/redback-authentication-providers/redback-authentication-memory/pom.xml
+++ b/redback-authentication/redback-authentication-providers/redback-authentication-memory/pom.xml
@@ -20,7 +20,7 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
- <groupId>org.codehaus.redback</groupId>
+ <groupId>org.apache.archiva.redback</groupId>
<artifactId>redback-authentication-providers</artifactId>
<version>1.5-SNAPSHOT</version>
</parent>
@@ -28,7 +28,7 @@
<name>Redback :: Authentication Provider :: Memory</name>
<dependencies>
<dependency>
- <groupId>org.codehaus.redback</groupId>
+ <groupId>org.apache.archiva.redback</groupId>
<artifactId>redback-authentication-api</artifactId>
</dependency>
<dependency>
diff --git a/redback-authentication/redback-authentication-providers/redback-authentication-open/pom.xml b/redback-authentication/redback-authentication-providers/redback-authentication-open/pom.xml
index 64bab31b7..87a76adcc 100644
--- a/redback-authentication/redback-authentication-providers/redback-authentication-open/pom.xml
+++ b/redback-authentication/redback-authentication-providers/redback-authentication-open/pom.xml
@@ -20,7 +20,7 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
- <groupId>org.codehaus.redback</groupId>
+ <groupId>org.apache.archiva.redback</groupId>
<artifactId>redback-authentication-providers</artifactId>
<version>1.5-SNAPSHOT</version>
</parent>
@@ -28,7 +28,7 @@
<name>Redback :: Authentication Provider :: Open</name>
<dependencies>
<dependency>
- <groupId>org.codehaus.redback</groupId>
+ <groupId>org.apache.archiva.redback</groupId>
<artifactId>redback-authentication-api</artifactId>
</dependency>
<dependency>