You are viewing a plain text version of this content. The canonical link for it is here.
Posted to axis-cvs@ws.apache.org by di...@apache.org on 2008/08/27 21:29:31 UTC

svn commit: r689581 - /webservices/axis2/trunk/java/pom.xml

Author: dims
Date: Wed Aug 27 12:29:31 2008
New Revision: 689581

URL: http://svn.apache.org/viewvc?rev=689581&view=rev
Log:
switch off unique versions in the snapshot repo

Modified:
    webservices/axis2/trunk/java/pom.xml

Modified: webservices/axis2/trunk/java/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/pom.xml?rev=689581&r1=689580&r2=689581&view=diff
==============================================================================
--- webservices/axis2/trunk/java/pom.xml (original)
+++ webservices/axis2/trunk/java/pom.xml Wed Aug 27 12:29:31 2008
@@ -194,6 +194,7 @@
             <id>apache-snapshots</id>
             <name>Apache Development Repository</name>
             <url>scpexe://people.apache.org//www/people.apache.org/repo/m2-snapshot-repository</url>
+            <uniqueVersion>false</uniqueVersion>
         </snapshotRepository>
     </distributionManagement>
     <build>