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:27 UTC

svn commit: r689579 - /webservices/axis2/trunk/java/modules/parent/pom.xml

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

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

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

Modified: webservices/axis2/trunk/java/modules/parent/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/parent/pom.xml?rev=689579&r1=689578&r2=689579&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/parent/pom.xml (original)
+++ webservices/axis2/trunk/java/modules/parent/pom.xml Wed Aug 27 12:29:27 2008
@@ -1113,6 +1113,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>