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 di...@apache.org on 2008/04/15 14:45:00 UTC

svn commit: r648228 - in /webservices/commons/tags/axiom/1.2.6: ./ modules/axiom-api/pom.xml modules/axiom-dom/pom.xml modules/axiom-impl/pom.xml modules/axiom-tests/pom.xml pom.xml

Author: dims
Date: Tue Apr 15 05:44:57 2008
New Revision: 648228

URL: http://svn.apache.org/viewvc?rev=648228&view=rev
Log:
Cut tag for Axiom 1.2.6 release


Added:
    webservices/commons/tags/axiom/1.2.6/
      - copied from r646794, webservices/commons/trunk/modules/axiom/
Modified:
    webservices/commons/tags/axiom/1.2.6/modules/axiom-api/pom.xml
    webservices/commons/tags/axiom/1.2.6/modules/axiom-dom/pom.xml
    webservices/commons/tags/axiom/1.2.6/modules/axiom-impl/pom.xml
    webservices/commons/tags/axiom/1.2.6/modules/axiom-tests/pom.xml
    webservices/commons/tags/axiom/1.2.6/pom.xml

Modified: webservices/commons/tags/axiom/1.2.6/modules/axiom-api/pom.xml
URL: http://svn.apache.org/viewvc/webservices/commons/tags/axiom/1.2.6/modules/axiom-api/pom.xml?rev=648228&r1=646794&r2=648228&view=diff
==============================================================================
--- webservices/commons/tags/axiom/1.2.6/modules/axiom-api/pom.xml (original)
+++ webservices/commons/tags/axiom/1.2.6/modules/axiom-api/pom.xml Tue Apr 15 05:44:57 2008
@@ -22,12 +22,12 @@
 	<parent>
 		<groupId>org.apache.ws.commons.axiom</groupId>
 		<artifactId>axiom</artifactId>
-		<version>SNAPSHOT</version>
+		<version>1.2.6</version>
 		<!-- Should better be ${axiom.version} -->
 	</parent>
 	<artifactId>axiom-api</artifactId>
 	<name>Axiom API</name>
-	<version>SNAPSHOT</version>
+	<version>1.2.6</version>
 	<description>The Axiom API</description>
 	<dependencies>
 		<dependency>

Modified: webservices/commons/tags/axiom/1.2.6/modules/axiom-dom/pom.xml
URL: http://svn.apache.org/viewvc/webservices/commons/tags/axiom/1.2.6/modules/axiom-dom/pom.xml?rev=648228&r1=646794&r2=648228&view=diff
==============================================================================
--- webservices/commons/tags/axiom/1.2.6/modules/axiom-dom/pom.xml (original)
+++ webservices/commons/tags/axiom/1.2.6/modules/axiom-dom/pom.xml Tue Apr 15 05:44:57 2008
@@ -22,12 +22,12 @@
 	<parent>
 		<groupId>org.apache.ws.commons.axiom</groupId>
 		<artifactId>axiom</artifactId>
-		<version>SNAPSHOT</version>
+		<version>1.2.6</version>
 		<!-- Should better be ${axiom.version} -->
 	</parent>
 	<artifactId>axiom-dom</artifactId>
 	<name>Axiom DOM</name>
-	<version>SNAPSHOT</version>
+	<version>1.2.6</version>
 	<description>The Axiom DOM implementation.</description>
 	<dependencies>
 		<dependency>

Modified: webservices/commons/tags/axiom/1.2.6/modules/axiom-impl/pom.xml
URL: http://svn.apache.org/viewvc/webservices/commons/tags/axiom/1.2.6/modules/axiom-impl/pom.xml?rev=648228&r1=646794&r2=648228&view=diff
==============================================================================
--- webservices/commons/tags/axiom/1.2.6/modules/axiom-impl/pom.xml (original)
+++ webservices/commons/tags/axiom/1.2.6/modules/axiom-impl/pom.xml Tue Apr 15 05:44:57 2008
@@ -22,12 +22,12 @@
 	<parent>
 		<groupId>org.apache.ws.commons.axiom</groupId>
 		<artifactId>axiom</artifactId>
-		<version>SNAPSHOT</version>
+		<version>1.2.6</version>
 		<!-- Should better be ${axiom.version} -->
 	</parent>
 	<artifactId>axiom-impl</artifactId>
 	<name>Axiom Impl</name>
-	<version>SNAPSHOT</version>
+	<version>1.2.6</version>
 	<description>The Axiom default implementation.</description>
 	<dependencies>
 		<dependency>

Modified: webservices/commons/tags/axiom/1.2.6/modules/axiom-tests/pom.xml
URL: http://svn.apache.org/viewvc/webservices/commons/tags/axiom/1.2.6/modules/axiom-tests/pom.xml?rev=648228&r1=646794&r2=648228&view=diff
==============================================================================
--- webservices/commons/tags/axiom/1.2.6/modules/axiom-tests/pom.xml (original)
+++ webservices/commons/tags/axiom/1.2.6/modules/axiom-tests/pom.xml Tue Apr 15 05:44:57 2008
@@ -22,12 +22,12 @@
 	<parent>
 		<groupId>org.apache.ws.commons.axiom</groupId>
 		<artifactId>axiom</artifactId>
-		<version>SNAPSHOT</version>
+		<version>1.2.6</version>
 		<!-- Should better be ${axiom.version} -->
 	</parent>
 	<artifactId>axiom-tests</artifactId>
 	<name>Axiom Test Suite</name>
-	<version>SNAPSHOT</version>
+	<version>1.2.6</version>
 	<description>
         The Axiom test suite. This ought to be split into several parts and be made
         a part of axiom-api, axiom-impl and axiom-dom. However, that's not as easy

Modified: webservices/commons/tags/axiom/1.2.6/pom.xml
URL: http://svn.apache.org/viewvc/webservices/commons/tags/axiom/1.2.6/pom.xml?rev=648228&r1=646794&r2=648228&view=diff
==============================================================================
--- webservices/commons/tags/axiom/1.2.6/pom.xml (original)
+++ webservices/commons/tags/axiom/1.2.6/pom.xml Tue Apr 15 05:44:57 2008
@@ -22,7 +22,7 @@
 	<groupId>org.apache.ws.commons.axiom</groupId>
 	<artifactId>axiom</artifactId>
 	<name>Axiom</name>
-	<version>SNAPSHOT</version>
+	<version>1.2.6</version>
 	<!-- Should better be ${axiom.version} -->
 	<packaging>pom</packaging>
 	<description>AXIOM API</description>



---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: commons-dev-help@ws.apache.org