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:07:16 UTC

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

Author: olamy
Date: Mon Jul  9 15:07:16 2012
New Revision: 1359205

URL: http://svn.apache.org/viewvc?rev=1359205&view=rev
Log:
move this repo declaration in top module

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

Modified: incubator/kalumet/trunk/documentation/pom.xml
URL: http://svn.apache.org/viewvc/incubator/kalumet/trunk/documentation/pom.xml?rev=1359205&r1=1359204&r2=1359205&view=diff
==============================================================================
--- incubator/kalumet/trunk/documentation/pom.xml (original)
+++ incubator/kalumet/trunk/documentation/pom.xml Mon Jul  9 15:07:16 2012
@@ -127,17 +127,4 @@
     </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

Modified: incubator/kalumet/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/kalumet/trunk/pom.xml?rev=1359205&r1=1359204&r2=1359205&view=diff
==============================================================================
--- incubator/kalumet/trunk/pom.xml (original)
+++ incubator/kalumet/trunk/pom.xml Mon Jul  9 15:07:16 2012
@@ -202,6 +202,16 @@
         <enabled>false</enabled>
       </snapshots>
     </repository>
+    <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>
 
   <dependencyManagement>