You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-commits@axis.apache.org by ve...@apache.org on 2010/12/15 22:59:38 UTC

svn commit: r1049727 - /axis/axis2/java/sandesha/trunk/pom.xml

Author: veithen
Date: Wed Dec 15 21:59:37 2010
New Revision: 1049727

URL: http://svn.apache.org/viewvc?rev=1049727&view=rev
Log:
Removed unnecessary repositories.

Modified:
    axis/axis2/java/sandesha/trunk/pom.xml

Modified: axis/axis2/java/sandesha/trunk/pom.xml
URL: http://svn.apache.org/viewvc/axis/axis2/java/sandesha/trunk/pom.xml?rev=1049727&r1=1049726&r2=1049727&view=diff
==============================================================================
--- axis/axis2/java/sandesha/trunk/pom.xml (original)
+++ axis/axis2/java/sandesha/trunk/pom.xml Wed Dec 15 21:59:37 2010
@@ -160,32 +160,8 @@
 
     <pluginRepositories>
         <pluginRepository>
-            <id>snapshot-apache</id>
-            <name>Apache Snapshot repository</name>
-            <url>http://people.apache.org/repo/m2-snapshot-repository</url>
-            <snapshots>
-                <enabled>true</enabled>
-            </snapshots>
-            <releases>
-                <enabled>false</enabled>
-            </releases>
-        </pluginRepository>
-
-        <pluginRepository>
-            <id>snapshot</id>
-            <name>Snapshot repository</name>
-            <url>http://snapshots.maven.codehaus.org/maven2</url>
-            <snapshots>
-                <enabled>true</enabled>
-            </snapshots>
-            <releases>
-                <enabled>false</enabled>
-            </releases>
-        </pluginRepository>
-
-        <pluginRepository>
-            <id>snapshot-apache-2</id>
-            <name>2nd Apache Snapshot repository</name>
+            <id>apache.snapshots</id>
+            <name>Apache Snapshot Repository</name>
             <url>http://repository.apache.org/snapshots</url>
             <snapshots>
                 <enabled>true</enabled>
@@ -194,7 +170,6 @@
                 <enabled>false</enabled>
             </releases>
         </pluginRepository>
-
     </pluginRepositories>
 
     <dependencies>