aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorMaria Odea B. Ching <oching@apache.org>2008-07-28 01:20:31 +0000
committerMaria Odea B. Ching <oching@apache.org>2008-07-28 01:20:31 +0000
commit052d84eff75bd1be45fe3251caaa2ae019367147 (patch)
treed8a0dd85bd5eb45508be4d7c764dd83d9d3f82d1 /pom.xml
parent03bc6a82ef011728a81c577d8d94aa80a1817374 (diff)
downloadarchiva-052d84eff75bd1be45fe3251caaa2ae019367147.tar.gz
archiva-052d84eff75bd1be45fe3251caaa2ae019367147.zip
temporarily added codehaus snapshots repo for redback 1.0.3-SNAPSHOT (vmbuild was failing)
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@680219 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml15
1 files changed, 15 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 284e85b82..004fbff0e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1037,4 +1037,19 @@
</build>
</profile>
</profiles>
+
+ <!-- temporarily added for redback 1.0.3-SNAPSHOT | remove once redback is released! -->
+ <repositories>
+ <repository>
+ <releases>
+ <enabled>false</enabled>
+ </releases>
+ <snapshots>
+ <enabled>true</enabled>
+ </snapshots>
+ <id>codehaus.org.snapshots</id>
+ <name>Codehaus Snapshots Repository</name>
+ <url>http://snapshots.repository.codehaus.org</url>
+ </repository>
+ </repositories>
</project>