use new redback groupId

git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1310512 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Olivier Lamy 2012-04-06 17:57:23 +00:00
parent c5099d83f3
commit 5c8ae7ca09
15 changed files with 84 additions and 84 deletions

View File

@ -129,25 +129,25 @@
</exclusions>
</dependency>
<dependency>
<groupId>org.codehaus.redback</groupId>
<groupId>org.apache.archiva.redback</groupId>
<artifactId>redback-common-test-resources</artifactId>
<scope>test</scope>
<version>${redback.version}</version>
</dependency>
<dependency>
<groupId>org.codehaus.redback</groupId>
<groupId>org.apache.archiva.redback</groupId>
<artifactId>redback-rbac-memory</artifactId>
<scope>test</scope>
<version>${redback.version}</version>
</dependency>
<dependency>
<groupId>org.codehaus.redback</groupId>
<groupId>org.apache.archiva.redback</groupId>
<artifactId>redback-rbac-cached</artifactId>
<scope>test</scope>
<version>${redback.version}</version>
</dependency>
<dependency>
<groupId>org.codehaus.redback</groupId>
<groupId>org.apache.archiva.redback</groupId>
<artifactId>redback-rbac-role-manager</artifactId>
<scope>test</scope>
<version>${redback.version}</version>

View File

@ -92,7 +92,7 @@
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.codehaus.redback</groupId>
<groupId>org.apache.archiva.redback</groupId>
<artifactId>redback-rbac-cached</artifactId>
<scope>test</scope>
</dependency>
@ -102,7 +102,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>

View File

@ -123,27 +123,27 @@
<scope>test</scope>
</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-cached</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>
<dependency>
<groupId>org.codehaus.redback</groupId>
<groupId>org.apache.archiva.redback</groupId>
<artifactId>redback-common-test-resources</artifactId>
<scope>test</scope>
</dependency>

View File

@ -139,7 +139,7 @@
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.codehaus.redback</groupId>
<groupId>org.apache.archiva.redback</groupId>
<artifactId>redback-rbac-cached</artifactId>
<scope>test</scope>
</dependency>
@ -153,7 +153,7 @@
<artifactId>archiva-security-common</artifactId>
</dependency>
<dependency>
<groupId>org.codehaus.redback</groupId>
<groupId>org.apache.archiva.redback</groupId>
<artifactId>redback-common-test-resources</artifactId>
<scope>test</scope>
</dependency>

View File

@ -46,7 +46,7 @@
<artifactId>commons-lang</artifactId>
</dependency>
<dependency>
<groupId>org.codehaus.redback</groupId>
<groupId>org.apache.archiva.redback</groupId>
<artifactId>redback-users-api</artifactId>
</dependency>
<dependency>

View File

@ -131,7 +131,7 @@
<artifactId>spring-quartz</artifactId>
</dependency>
<dependency>
<groupId>org.codehaus.redback</groupId>
<groupId>org.apache.archiva.redback</groupId>
<artifactId>redback-rbac-role-manager</artifactId>
<exclusions>
<exclusion>
@ -141,7 +141,7 @@
</exclusions>
</dependency>
<dependency>
<groupId>org.codehaus.redback</groupId>
<groupId>org.apache.archiva.redback</groupId>
<artifactId>redback-authentication-api</artifactId>
<exclusions>
<exclusion>
@ -162,19 +162,19 @@
</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-keys-memory</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.codehaus.redback</groupId>
<groupId>org.apache.archiva.redback</groupId>
<artifactId>redback-rbac-cached</artifactId>
<scope>test</scope>
<exclusions>
@ -198,7 +198,7 @@
</dependency>
<dependency>
<groupId>org.codehaus.redback</groupId>
<groupId>org.apache.archiva.redback</groupId>
<artifactId>redback-common-test-resources</artifactId>
<scope>test</scope>
</dependency>

View File

@ -99,7 +99,7 @@
</dependency>
<dependency>
<groupId>org.codehaus.redback</groupId>
<groupId>org.apache.archiva.redback</groupId>
<artifactId>redback-rbac-cached</artifactId>
<scope>test</scope>
<version>${redback.version}</version>
@ -124,7 +124,7 @@
</dependency>
<dependency>
<groupId>org.codehaus.redback</groupId>
<groupId>org.apache.archiva.redback</groupId>
<artifactId>redback-common-test-resources</artifactId>
<scope>test</scope>
</dependency>

View File

@ -56,7 +56,7 @@
</dependency>
<dependency>
<groupId>org.codehaus.redback</groupId>
<groupId>org.apache.archiva.redback</groupId>
<artifactId>redback-authorization-api</artifactId>
<exclusions>
<exclusion>

View File

@ -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>

View File

@ -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>

View File

@ -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>

View File

@ -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>

View File

@ -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>

View File

@ -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>

40
pom.xml
View File

