diff options
author | Emmanuel Venisse <evenisse@apache.org> | 2006-10-23 08:35:02 +0000 |
---|---|---|
committer | Emmanuel Venisse <evenisse@apache.org> | 2006-10-23 08:35:02 +0000 |
commit | e79f6ff65a9d72250beb8dcb707c9e79e4a0fddc (patch) | |
tree | de444adfc3ba931a24ee9f4475c3fa16fb930d84 /pom.xml | |
parent | e1cf5a5ea60ee512fa5b57a4e289f6f0454e833b (diff) | |
download | archiva-e79f6ff65a9d72250beb8dcb707c9e79e4a0fddc.tar.gz archiva-e79f6ff65a9d72250beb8dcb707c9e79e4a0fddc.zip |
o Update plexus-utils to 1.3 so we can run the plexus-runtime correctly under windows
o Update plexus application/runtime conf so it's the same we have in continuum
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@466951 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -151,7 +151,7 @@ <dependency> <groupId>org.codehaus.plexus</groupId> <artifactId>plexus-utils</artifactId> - <version>1.1</version> + <version>1.3</version> </dependency> <dependency> <groupId>org.apache.maven</groupId> |