You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@continuum.apache.org by ev...@apache.org on 2006/02/20 11:27:27 UTC

svn commit: r379073 - /maven/continuum/branches/continuum-1.0.x/pom.xml

Author: evenisse
Date: Mon Feb 20 02:27:25 2006
New Revision: 379073

URL: http://svn.apache.org/viewcvs?rev=379073&view=rev
Log:
Add snapshot repository at cvs.apache.org

Modified:
    maven/continuum/branches/continuum-1.0.x/pom.xml

Modified: maven/continuum/branches/continuum-1.0.x/pom.xml
URL: http://svn.apache.org/viewcvs/maven/continuum/branches/continuum-1.0.x/pom.xml?rev=379073&r1=379072&r2=379073&view=diff
==============================================================================
--- maven/continuum/branches/continuum-1.0.x/pom.xml (original)
+++ maven/continuum/branches/continuum-1.0.x/pom.xml Mon Feb 20 02:27:25 2006
@@ -139,6 +139,14 @@
       <name>Maven Snapshot Development Repository</name>
       <url>http://snapshots.maven.codehaus.org/maven2</url>
     </repository>
+    <repository>
+      <releases>
+        <enabled>false</enabled>
+      </releases>
+      <id>apache.snapshots</id>
+      <name>Apache Development Repository</name>
+      <url>http://cvs.apache.org/maven-snapshot-repository</url>
+    </repository>
   </repositories>
   <pluginRepositories>
     <pluginRepository>