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 15:08:41 UTC

svn commit: r1359207 - /incubator/kalumet/trunk/pom.xml

Author: olamy
Date: Mon Jul  9 15:08:41 2012
New Revision: 1359207

URL: http://svn.apache.org/viewvc?rev=1359207&view=rev
Log:
grrh it's a plugin dependency

Modified:
    incubator/kalumet/trunk/pom.xml

Modified: incubator/kalumet/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/kalumet/trunk/pom.xml?rev=1359207&r1=1359206&r2=1359207&view=diff
==============================================================================
--- incubator/kalumet/trunk/pom.xml (original)
+++ incubator/kalumet/trunk/pom.xml Mon Jul  9 15:08:41 2012
@@ -213,6 +213,18 @@
       </snapshots>
     </repository>
   </repositories>
+  <pluginRepositories>
+    <pluginRepository>
+      <id>plexus.snapshots</id>
+      <url>https://oss.sonatype.org/content/repositories/plexus-snapshots/</url>
+      <releases>
+        <enabled>false</enabled>
+      </releases>
+      <snapshots>
+        <enabled>true</enabled>
+      </snapshots>
+    </pluginRepository>
+  </pluginRepositories>
 
   <dependencyManagement>
     <dependencies>