You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by ge...@apache.org on 2008/10/28 06:59:15 UTC

svn commit: r708447 - /servicemix/servicemix-pom/trunk/pom.xml

Author: gertv
Date: Mon Oct 27 22:59:14 2008
New Revision: 708447

URL: http://svn.apache.org/viewvc?rev=708447&view=rev
Log:
Move Apache ibiblio repo definition to a profile to avoid using it inadventently

Modified:
    servicemix/servicemix-pom/trunk/pom.xml

Modified: servicemix/servicemix-pom/trunk/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/servicemix-pom/trunk/pom.xml?rev=708447&r1=708446&r2=708447&view=diff
==============================================================================
--- servicemix/servicemix-pom/trunk/pom.xml (original)
+++ servicemix/servicemix-pom/trunk/pom.xml Mon Oct 27 22:59:14 2008
@@ -180,11 +180,6 @@
   </scm>
   
   <distributionManagement>
-    <repository>
-      <id>servicemix</id>
-      <name>Apache Release Distribution Repository</name>
-      <url>scpexe://people.apache.org/www/people.apache.org/repo/m2-ibiblio-rsync-repository</url>
-    </repository>
     <snapshotRepository>
       <id>apache.snapshots</id>
       <name>Apache Development Snapshot Repository</name>
@@ -260,6 +255,13 @@
           </plugin>
         </plugins>
       </build>
+      <distributionManagement>
+        <repository>
+          <id>servicemix</id>
+          <name>Apache Release Distribution Repository</name>
+          <url>scpexe://people.apache.org/www/people.apache.org/repo/m2-ibiblio-rsync-repository</url>
+        </repository>
+      </distributionManagement>
     </profile>
   </profiles>
 </project>