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

svn commit: r1199165 - /incubator/rave/sandbox/rave-extensions/rave-vanilla-extension/pom.xml

Author: jasha
Date: Tue Nov  8 09:32:27 2011
New Revision: 1199165

URL: http://svn.apache.org/viewvc?rev=1199165&view=rev
Log:
add snapshot repo

Modified:
    incubator/rave/sandbox/rave-extensions/rave-vanilla-extension/pom.xml

Modified: incubator/rave/sandbox/rave-extensions/rave-vanilla-extension/pom.xml
URL: http://svn.apache.org/viewvc/incubator/rave/sandbox/rave-extensions/rave-vanilla-extension/pom.xml?rev=1199165&r1=1199164&r2=1199165&view=diff
==============================================================================
--- incubator/rave/sandbox/rave-extensions/rave-vanilla-extension/pom.xml (original)
+++ incubator/rave/sandbox/rave-extensions/rave-vanilla-extension/pom.xml Tue Nov  8 09:32:27 2011
@@ -57,6 +57,20 @@
 
   </properties>
 
+  <repositories>
+    <repository>
+      <id>apache.snapshots</id>
+      <url>http://repository.apache.org/snapshots/</url>
+      <releases>
+        <enabled>false</enabled>
+      </releases>
+      <snapshots>
+        <enabled>true</enabled>
+        <updatePolicy>daily</updatePolicy>
+      </snapshots>
+    </repository>
+  </repositories>
+
   <dependencies>
 
     <!-- servlet-api, jsp-api and el-api api must be scope provided -->