Author: dkulp
Date: Thu Apr 7 11:11:40 2011
New Revision: 1089824
URL: http://svn.apache.org/viewvc?rev=1089824&view=rev
Log:
Maven 3 only deploys unique versions, make maven 2 and 3 compatible
Modified:
cxf/trunk/pom.xml
Modified: cxf/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/cxf/trunk/pom.xml?rev=1089824&r1=1089823&r2=1089824&view=diff
==============================================================================
--- cxf/trunk/pom.xml (original)
+++ cxf/trunk/pom.xml Thu Apr 7 11:11:40 2011
@@ -57,7 +57,7 @@
<id>apache.snapshots.https</id>
<name>Apache Development Snapshot Repository</name>
<url>https://repository.apache.org/content/repositories/snapshots</url>
- <uniqueVersion>false</uniqueVersion>
+ <!--uniqueVersion>false</uniqueVersion-->
</snapshotRepository>
<site>
<id>apache.cxf.site</id>