@ -73,7 +73,7 @@
<maven-model-converter.version>2.1</maven-model-converter.version>
<maven.indexer.version>4.1.3-SNAPSHOT</maven.indexer.version>
<wagon.version>2.2</wagon.version>
<redback.version>1.5-SNAPSHOT</redback.version>
<redback.version>2.0-SNAPSHOT</redback.version>
<redback.cache.version>1.0</redback.cache.version>
<redback.quartz.version>1.0</redback.quartz.version>
<redback.registry.version>1.0</redback.registry.version>
@ -850,13 +850,13 @@
<!-- redback -->
<dependency>
<groupId>org.codehaus.redback</groupId>
<groupId>org.apache.archiva.redback</groupId>
<artifactId>redback-users-api</artifactId>
<version>${redback.version}</version>
</dependency>
<dependency>
<groupId>org.codehaus.redback</groupId>
<groupId>org.apache.archiva.redback</groupId>
<artifactId>redback-rbac-memory</artifactId>
<version>${redback.version}</version>
<scope>test</scope>
@ -868,7 +868,7 @@
</exclusions>
</dependency>
<dependency>
<groupId>org.codehaus.redback</groupId>
<groupId>org.apache.archiva.redback</groupId>
<artifactId>redback-authorization-api</artifactId>
<version>${redback.version}</version>
<exclusions>
@ -879,7 +879,7 @@
</exclusions>
</dependency>
<dependency>
<groupId>org.codehaus.redback</groupId>
<groupId>org.apache.archiva.redback</groupId>
<artifactId>redback-users-memory</artifactId>
<version>${redback.version}</version>
<scope>test</scope>
@ -891,7 +891,7 @@
</exclusions>
</dependency>
<dependency>
<groupId>org.codehaus.redback</groupId>
<groupId>org.apache.archiva.redback</groupId>
<artifactId>redback-keys-memory</artifactId>
<version>${redback.version}</version>
<exclusions>
@ -902,7 +902,7 @@
</exclusions>
</dependency>
<dependency>
<groupId>org.codehaus.redback</groupId>
<groupId>org.apache.archiva.redback</groupId>
<artifactId>redback-rbac-model</artifactId>
<version>${redback.version}</version>
<exclusions>
@ -913,7 +913,7 @@
</exclusions>
</dependency>
<dependency>
<groupId>org.codehaus.redback</groupId>
<groupId>org.apache.archiva.redback</groupId>
<artifactId>redback-authorization-rbac</artifactId>
<version>${redback.version}</version>
<exclusions>
@ -924,7 +924,7 @@
</exclusions>
</dependency>
<dependency>
<groupId>org.codehaus.redback</groupId>
<groupId>org.apache.archiva.redback</groupId>
<artifactId>redback-rbac-role-manager</artifactId>
<version>${redback.version}</version>
<exclusions>
@ -935,7 +935,7 @@
</exclusions>
</dependency>
<dependency>
<groupId>org.codehaus.redback</groupId>
<groupId>org.apache.archiva.redback</groupId>
<artifactId>redback-system</artifactId>
<version>${redback.version}</version>
<exclusions>
@ -946,7 +946,7 @@
</exclusions>
</dependency>
<dependency>
<groupId>org.codehaus.redback</groupId>
<groupId>org.apache.archiva.redback</groupId>
<artifactId>redback-common-integrations</artifactId>
<version>${redback.version}</version>
<exclusions>
@ -957,7 +957,7 @@
</exclusions>
</dependency>
<dependency>
<groupId>org.codehaus.redback</groupId>
<groupId>org.apache.archiva.redback</groupId>
<artifactId>redback-integrations-security</artifactId>
<version>${redback.version}</version>
<exclusions>
@ -973,7 +973,7 @@
<version>1.7</version>
</dependency>
<dependency>
<groupId>org.codehaus.redback</groupId>
<groupId>org.apache.archiva.redback</groupId>
<artifactId>redback-rbac-cached</artifactId>
<version>${redback.version}</version>
<exclusions>
@ -984,7 +984,7 @@
</exclusions>
</dependency>
<dependency>
<groupId>org.codehaus.redback</groupId>
<groupId>org.apache.archiva.redback</groupId>
<artifactId>redback-struts2-content</artifactId>
<version>${redback.version}</version>
<type>war</type>
@ -1000,7 +1000,7 @@
</exclusions>
</dependency>
<dependency>
<groupId>org.codehaus.redback</groupId>
<groupId>org.apache.archiva.redback</groupId>
<artifactId>redback-struts2-integration</artifactId>
<version>${redback.version}</version>
<exclusions>
@ -1023,13 +1023,13 @@
</exclusions>
</dependency>
<dependency>
<groupId>org.codehaus.redback</groupId>
<groupId>org.apache.archiva.redback</groupId>
<artifactId>redback-rest-api</artifactId>
<version>${redback.version}</version>
</dependency>
<dependency>
<groupId>org.codehaus.redback</groupId>
<groupId>org.apache.archiva.redback</groupId>
<artifactId>redback-rest-services</artifactId>
<version>${redback.version}</version>
<exclusions>
@ -1040,19 +1040,19 @@
</exclusions>
</dependency>
<dependency>
<groupId>org.codehaus.redback</groupId>
<groupId>org.apache.archiva.redback</groupId>
<artifactId>redback-rest-services</artifactId>
<version>${redback.version}</version>
<classifier>tests</classifier>
</dependency>
<dependency>
<groupId>org.codehaus.redback</groupId>
<groupId>org.apache.archiva.redback</groupId>
<artifactId>redback-common-test-resources</artifactId>
<version>${redback.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.codehaus.redback</groupId>
<groupId>org.apache.archiva.redback</groupId>
<artifactId>redback-authentication-api</artifactId>
<version>${redback.version}</version>
<exclusions>