diff options
author | Brett Porter <brett@apache.org> | 2008-04-18 03:05:18 +0000 |
---|---|---|
committer | Brett Porter <brett@apache.org> | 2008-04-18 03:05:18 +0000 |
commit | 558d0c2a4f609d4e2b414addf468d0574006f3d4 (patch) | |
tree | de3eea19b0188f7c20fa9b994ad07db9ea74ec50 /archiva-jetty | |
parent | 4a6a9ff6975dbae6374ee560ac8fd3aaf23290f3 (diff) | |
download | archiva-558d0c2a4f609d4e2b414addf468d0574006f3d4.tar.gz archiva-558d0c2a4f609d4e2b414addf468d0574006f3d4.zip |
[MRM-781] Removal of Archiva-Webdav implementation in favor of Jackrabbit-webdav
Submitted by: James William Dumay
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@649352 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'archiva-jetty')
-rw-r--r-- | archiva-jetty/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archiva-jetty/pom.xml b/archiva-jetty/pom.xml index 04220dc75..6dbe6c038 100644 --- a/archiva-jetty/pom.xml +++ b/archiva-jetty/pom.xml @@ -255,7 +255,7 @@ </build> <pluginRepositories> <pluginRepository> - <id>codehaus.org</id> + <id>codehaus.snapshots</id> <url>http://snapshots.repository.codehaus.org/</url> </pluginRepository> </pluginRepositories> |