Author: veithen
Date: Thu Mar 17 21:16:48 2011
New Revision: 1082702
URL: http://svn.apache.org/viewvc?rev=1082702&view=rev
Log:
Removed uniqueVersion=false because that option will no longer be supported in
Maven 3.0. This also seems to stabilize the Synapse build, probably because it
makes sure that snapshots from the ASF repositories take precedence over the
outdated snapshots that are still hanging around in the WSO2 repo.
Modified:
axis/axis2/java/core/trunk/modules/parent/pom.xml
axis/axis2/java/core/trunk/pom.xml
Modified: axis/axis2/java/core/trunk/modules/parent/pom.xml
URL:
http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/parent/pom.xml?rev=1082702&r1=1082701&r2=1082702&view=diff
==============================================================================
--- axis/axis2/java/core/trunk/modules/parent/pom.xml (original)
+++ axis/axis2/java/core/trunk/modules/parent/pom.xml Thu Mar 17 21:16:48 2011
@@ -945,14 +945,6 @@
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/core/trunk/modules/parent</developerConnection>
<url>http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/parent</url>
</scm>
- <distributionManagement>
- <snapshotRepository>
- <id>apache.snapshots.https</id>
- <name>${distMgmtSnapshotsName}</name>
- <url>${distMgmtSnapshotsUrl}</url>
- <uniqueVersion>false</uniqueVersion>
- </snapshotRepository>
- </distributionManagement>
<build>
<pluginManagement>
<plugins>
Modified: axis/axis2/java/core/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/pom.xml?rev=1082702&r1=1082701&r2=1082702&view=diff
==============================================================================
--- axis/axis2/java/core/trunk/pom.xml (original)
+++ axis/axis2/java/core/trunk/pom.xml Thu Mar 17 21:16:48 2011
@@ -539,14 +539,6 @@
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/core/trunk</developerConnection>
<url>http://svn.apache.org/viewvc/axis/axis2/java/core/trunk</url>
</scm>
- <distributionManagement>
- <snapshotRepository>
- <id>apache.snapshots.https</id>
- <name>${distMgmtSnapshotsName}</name>
- <url>${distMgmtSnapshotsUrl}</url>
- <uniqueVersion>false</uniqueVersion>
- </snapshotRepository>
- </distributionManagement>
<properties>
<!-- This variable is used in some Xdocs and is substituted using
Velocity. Note that
we can't use the project.version variable directly because of the
dot. See