Author: veithen
Date: Thu Dec 16 22:41:42 2010
New Revision: 1050201

URL: http://svn.apache.org/viewvc?rev=1050201&view=rev
Log:
Updated distributionManagement.

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=1050201&r1=1050200&r2=1050201&view=diff
==============================================================================
--- axis/axis2/java/sandesha/trunk/pom.xml (original)
+++ axis/axis2/java/sandesha/trunk/pom.xml Thu Dec 16 22:41:42 2010
@@ -375,19 +375,12 @@
     </properties>
 
     <distributionManagement>
-        <repository>
-            <id>apache-repo</id>
-            <name>Maven Central Repository</name>
-            
<url>scpexe://people.apache.org//www/people.apache.org/repo/m2-snapshot-repository</url>
+        <snapshotRepository>
+            <id>apache.snapshots.https</id>
+            <name>${distMgmtSnapshotsName}</name>
+            <url>${distMgmtSnapshotsUrl}</url>
             <uniqueVersion>false</uniqueVersion>
-        </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>
-          </snapshotRepository>
-      -->
+        </snapshotRepository>
     </distributionManagement>
 
 </project>


Reply via email to