Author: veithen
Date: Mon Aug 16 21:33:40 2010
New Revision: 986133
URL: http://svn.apache.org/viewvc?rev=986133&view=rev
Log:
Changed uniqueVersion to false to be compatible with the way we deployed
snapshots on the old snapshot repository on people.apache.org.
Modified:
webservices/commons/branches/modules/XmlSchema/1_4_X_BRANCH/pom.xml
Modified: webservices/commons/branches/modules/XmlSchema/1_4_X_BRANCH/pom.xml
URL:
http://svn.apache.org/viewvc/webservices/commons/branches/modules/XmlSchema/1_4_X_BRANCH/pom.xml?rev=986133&r1=986132&r2=986133&view=diff
==============================================================================
--- webservices/commons/branches/modules/XmlSchema/1_4_X_BRANCH/pom.xml
(original)
+++ webservices/commons/branches/modules/XmlSchema/1_4_X_BRANCH/pom.xml Mon Aug
16 21:33:40 2010
@@ -462,6 +462,12 @@
</plugins>
</reporting>
<distributionManagement>
+ <snapshotRepository>
+ <id>apache.snapshots.https</id>
+ <name>${distMgmtSnapshotsName}</name>
+ <url>${distMgmtSnapshotsUrl}</url>
+ <uniqueVersion>false</uniqueVersion>
+ </snapshotRepository>
<site>
<id>website</id>
<url>scpexe://people.apache.org/www/ws.apache.org/commons/XmlSchema</url>