summaryrefslogtreecommitdiffstats
path: root/archiva-plexus-runtime
diff options
context:
space:
mode:
authorJoakim Erdfelt <joakime@apache.org>2007-01-18 20:39:19 +0000
committerJoakim Erdfelt <joakime@apache.org>2007-01-18 20:39:19 +0000
commit79cc18ce7052c90339c8b17e9adff321e8cb3246 (patch)
tree7da0e6b726700bd41c0926d3b10a6af0f63bd2f2 /archiva-plexus-runtime
parent74d27bf44fdc8143814577176d27d7348320a056 (diff)
downloadarchiva-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-plexus-runtime')
-rw-r--r--archiva-plexus-runtime/pom.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/archiva-plexus-runtime/pom.xml b/archiva-plexus-runtime/pom.xml
index 8d03013e7..05f8cc5c5 100644
--- a/archiva-plexus-runtime/pom.xml
+++ b/archiva-plexus-runtime/pom.xml
@@ -40,13 +40,13 @@
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-appserver-host</artifactId>
- <version>2.0-alpha-5</version>
+ <version>2.0-alpha-7-SNAPSHOT</version>
</dependency>
<!-- Services -->
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-appserver-service-jetty</artifactId>
- <version>2.0-alpha-5</version>
+ <version>2.0-alpha-7-SNAPSHOT</version>
<type>plexus-service</type>
</dependency>
<!-- Plexus applications -->
@@ -92,7 +92,7 @@
<plugin>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-appserver-maven-plugin</artifactId>
- <version>2.0-alpha-5</version>
+ <version>2.0-alpha-7-SNAPSHOT</version>
<extensions>true</extensions>
<executions>
<execution>