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 2012/04/22 16:05:24 UTC

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

Author: veithen
Date: Sun Apr 22 14:05:24 2012
New Revision: 1328884

URL: http://svn.apache.org/viewvc?rev=1328884&view=rev
Log:
Setting uniqueVersion=true to prevent the Synapse build from downloading the wrong version.

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=1328884&r1=1328883&r2=1328884&view=diff
==============================================================================
--- axis/axis2/java/sandesha/trunk/pom.xml (original)
+++ axis/axis2/java/sandesha/trunk/pom.xml Sun Apr 22 14:05:24 2012
@@ -434,14 +434,4 @@
              http://maven.apache.org/plugins/maven-site-plugin/examples/creating-content.html -->
         <sandesha2_version>${project.version}</sandesha2_version>
     </properties>
-
-    <distributionManagement>
-        <snapshotRepository>
-            <id>apache.snapshots.https</id>
-            <name>${distMgmtSnapshotsName}</name>
-            <url>${distMgmtSnapshotsUrl}</url>
-            <uniqueVersion>false</uniqueVersion>
-        </snapshotRepository>
-    </distributionManagement>
-
 </project>