diff options
author | Henri Yandell <bayard@apache.org> | 2006-12-01 16:55:27 +0000 |
---|---|---|
committer | Henri Yandell <bayard@apache.org> | 2006-12-01 16:55:27 +0000 |
commit | 2894177c0b51a7fd35ab3a00e6b6e70852e02e36 (patch) | |
tree | 7839aafe22be28d0b9d9cde749903bf0990a1eb3 /pom.xml | |
parent | 70d0d075a20a3c15c4b65a37d8df8ce49b47ae6a (diff) | |
download | archiva-2894177c0b51a7fd35ab3a00e6b6e70852e02e36.tar.gz archiva-2894177c0b51a7fd35ab3a00e6b6e70852e02e36.zip |
Couple of pom fixes to the apache snapshot repo as suggested by Max Bowsher on archiva-dev
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@481294 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -486,7 +486,7 @@ <!-- See: http://www.nabble.com/NoClassDefFoundError-from-shared-in-project-info-reports-tf2678299s177.html#a7489595 --> <pluginRepository> - <id>apache.org</id> + <id>apache.snapshots</id> <url>http://people.apache.org/repo/m2-snapshot-repository</url> <releases> <enabled>false</enabled> |