]> source.dussan.org Git - archiva.git/commitdiff
temporarily added codehaus snapshots repo for redback 1.0.3-SNAPSHOT (vmbuild was...
authorMaria Odea B. Ching <oching@apache.org>
Mon, 28 Jul 2008 01:20:31 +0000 (01:20 +0000)
committerMaria Odea B. Ching <oching@apache.org>
Mon, 28 Jul 2008 01:20:31 +0000 (01:20 +0000)
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@680219 13f79535-47bb-0310-9956-ffa450edef68

pom.xml

diff --git a/pom.xml b/pom.xml
index 284e85b82ec1f78d517b5b13e638846d0c31c4b2..004fbff0ee2b195378e11a391a11b46ec562beeb 100644 (file)
--- a/pom.xml
+++ b/pom.xml
       </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>