You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commons-dev@ws.apache.org by ga...@apache.org on 2009/01/05 16:19:56 UTC

svn commit: r731596 - /webservices/commons/trunk/modules/axiom/pom.xml

Author: gawor
Date: Mon Jan  5 07:19:56 2009
New Revision: 731596

URL: http://svn.apache.org/viewvc?rev=731596&view=rev
Log:
don't force a specific maven repo mirror

Modified:
    webservices/commons/trunk/modules/axiom/pom.xml

Modified: webservices/commons/trunk/modules/axiom/pom.xml
URL: http://svn.apache.org/viewvc/webservices/commons/trunk/modules/axiom/pom.xml?rev=731596&r1=731595&r2=731596&view=diff
==============================================================================
--- webservices/commons/trunk/modules/axiom/pom.xml (original)
+++ webservices/commons/trunk/modules/axiom/pom.xml Mon Jan  5 07:19:56 2009
@@ -510,14 +510,6 @@
             <url>scpexe://people.apache.org/www/ws.apache.org/commons/axiom</url>
         </site>
     </distributionManagement>
-    <!-- maven download repositry -->
-    <repositories>
-        <repository>
-            <id>maven2</id>
-            <name>Maven Central Development Repository</name>
-            <url>http://repo1.maven.org/maven2</url>
-        </repository>
-    </repositories>
     <modules>
         <module>modules/axiom-api</module>
         <module>modules/axiom-impl</module>