You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by dk...@apache.org on 2015/06/30 20:22:28 UTC

svn commit: r1688501 - /camel/website/pom.xml

Author: dkulp
Date: Tue Jun 30 18:22:28 2015
New Revision: 1688501

URL: http://svn.apache.org/r1688501
Log:
Add repositories so the snapshot is found

Modified:
    camel/website/pom.xml

Modified: camel/website/pom.xml
URL: http://svn.apache.org/viewvc/camel/website/pom.xml?rev=1688501&r1=1688500&r2=1688501&view=diff
==============================================================================
--- camel/website/pom.xml (original)
+++ camel/website/pom.xml Tue Jun 30 18:22:28 2015
@@ -88,4 +88,18 @@
             </properties>
         </profile>
     </profiles>
+
+    <repositories>
+        <repository>
+            <id>apache.snapshots</id>
+            <url>http://repository.apache.org/snapshots/</url>
+            <name>Apache Snapshot Repo</name>
+            <snapshots>
+                <enabled>true</enabled>
+            </snapshots>
+            <releases>
+                <enabled>false</enabled>
+            </releases>
+        </repository>
+    </repositories>
 </project>