Author: veithen
Date: Wed Mar 16 20:43:34 2011
New Revision: 1082293

URL: http://svn.apache.org/viewvc?rev=1082293&view=rev
Log:
Removed the repository and snapshotRepository entries from the 
distributionManagement element, so that Maven picks up the defaults from 
org.apache:apache. Also removed uniqueVersion=false because it is no longer 
supported by Maven 3.0.

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

Modified: axis/axis2/java/transports/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/axis/axis2/java/transports/trunk/pom.xml?rev=1082293&r1=1082292&r2=1082293&view=diff
==============================================================================
--- axis/axis2/java/transports/trunk/pom.xml (original)
+++ axis/axis2/java/transports/trunk/pom.xml Wed Mar 16 20:43:34 2011
@@ -377,19 +377,6 @@
     </pluginRepositories>
 
     <distributionManagement>
-        <repository>
-            <id>apache-repo</id>
-            <name>Maven Central Repository</name>
-            <url>
-                
scpexe://people.apache.org//www/people.apache.org/repo/m2-ibiblio-rsync-repository
-            </url>
-        </repository>
-        <snapshotRepository>
-            <id>apache-snapshots</id>
-            <name>Apache Development Repository</name>
-            
<url>scpexe://people.apache.org//www/people.apache.org/repo/m2-snapshot-repository</url>
-            <uniqueVersion>false</uniqueVersion>
-        </snapshotRepository>
         <site>
             <id>website</id>
             
<url>scpexe://people.apache.org/www/ws.apache.org/commons/transport</url>


Reply via email to