You are viewing a plain text version of this content. The canonical link for it is here.
Posted to kalumet-commits@incubator.apache.org by ol...@apache.org on 2012/07/09 14:57:08 UTC

svn commit: r1359199 - /incubator/kalumet/trunk/documentation/pom.xml

Author: olamy
Date: Mon Jul  9 14:57:08 2012
New Revision: 1359199

URL: http://svn.apache.org/viewvc?rev=1359199&view=rev
Log:
declare plexus snapshot repository

Modified:
    incubator/kalumet/trunk/documentation/pom.xml

Modified: incubator/kalumet/trunk/documentation/pom.xml
URL: http://svn.apache.org/viewvc/incubator/kalumet/trunk/documentation/pom.xml?rev=1359199&r1=1359198&r2=1359199&view=diff
==============================================================================
--- incubator/kalumet/trunk/documentation/pom.xml (original)
+++ incubator/kalumet/trunk/documentation/pom.xml Mon Jul  9 14:57:08 2012
@@ -127,4 +127,17 @@
     </profile>
   </profiles>
 
+  <repositories>
+    <repository>
+      <id>plexus.snapshots</id>
+      <url>https://oss.sonatype.org/content/repositories/plexus-snapshots/</url>
+      <releases>
+        <enabled>false</enabled>
+      </releases>
+      <snapshots>
+        <enabled>true</enabled>
+      </snapshots>
+    </repository>
+  </repositories>
+
 </project>
\ No newline at end of file