You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commons-dev@ws.apache.org by ve...@apache.org on 2010/09/30 19:35:19 UTC

svn commit: r1003176 - in /webservices/commons/trunk/modules/axiom: modules/axiom-parent/pom.xml pom.xml

Author: veithen
Date: Thu Sep 30 17:35:19 2010
New Revision: 1003176

URL: http://svn.apache.org/viewvc?rev=1003176&view=rev
Log:
Set uniqueVersion to false so that the POMs match the policy used by our Hudson builds.

Modified:
    webservices/commons/trunk/modules/axiom/modules/axiom-parent/pom.xml
    webservices/commons/trunk/modules/axiom/pom.xml

Modified: webservices/commons/trunk/modules/axiom/modules/axiom-parent/pom.xml
URL: http://svn.apache.org/viewvc/webservices/commons/trunk/modules/axiom/modules/axiom-parent/pom.xml?rev=1003176&r1=1003175&r2=1003176&view=diff
==============================================================================
--- webservices/commons/trunk/modules/axiom/modules/axiom-parent/pom.xml (original)
+++ webservices/commons/trunk/modules/axiom/modules/axiom-parent/pom.xml Thu Sep 30 17:35:19 2010
@@ -443,6 +443,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/axiom</url>

Modified: webservices/commons/trunk/modules/axiom/pom.xml
URL: http://svn.apache.org/viewvc/webservices/commons/trunk/modules/axiom/pom.xml?rev=1003176&r1=1003175&r2=1003176&view=diff
==============================================================================
--- webservices/commons/trunk/modules/axiom/pom.xml (original)
+++ webservices/commons/trunk/modules/axiom/pom.xml Thu Sep 30 17:35:19 2010
@@ -516,6 +516,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/axiom</url>