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/09/09 12:27:20 UTC

svn commit: r693422 - /servicemix/smx4/features/trunk/pom.xml

Author: gertv
Date: Tue Sep  9 03:27:17 2008
New Revision: 693422

URL: http://svn.apache.org/viewvc?rev=693422&view=rev
Log:
SMX4-94: Moving the ServiceMix repo before the central repo to pick up our own alternative for the jetty bundles

Modified:
    servicemix/smx4/features/trunk/pom.xml

Modified: servicemix/smx4/features/trunk/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/features/trunk/pom.xml?rev=693422&r1=693421&r2=693422&view=diff
==============================================================================
--- servicemix/smx4/features/trunk/pom.xml (original)
+++ servicemix/smx4/features/trunk/pom.xml Tue Sep  9 03:27:17 2008
@@ -185,18 +185,18 @@
   </properties>
 
    <repositories>
-       <!-- Default repository -->
-       <repository>
-           <id>central</id>
-           <name>Default maven repo</name>
-           <url>http://repo1.maven.org/maven2</url>
-       </repository>
        <!-- ServiceMix repo -->
        <repository>
            <id>servicemix</id>
            <name>Apache ServiceMix Repository</name>
            <url>http://svn.apache.org/repos/asf/servicemix/m2-repo</url>
        </repository>
+       <!-- Default repository -->
+       <repository>
+           <id>central</id>
+           <name>Default maven repo</name>
+           <url>http://repo1.maven.org/maven2</url>
+       </repository>
        <!-- ASF M2 snapshot repo -->
        <repository>
           <id>apache.m2.snapshots</id>