You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@marmotta.apache.org by ss...@apache.org on 2013/02/26 18:18:27 UTC

svn commit: r1450284 - /incubator/marmotta/site/trunk/pom.xml

Author: sschaffert
Date: Tue Feb 26 17:18:27 2013
New Revision: 1450284

URL: http://svn.apache.org/r1450284
Log:
force use of snapshot repository

Modified:
    incubator/marmotta/site/trunk/pom.xml

Modified: incubator/marmotta/site/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/marmotta/site/trunk/pom.xml?rev=1450284&r1=1450283&r2=1450284&view=diff
==============================================================================
--- incubator/marmotta/site/trunk/pom.xml (original)
+++ incubator/marmotta/site/trunk/pom.xml Tue Feb 26 17:18:27 2013
@@ -60,6 +60,16 @@
             <id>apache.snapshots</id>
             <name>Apache Snapshots Repository</name>
             <url>https://repository.apache.org/content/repositories/snapshots/</url>
+            <releases>
+                <enabled>false</enabled>
+                <updatePolicy>always</updatePolicy>
+                <checksumPolicy>warn</checksumPolicy>
+            </releases>
+            <snapshots>
+                <enabled>true</enabled>
+                <updatePolicy>never</updatePolicy>
+                <checksumPolicy>fail</checksumPolicy>
+            </snapshots>
         </repository>
     </repositories>