diff options
author | Brett Porter <brett@apache.org> | 2010-08-05 14:25:51 +0000 |
---|---|---|
committer | Brett Porter <brett@apache.org> | 2010-08-05 14:25:51 +0000 |
commit | 056411e4ddf31ac92c017941f0f1d9ab5764d1d5 (patch) | |
tree | 7494a783311efa14df6e1b762feddd1cf8214bc8 /pom.xml | |
parent | 6773ab7b2cd23e06e3ee780938b453849c172d0e (diff) | |
download | archiva-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.xml | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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> |