You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by cc...@apache.org on 2009/03/29 08:47:42 UTC

svn commit: r759642 - in /servicemix/smx4: features/trunk/ features/trunk/examples/bridge/ features/trunk/examples/camel/ features/trunk/examples/cxf-wsdl-first/ features/trunk/examples/loan-broker-bpel/ features/trunk/examples/wsdl-first/ kernel/trunk...

Author: ccustine
Date: Sun Mar 29 06:47:41 2009
New Revision: 759642

URL: http://svn.apache.org/viewvc?rev=759642&view=rev
Log:
SMX4KNL-243 - Start using https://repository.apache.org for Apache snapshots

Modified:
    servicemix/smx4/features/trunk/examples/bridge/pom.xml
    servicemix/smx4/features/trunk/examples/camel/pom.xml
    servicemix/smx4/features/trunk/examples/cxf-wsdl-first/pom.xml
    servicemix/smx4/features/trunk/examples/loan-broker-bpel/pom.xml
    servicemix/smx4/features/trunk/examples/wsdl-first/pom.xml
    servicemix/smx4/features/trunk/pom.xml
    servicemix/smx4/kernel/trunk/pom.xml
    servicemix/smx4/nmr/trunk/pom.xml

Modified: servicemix/smx4/features/trunk/examples/bridge/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/features/trunk/examples/bridge/pom.xml?rev=759642&r1=759641&r2=759642&view=diff
==============================================================================
--- servicemix/smx4/features/trunk/examples/bridge/pom.xml (original)
+++ servicemix/smx4/features/trunk/examples/bridge/pom.xml Sun Mar 29 06:47:41 2009
@@ -46,7 +46,7 @@
       <pluginRepository>
         <id>apache.snapshots</id>
         <name>Apache Snapshots Repository</name>
-        <url>http://people.apache.org/repo/m2-snapshot-repository</url>
+        <url>http://repository.apache.org/content/groups/snapshots-group</url>
         <snapshots>
           <enabled>true</enabled>
         </snapshots>
@@ -70,7 +70,7 @@
       <repository>
         <id>apache.snapshots</id>
         <name>Apache Snapshots Repository</name>
-        <url>http://people.apache.org/repo/m2-snapshot-repository</url>
+        <url>http://repository.apache.org/content/groups/snapshots-group</url>
         <snapshots>
           <enabled>true</enabled>
         </snapshots>

Modified: servicemix/smx4/features/trunk/examples/camel/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/features/trunk/examples/camel/pom.xml?rev=759642&r1=759641&r2=759642&view=diff
==============================================================================
--- servicemix/smx4/features/trunk/examples/camel/pom.xml (original)
+++ servicemix/smx4/features/trunk/examples/camel/pom.xml Sun Mar 29 06:47:41 2009
@@ -42,7 +42,7 @@
       <pluginRepository>
         <id>apache.snapshots</id>
         <name>Apache Snapshots Repository</name>
-        <url>http://people.apache.org/repo/m2-snapshot-repository</url>
+        <url>http://repository.apache.org/content/groups/snapshots-group</url>
         <snapshots>
           <enabled>true</enabled>
         </snapshots>
@@ -66,7 +66,7 @@
       <repository>
         <id>apache.snapshots</id>
         <name>Apache Snapshots Repository</name>
-        <url>http://people.apache.org/repo/m2-snapshot-repository</url>
+        <url>http://repository.apache.org/content/groups/snapshots-group</url>
         <snapshots>
           <enabled>true</enabled>
         </snapshots>

Modified: servicemix/smx4/features/trunk/examples/cxf-wsdl-first/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/features/trunk/examples/cxf-wsdl-first/pom.xml?rev=759642&r1=759641&r2=759642&view=diff
==============================================================================
--- servicemix/smx4/features/trunk/examples/cxf-wsdl-first/pom.xml (original)
+++ servicemix/smx4/features/trunk/examples/cxf-wsdl-first/pom.xml Sun Mar 29 06:47:41 2009
@@ -36,7 +36,7 @@
       <pluginRepository>
         <id>apache.snapshots</id>
         <name>Apache Snapshots Repository</name>
-        <url>http://people.apache.org/repo/m2-snapshot-repository</url>
+        <url>http://repository.apache.org/content/groups/snapshots-group</url>
         <snapshots>
           <enabled>true</enabled>
         </snapshots>
@@ -60,7 +60,7 @@
       <repository>
         <id>apache.snapshots</id>
         <name>Apache Snapshots Repository</name>
-        <url>http://people.apache.org/repo/m2-snapshot-repository</url>
+        <url>http://repository.apache.org/content/groups/snapshots-group</url>
         <snapshots>
           <enabled>true</enabled>
         </snapshots>

