diff options
author | Olivier Lamy <olamy@apache.org> | 2011-08-05 14:51:54 +0000 |
---|---|---|
committer | Olivier Lamy <olamy@apache.org> | 2011-08-05 14:51:54 +0000 |
commit | fc03e458ab48e7f28778290ae30b39e46a310248 (patch) | |
tree | 4aaff2c50dd19d344f2f790ef7249072cb00d9ad | |
parent | 8a665bdbbd889499ccc2345a6f8fa2186e260365 (diff) | |
download | archiva-fc03e458ab48e7f28778290ae30b39e46a310248.tar.gz archiva-fc03e458ab48e7f28778290ae30b39e46a310248.zip |
use a released version of a redback component
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1154247 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -386,7 +386,7 @@ <dependency> <groupId>org.codehaus.redback.components</groupId> <artifactId>spring-utils</artifactId> - <version>1.0-SNAPSHOT</version> + <version>1.0</version> </dependency> <dependency> <groupId>org.codehaus.redback.components</groupId> |