You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by jd...@apache.org on 2008/04/03 18:43:47 UTC

svn commit: r644401 - /maven/components/trunk/pom.xml

Author: jdcasey
Date: Thu Apr  3 09:43:44 2008
New Revision: 644401

URL: http://svn.apache.org/viewvc?rev=644401&view=rev
Log:
Adding codehaus snapshots repo for now until we have plexus-interpolator released.

Modified:
    maven/components/trunk/pom.xml

Modified: maven/components/trunk/pom.xml
URL: http://svn.apache.org/viewvc/maven/components/trunk/pom.xml?rev=644401&r1=644400&r2=644401&view=diff
==============================================================================
--- maven/components/trunk/pom.xml (original)
+++ maven/components/trunk/pom.xml Thu Apr  3 09:43:44 2008
@@ -44,6 +44,14 @@
     <url>http://jira.codehaus.org/browse/MNG</url>
   </issueManagement>
   
+  <!-- TODO: TAKE THIS OUT BEFORE WE RELEASE! -->
+  <repositories>
+    <repository>
+      <id>codehaus.snapshots</id>
+      <url>http://snapshots.repository.codehaus.org/</url>
+    </repository>
+  </repositories>
+  
   <mailingLists>
     <mailingList>
       <name>Maven Developer List</name>