diff options
author | Joakim Erdfelt <joakime@apache.org> | 2007-01-18 20:39:19 +0000 |
---|---|---|
committer | Joakim Erdfelt <joakime@apache.org> | 2007-01-18 20:39:19 +0000 |
commit | 79cc18ce7052c90339c8b17e9adff321e8cb3246 (patch) | |
tree | 7da0e6b726700bd41c0926d3b10a6af0f63bd2f2 /archiva-cli/pom.xml | |
parent | 74d27bf44fdc8143814577176d27d7348320a056 (diff) | |
download | archiva-79cc18ce7052c90339c8b17e9adff321e8cb3246.tar.gz archiva-79cc18ce7052c90339c8b17e9adff321e8cb3246.zip |
* Upgraded webdav server to use new plexus-webdav with ability to override logic and correct flaws found in webdav servers.
* Added ProxiedDavServer component (used by plexus-webdav) to make /repository/ access proxied.
* Upgraded plexus, used [MRM-264] as baseline, but many more changes were needed.
* Plexus upgrade broken JSTL's <c:forTokens> taglib everywhere, corrected by moving away from that taglib.
* Created GroupIdLink tag following webwork guidelines for UI component.
* Fixed AuditLog.
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@497563 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'archiva-cli/pom.xml')
-rw-r--r-- | archiva-cli/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archiva-cli/pom.xml b/archiva-cli/pom.xml index bc0f3f369..17019b0bd 100644 --- a/archiva-cli/pom.xml +++ b/archiva-cli/pom.xml @@ -37,7 +37,7 @@ <dependency> <groupId>org.codehaus.plexus</groupId> <artifactId>plexus-cli</artifactId> - <version>1.0-SNAPSHOT</version> + <version>1.0</version> </dependency> <dependency> <groupId>commons-lang</groupId> |