diff options
Diffstat (limited to 'archiva-modules/archiva-web')
7 files changed, 42 insertions, 42 deletions
diff --git a/archiva-modules/archiva-web/archiva-rest/archiva-rest-api/pom.xml b/archiva-modules/archiva-web/archiva-rest/archiva-rest-api/pom.xml index 99e5055e5..bf3e53230 100644 --- a/archiva-modules/archiva-web/archiva-rest/archiva-rest-api/pom.xml +++ b/archiva-modules/archiva-web/archiva-rest/archiva-rest-api/pom.xml @@ -56,7 +56,7 @@ </dependency> <dependency> - <groupId>org.codehaus.redback</groupId> + <groupId>org.apache.archiva.redback</groupId> <artifactId>redback-authorization-api</artifactId> <exclusions> <exclusion> diff --git a/archiva-modules/archiva-web/archiva-rest/archiva-rest-services/pom.xml b/archiva-modules/archiva-web/archiva-rest/archiva-rest-services/pom.xml index 346c3cb86..80c77ac8d 100644 --- a/archiva-modules/archiva-web/archiva-rest/archiva-rest-services/pom.xml +++ b/archiva-modules/archiva-web/archiva-rest/archiva-rest-services/pom.xml @@ -82,7 +82,7 @@ <artifactId>archiva-repository-scanner</artifactId> </dependency> <dependency> - <groupId>org.codehaus.redback</groupId> + <groupId>org.apache.archiva.redback</groupId> <artifactId>redback-authorization-api</artifactId> <exclusions> <exclusion> @@ -92,7 +92,7 @@ </exclusions> </dependency> <dependency> - <groupId>org.codehaus.redback</groupId> + <groupId>org.apache.archiva.redback</groupId> <artifactId>redback-authentication-api</artifactId> <exclusions> <exclusion> @@ -102,7 +102,7 @@ </exclusions> </dependency> <dependency> - <groupId>org.codehaus.redback</groupId> + <groupId>org.apache.archiva.redback</groupId> <artifactId>redback-common-integrations</artifactId> <exclusions> <exclusion> @@ -120,11 +120,11 @@ <artifactId>archiva-rest-api</artifactId> </dependency> <dependency> - <groupId>org.codehaus.redback</groupId> + <groupId>org.apache.archiva.redback</groupId> <artifactId>redback-rest-services</artifactId> </dependency> <dependency> - <groupId>org.codehaus.redback</groupId> + <groupId>org.apache.archiva.redback</groupId> <artifactId>redback-rest-api</artifactId> </dependency> @@ -184,14 +184,14 @@ </exclusions> </dependency> <dependency> - <groupId>org.codehaus.redback</groupId> + <groupId>org.apache.archiva.redback</groupId> <artifactId>redback-rest-services</artifactId> <classifier>tests</classifier> <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> @@ -257,13 +257,13 @@ </dependency> <dependency> - <groupId>org.codehaus.redback</groupId> + <groupId>org.apache.archiva.redback</groupId> <artifactId>redback-authentication-memory</artifactId> <scope>test</scope> <version>${redback.version}</version> </dependency> <dependency> - <groupId>org.codehaus.redback</groupId> + <groupId>org.apache.archiva.redback</groupId> <artifactId>redback-keys-memory</artifactId> <scope>test</scope> <version>${redback.version}</version> diff --git a/archiva-modules/archiva-web/archiva-security/pom.xml b/archiva-modules/archiva-web/archiva-security/pom.xml index 9e053f7e9..3016c125b 100644 --- a/archiva-modules/archiva-web/archiva-security/pom.xml +++ b/archiva-modules/archiva-web/archiva-security/pom.xml @@ -55,11 +55,11 @@ <artifactId>slf4j-api</artifactId> </dependency> <dependency> - <groupId>org.codehaus.redback</groupId> + <groupId>org.apache.archiva.redback</groupId> <artifactId>redback-system</artifactId> <exclusions> <exclusion> - <groupId>org.codehaus.redback</groupId> + <groupId>org.apache.archiva.redback</groupId> <artifactId>plexus-spring</artifactId> </exclusion> <exclusion> @@ -89,7 +89,7 @@ </exclusions> </dependency> <dependency> - <groupId>org.codehaus.redback</groupId> + <groupId>org.apache.archiva.redback</groupId> <artifactId>redback-rbac-model</artifactId> <exclusions> <exclusion> @@ -99,7 +99,7 @@ </exclusions> </dependency> <dependency> - <groupId>org.codehaus.redback</groupId> + <groupId>org.apache.archiva.redback</groupId> <artifactId>redback-rbac-role-manager</artifactId> </dependency> <dependency> @@ -108,7 +108,7 @@ </dependency> <!-- Test Scoped --> <dependency> - <groupId>org.codehaus.redback</groupId> + <groupId>org.apache.archiva.redback</groupId> <artifactId>redback-authorization-rbac</artifactId> <scope>test</scope> <exclusions> @@ -127,17 +127,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-users-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> @@ -157,7 +157,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> diff --git a/archiva-modules/archiva-web/archiva-web-common/pom.xml b/archiva-modules/archiva-web/archiva-web-common/pom.xml index a914cd0c4..a3258bb6b 100644 --- a/archiva-modules/archiva-web/archiva-web-common/pom.xml +++ b/archiva-modules/archiva-web/archiva-web-common/pom.xml @@ -52,7 +52,7 @@ <artifactId>archiva-security</artifactId> </dependency> <dependency> - <groupId>org.codehaus.redback</groupId> + <groupId>org.apache.archiva.redback</groupId> <artifactId>redback-common-integrations</artifactId> <exclusions> <exclusion> @@ -70,15 +70,15 @@ <artifactId>archiva-scheduler-repository</artifactId> </dependency> <dependency> - <groupId>org.codehaus.redback</groupId> + <groupId>org.apache.archiva.redback</groupId> <artifactId>redback-rbac-model</artifactId> </dependency> <dependency> - <groupId>org.codehaus.redback</groupId> + <groupId>org.apache.archiva.redback</groupId> <artifactId>redback-rbac-role-manager</artifactId> </dependency> <dependency> - <groupId>org.codehaus.redback</groupId> + <groupId>org.apache.archiva.redback</groupId> <artifactId>redback-system</artifactId> </dependency> <dependency> diff --git a/archiva-modules/archiva-web/archiva-webapp-js/pom.xml b/archiva-modules/archiva-web/archiva-webapp-js/pom.xml index 4ba3b2f1d..3454fc63f 100644 --- a/archiva-modules/archiva-web/archiva-webapp-js/pom.xml +++ b/archiva-modules/archiva-web/archiva-webapp-js/pom.xml @@ -514,11 +514,11 @@ </dependency> <dependency> - <groupId>org.codehaus.redback</groupId> + <groupId>org.apache.archiva.redback</groupId> <artifactId>redback-rest-services</artifactId> </dependency> <dependency> - <groupId>org.codehaus.redback</groupId> + <groupId>org.apache.archiva.redback</groupId> <artifactId>redback-common-integrations</artifactId> <exclusions> <exclusion> @@ -528,7 +528,7 @@ </exclusions> </dependency> <dependency> - <groupId>org.codehaus.redback</groupId> + <groupId>org.apache.archiva.redback</groupId> <artifactId>redback-integrations-security</artifactId> </dependency> <dependency> @@ -591,7 +591,7 @@ </dependency> <dependency> - <groupId>org.codehaus.redback</groupId> + <groupId>org.apache.archiva.redback</groupId> <artifactId>redback-rest-services</artifactId> <classifier>tests</classifier> <scope>test</scope> diff --git a/archiva-modules/archiva-web/archiva-webapp/pom.xml b/archiva-modules/archiva-web/archiva-webapp/pom.xml index 2be972c1f..95cfb859a 100644 --- a/archiva-modules/archiva-web/archiva-webapp/pom.xml +++ b/archiva-modules/archiva-web/archiva-webapp/pom.xml @@ -470,16 +470,16 @@ <!-- Redback Dependencies --> <dependency> - <groupId>org.codehaus.redback</groupId> + <groupId>org.apache.archiva.redback</groupId> <artifactId>redback-struts2-integration</artifactId> </dependency> <dependency> - <groupId>org.codehaus.redback</groupId> + <groupId>org.apache.archiva.redback</groupId> <artifactId>redback-common-integrations</artifactId> </dependency> <dependency> - <groupId>org.codehaus.redback</groupId> + <groupId>org.apache.archiva.redback</groupId> <artifactId>redback-keys-memory</artifactId> <exclusions> <exclusion> @@ -490,7 +490,7 @@ </dependency> <dependency> - <groupId>org.codehaus.redback</groupId> + <groupId>org.apache.archiva.redback</groupId> <artifactId>redback-rest-services</artifactId> <exclusions> <exclusion> @@ -537,7 +537,7 @@ </dependency> <dependency> - <groupId>org.codehaus.redback</groupId> + <groupId>org.apache.archiva.redback</groupId> <artifactId>redback-struts2-content</artifactId> <scope>runtime</scope> <type>war</type> @@ -841,7 +841,7 @@ <scope>test</scope> </dependency> <dependency> - <groupId>org.codehaus.redback</groupId> + <groupId>org.apache.archiva.redback</groupId> <artifactId>redback-rest-services</artifactId> <classifier>tests</classifier> <scope>test</scope> @@ -949,7 +949,7 @@ <overlays> <overlay> <id>redback-contents</id> - <groupId>org.codehaus.redback</groupId> + <groupId>org.apache.archiva.redback</groupId> <artifactId>redback-struts2-content</artifactId> <excludes> <exclude>WEB-INF/lib/**.jar</exclude> @@ -1148,7 +1148,7 @@ <configuration> <artifactItems> <artifactItem> - <groupId>org.codehaus.redback</groupId> + <groupId>org.apache.archiva.redback</groupId> <artifactId>redback-struts2-content</artifactId> <version>${redback.version}</version> <type>war</type> @@ -1311,7 +1311,7 @@ <configuration> <artifactItems combine.self="override"> <artifactItem> - <groupId>org.codehaus.redback</groupId> + <groupId>org.apache.archiva.redback</groupId> <artifactId>redback-struts2-content</artifactId> <version>${redback.version}</version> <type>war</type> @@ -1388,7 +1388,7 @@ <configuration> <artifactItems combine.self="override"> <artifactItem> - <groupId>org.codehaus.redback</groupId> + <groupId>org.apache.archiva.redback</groupId> <artifactId>redback-struts2-content</artifactId> <version>${redback.version}</version> <type>war</type> 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> |