You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by ad...@apache.org on 2005/12/09 08:40:51 UTC

svn commit: r355400 - /geronimo/trunk/pom.xml

Author: adc
Date: Thu Dec  8 23:40:44 2005
New Revision: 355400

URL: http://svn.apache.org/viewcvs?rev=355400&view=rev
Log:
Add the Apache repo

Modified:
    geronimo/trunk/pom.xml

Modified: geronimo/trunk/pom.xml
URL: http://svn.apache.org/viewcvs/geronimo/trunk/pom.xml?rev=355400&r1=355399&r2=355400&view=diff
==============================================================================
--- geronimo/trunk/pom.xml (original)
+++ geronimo/trunk/pom.xml Thu Dec  8 23:40:44 2005
@@ -401,6 +401,17 @@
     </extensions>
   </build>
 
+  <repositories>
+    <repository>
+      <snapshots>
+        <enabled>true</enabled>
+      </snapshots>
+      <id>Apache CVS</id>
+      <name>Apache CVS of the Central Repository</name>
+      <url>http://cvs.apache.org/maven-snapshot-repository</url>
+    </repository>
+  </repositories>
+
   <pluginRepositories>
     <pluginRepository>
       <id>snapshots</id>