summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorBrett Porter <brett@apache.org>2010-08-05 14:25:51 +0000
committerBrett Porter <brett@apache.org>2010-08-05 14:25:51 +0000
commit056411e4ddf31ac92c017941f0f1d9ab5764d1d5 (patch)
tree7494a783311efa14df6e1b762feddd1cf8214bc8 /pom.xml
parent6773ab7b2cd23e06e3ee780938b453849c172d0e (diff)
downloadarchiva-056411e4ddf31ac92c017941f0f1d9ab5764d1d5.tar.gz
archiva-056411e4ddf31ac92c017941f0f1d9ab5764d1d5.zip
add snapshot repository for redback
git-svn-id: https://svn.apache.org/repos/asf/archiva/branches/archiva-1.3.x@982638 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 193875d12..2203e00fb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1196,4 +1196,10 @@
<url>http://vmbuild.apache.org/archiva/repository/staged-archiva</url>
</repository>
</distributionManagement>
+ <repositories>
+ <repository>
+ <id>redback</id>
+ <url>http://snapshots.repository.codehaus.org/</url>
+ </repository>
+ </repositories>
</project>