Modified: servicemix/smx4/features/trunk/examples/loan-broker-bpel/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/features/trunk/examples/loan-broker-bpel/pom.xml?rev=759642&r1=759641&r2=759642&view=diff
==============================================================================
--- servicemix/smx4/features/trunk/examples/loan-broker-bpel/pom.xml (original)
+++ servicemix/smx4/features/trunk/examples/loan-broker-bpel/pom.xml Sun Mar 29 06:47:41 2009
@@ -37,7 +37,7 @@
       <pluginRepository>
         <id>apache.snapshots</id>
         <name>Apache Snapshots Repository</name>
-        <url>http://people.apache.org/repo/m2-snapshot-repository</url>
+        <url>http://repository.apache.org/content/groups/snapshots-group</url>
         <snapshots>
           <enabled>true</enabled>
         </snapshots>
@@ -61,7 +61,7 @@
       <repository>
         <id>apache.snapshots</id>
         <name>Apache Snapshots Repository</name>
-        <url>http://people.apache.org/repo/m2-snapshot-repository</url>
+        <url>http://repository.apache.org/content/groups/snapshots-group</url>
         <snapshots>
           <enabled>true</enabled>
         </snapshots>

Modified: servicemix/smx4/features/trunk/examples/wsdl-first/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/features/trunk/examples/wsdl-first/pom.xml?rev=759642&r1=759641&r2=759642&view=diff
==============================================================================
--- servicemix/smx4/features/trunk/examples/wsdl-first/pom.xml (original)
+++ servicemix/smx4/features/trunk/examples/wsdl-first/pom.xml Sun Mar 29 06:47:41 2009
@@ -36,7 +36,7 @@
       <pluginRepository>
         <id>apache.snapshots</id>
         <name>Apache Snapshots Repository</name>
-        <url>http://people.apache.org/repo/m2-snapshot-repository</url>
+        <url>http://repository.apache.org/content/groups/snapshots-group</url>
         <snapshots>
           <enabled>true</enabled>
         </snapshots>
@@ -60,7 +60,7 @@
       <repository>
         <id>apache.snapshots</id>
         <name>Apache Snapshots Repository</name>
-        <url>http://people.apache.org/repo/m2-snapshot-repository</url>
+        <url>http://repository.apache.org/content/groups/snapshots-group</url>
         <snapshots>
           <enabled>true</enabled>
         </snapshots>

Modified: servicemix/smx4/features/trunk/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/features/trunk/pom.xml?rev=759642&r1=759641&r2=759642&view=diff
==============================================================================
--- servicemix/smx4/features/trunk/pom.xml (original)
+++ servicemix/smx4/features/trunk/pom.xml Sun Mar 29 06:47:41 2009
@@ -253,7 +253,7 @@
        <repository>
           <id>apache-snapshots</id>
           <name>Apache m2 Snapshots Repository</name>
-          <url>http://people.apache.org/repo/m2-snapshot-repository</url>
+          <url>http://repository.apache.org/content/groups/snapshots-group</url>
           <releases>
               <enabled>false</enabled>
           </releases>
@@ -334,7 +334,7 @@
       <pluginRepository>
           <id>snapshots</id>
           <name>Snapshots Repository</name>
-          <url>http://people.apache.org/repo/m2-snapshot-repository</url>
+          <url>http://repository.apache.org/content/groups/snapshots-group</url>
           <releases><enabled>false</enabled></releases>
           <snapshots><enabled>true</enabled></snapshots>
       </pluginRepository>

Modified: servicemix/smx4/kernel/trunk/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/kernel/trunk/pom.xml?rev=759642&r1=759641&r2=759642&view=diff
==============================================================================
--- servicemix/smx4/kernel/trunk/pom.xml (original)
+++ servicemix/smx4/kernel/trunk/pom.xml Sun Mar 29 06:47:41 2009
@@ -122,7 +122,7 @@
         <repository>
             <id>apache-snapshots</id>
             <name>Apache Snapshots Repository</name>
-            <url>http://people.apache.org/repo/m2-snapshot-repository</url>
+            <url>http://repository.apache.org/content/groups/snapshots-group</url>
             <releases>
                 <enabled>false</enabled>
             </releases>

Modified: servicemix/smx4/nmr/trunk/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/nmr/trunk/pom.xml?rev=759642&r1=759641&r2=759642&view=diff
==============================================================================
--- servicemix/smx4/nmr/trunk/pom.xml (original)
+++ servicemix/smx4/nmr/trunk/pom.xml Sun Mar 29 06:47:41 2009
@@ -138,7 +138,7 @@
        <repository>
            <id>apache-snapshots</id>
            <name>Apache Snapshot repository</name>
-           <url>http://people.apache.org/repo/m2-snapshot-repository</url>
+           <url>http://repository.apache.org/content/groups/snapshots-group</url>
            <releases>
                <enabled>false</enabled>
            </releases>
@@ -166,7 +166,7 @@
       <pluginRepository>
           <id>apache-snapshots</id>
           <name>Apache Snapshot repository</name>
-          <url>http://people.apache.org/repo/m2-snapshot-repository</url>
+          <url>http://repository.apache.org/content/groups/snapshots-group</url>
           <releases>
               <enabled>false</enabled>
           </releases>