use spring jdo2 from apache namespace

git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1312033 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Olivier Lamy 2012-04-10 22:57:50 +00:00
parent 5f1adfe0b6
commit 6a3ca79d07
2 changed files with 3 additions and 3 deletions

View File

@ -444,7 +444,7 @@
<artifactId>spring-cache-api</artifactId>
</dependency>
<dependency>
<groupId>org.codehaus.redback.components</groupId>
<groupId>org.apache.archiva.redback.components</groupId>
<artifactId>spring-jdo2</artifactId>
</dependency>
<dependency>

View File

@ -440,9 +440,9 @@
<version>${redback.spring-utils.version}</version>
</dependency>
<dependency>
<groupId>org.codehaus.redback.components</groupId>
<groupId>org.apache.archiva.redback.components</groupId>
<artifactId>spring-jdo2</artifactId>
<version>1.0</version>
<version>2.0-SNAPSHOT</version>
</dependency>
<!--