You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@karaf.apache.org by jb...@apache.org on 2011/05/05 20:08:52 UTC

svn commit: r1099901 - /karaf/branches/karaf-2.2.x/pom.xml

Author: jbonofre
Date: Thu May  5 18:08:52 2011
New Revision: 1099901

URL: http://svn.apache.org/viewvc?rev=1099901&view=rev
Log:
[KARAF-599] Remove unused repositories (especially the sonatype one) to avoid maven metadata files not compliant with mavem 2.

Modified:
    karaf/branches/karaf-2.2.x/pom.xml

Modified: karaf/branches/karaf-2.2.x/pom.xml
URL: http://svn.apache.org/viewvc/karaf/branches/karaf-2.2.x/pom.xml?rev=1099901&r1=1099900&r2=1099901&view=diff
==============================================================================
--- karaf/branches/karaf-2.2.x/pom.xml (original)
+++ karaf/branches/karaf-2.2.x/pom.xml Thu May  5 18:08:52 2011
@@ -166,18 +166,6 @@
     </properties>
 
     <repositories>
-        <!-- Apache snapshots -->
-        <repository>
-            <id>apache-snapshots</id>
-            <name>Apache Snapshots Repository</name>
-            <url>http://repository.apache.org/content/groups/snapshots-group</url>
-            <releases>
-                <enabled>false</enabled>
-            </releases>
-            <snapshots>
-                <enabled>true</enabled>
-            </snapshots>
-        </repository>
         <!-- ServiceMix repo -->
         <repository>
             <id>servicemix</id>
@@ -191,17 +179,6 @@
             </snapshots>
         </repository>
         <repository>
-            <id>sonatype</id>
-            <name>sonatype</name>
-            <url>http://repository.sonatype.org/content/groups/sonatype-public-grid</url>
-            <releases>
-                <enabled>false</enabled>
-            </releases>
-            <snapshots>
-                <enabled>true</enabled>
-            </snapshots>
-        </repository>
-        <repository>
             <id>fusesource.snapshots</id>
             <name>FuseSource snapshot repository</name>
             <url>http://repo.fusesource.com/nexus/content/repositories/snapshots</url>