Author: olamy
Date: Thu Aug 4 19:32:01 2011
New Revision: 1153975
URL: http://svn.apache.org/viewvc?rev=1153975&view=rev
Log:
[MRM-1473] use some versions of components moved to spring only
Modified:
archiva/trunk/pom.xml
Modified: archiva/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/archiva/trunk/pom.xml?rev=1153975&r1=1153974&r2=1153975&view=diff
==============================================================================
--- archiva/trunk/pom.xml (original)
+++ archiva/trunk/pom.xml Thu Aug 4 19:32:01 2011
@@ -655,7 +655,7 @@
<dependency>
<groupId>org.codehaus.redback.components</groupId>
<artifactId>spring-quartz</artifactId>
- <version>1.0-SNAPSHOT</version>
+ <version>1.0</version>
</dependency>
<dependency>
<groupId>org.quartz-scheduler</groupId>
@@ -826,12 +826,12 @@
<dependency>
<groupId>org.codehaus.redback.components.registry</groupId>
<artifactId>spring-registry-api</artifactId>
- <version>1.0-SNAPSHOT</version>
+ <version>1.0</version>
</dependency>
<dependency>
<groupId>org.codehaus.redback.components.registry</groupId>
<artifactId>spring-registry-commons</artifactId>
- <version>1.0-SNAPSHOT</version>
+ <version>1.0</version>
<exclusions>
<exclusion>
<groupId>ant</groupId>