You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rave.apache.org by zh...@apache.org on 2011/06/08 18:23:32 UTC

svn commit: r1133454 - /incubator/rave/trunk/pom.xml

Author: zhguo
Date: Wed Jun  8 16:23:32 2011
New Revision: 1133454

URL: http://svn.apache.org/viewvc?rev=1133454&view=rev
Log:
Added Apache maven snapshot repo to pom.xml


Modified:
    incubator/rave/trunk/pom.xml

Modified: incubator/rave/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/rave/trunk/pom.xml?rev=1133454&r1=1133453&r2=1133454&view=diff
==============================================================================
--- incubator/rave/trunk/pom.xml (original)
+++ incubator/rave/trunk/pom.xml Wed Jun  8 16:23:32 2011
@@ -71,6 +71,10 @@
             <id>java.net</id>
             <url>http://download.java.net/maven/2/</url>
         </repository>
+        <repository>
+            <id>apache maven snapshot repo</id>
+            <url>http://repository.apache.org/snapshots/</url>
+        </repository>
     </repositories>
 
     <!-- Global management of all dependencies -->