You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@continuum.apache.org by ol...@apache.org on 2008/07/25 11:04:55 UTC

svn commit: r679718 - /continuum/trunk/pom.xml

Author: olamy
Date: Fri Jul 25 02:04:55 2008
New Revision: 679718

URL: http://svn.apache.org/viewvc?rev=679718&view=rev
Log:
add apache snapshot repo to be able to load the parent without to install the parent

Modified:
    continuum/trunk/pom.xml

Modified: continuum/trunk/pom.xml
URL: http://svn.apache.org/viewvc/continuum/trunk/pom.xml?rev=679718&r1=679717&r2=679718&view=diff
==============================================================================
--- continuum/trunk/pom.xml (original)
+++ continuum/trunk/pom.xml Fri Jul 25 02:04:55 2008
@@ -226,6 +226,18 @@
         <enabled>false</enabled>
       </snapshots>      
     </repository>    
+    <!-- remove when parent is released -->
+    <repository>
+      <id>apache.snapshots</id>
+      <name>Apache Snapshot Repository</name>
+      <url>http://people.apache.org/repo/m2-snapshot-repository</url>
+      <releases>
+        <enabled>false</enabled>
+      </releases>
+      <snapshots>
+        <enabled>true</enabled>
+      </snapshots>
+    </repository>    
   </repositories>
   <dependencies>
     <dependency>