You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@archiva.apache.org by oc...@apache.org on 2008/07/28 03:20:31 UTC

svn commit: r680219 - /archiva/trunk/pom.xml

Author: oching
Date: Sun Jul 27 18:20:31 2008
New Revision: 680219

URL: http://svn.apache.org/viewvc?rev=680219&view=rev
Log:
temporarily added codehaus snapshots repo for redback 1.0.3-SNAPSHOT (vmbuild was failing)

Modified:
    archiva/trunk/pom.xml

Modified: archiva/trunk/pom.xml
URL: http://svn.apache.org/viewvc/archiva/trunk/pom.xml?rev=680219&r1=680218&r2=680219&view=diff
==============================================================================
--- archiva/trunk/pom.xml (original)
+++ archiva/trunk/pom.xml Sun Jul 27 18:20:31 2008
@@ -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>