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 2011/08/14 23:19:25 UTC

svn commit: r1157672 - /axis/axis2/java/rampart/trunk/pom.xml

Author: veithen
Date: Sun Aug 14 21:19:25 2011
New Revision: 1157672

URL: http://svn.apache.org/viewvc?rev=1157672&view=rev
Log:
Removed uniqueVersion=false because that option is no longer supported in Maven 3.0.

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

Modified: axis/axis2/java/rampart/trunk/pom.xml
URL: http://svn.apache.org/viewvc/axis/axis2/java/rampart/trunk/pom.xml?rev=1157672&r1=1157671&r2=1157672&view=diff
==============================================================================
--- axis/axis2/java/rampart/trunk/pom.xml (original)
+++ axis/axis2/java/rampart/trunk/pom.xml Sun Aug 14 21:19:25 2011
@@ -428,14 +428,4 @@
         <failIfNoTests>false</failIfNoTests>
 
     </properties>
-
-    <distributionManagement>
-        <snapshotRepository>
-            <id>apache.snapshots.https</id>
-            <name>${distMgmtSnapshotsName}</name>
-            <url>${distMgmtSnapshotsUrl}</url>
-            <uniqueVersion>false</uniqueVersion>
-        </snapshotRepository>
-    </distributionManagement> 
-
 </project>