You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by di...@apache.org on 2009/11/10 03:06:04 UTC

svn commit: r834302 - in /webservices/axis2/trunk/java/modules/tool: axis2-aar-maven-plugin/pom.xml axis2-mar-maven-plugin/pom.xml

Author: dims
Date: Tue Nov 10 02:06:03 2009
New Revision: 834302

URL: http://svn.apache.org/viewvc?rev=834302&view=rev
Log:
don't generate unique versions

Modified:
    webservices/axis2/trunk/java/modules/tool/axis2-aar-maven-plugin/pom.xml
    webservices/axis2/trunk/java/modules/tool/axis2-mar-maven-plugin/pom.xml

Modified: webservices/axis2/trunk/java/modules/tool/axis2-aar-maven-plugin/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/tool/axis2-aar-maven-plugin/pom.xml?rev=834302&r1=834301&r2=834302&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/tool/axis2-aar-maven-plugin/pom.xml (original)
+++ webservices/axis2/trunk/java/modules/tool/axis2-aar-maven-plugin/pom.xml Tue Nov 10 02:06:03 2009
@@ -127,6 +127,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>
 </project>

Modified: webservices/axis2/trunk/java/modules/tool/axis2-mar-maven-plugin/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/tool/axis2-mar-maven-plugin/pom.xml?rev=834302&r1=834301&r2=834302&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/tool/axis2-mar-maven-plugin/pom.xml (original)
+++ webservices/axis2/trunk/java/modules/tool/axis2-mar-maven-plugin/pom.xml Tue Nov 10 02:06:03 2009
@@ -128,6 +128,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>
 </project>