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 de...@apache.org on 2007/04/21 08:53:36 UTC

svn commit: r530988 - in /webservices/commons/tags/axiom/1_2_4: ./ modules/axiom-api/pom.xml modules/axiom-dom/pom.xml modules/axiom-impl/pom.xml modules/axiom-tests/pom.xml pom.xml project.properties

Author: deepal
Date: Fri Apr 20 23:53:36 2007
New Revision: 530988

URL: http://svn.apache.org/viewvc?view=rev&rev=530988
Log:
Tagging 1.2.4 release

Added:
    webservices/commons/tags/axiom/1_2_4/
      - copied from r530712, webservices/commons/trunk/modules/axiom/
Modified:
    webservices/commons/tags/axiom/1_2_4/modules/axiom-api/pom.xml
    webservices/commons/tags/axiom/1_2_4/modules/axiom-dom/pom.xml
    webservices/commons/tags/axiom/1_2_4/modules/axiom-impl/pom.xml
    webservices/commons/tags/axiom/1_2_4/modules/axiom-tests/pom.xml
    webservices/commons/tags/axiom/1_2_4/pom.xml
    webservices/commons/tags/axiom/1_2_4/project.properties

Modified: webservices/commons/tags/axiom/1_2_4/modules/axiom-api/pom.xml
URL: http://svn.apache.org/viewvc/webservices/commons/tags/axiom/1_2_4/modules/axiom-api/pom.xml?view=diff&rev=530988&r1=530712&r2=530988
==============================================================================
--- webservices/commons/tags/axiom/1_2_4/modules/axiom-api/pom.xml (original)
+++ webservices/commons/tags/axiom/1_2_4/modules/axiom-api/pom.xml Fri Apr 20 23:53:36 2007
@@ -7,12 +7,12 @@
     <parent>
         <groupId>org.apache.ws.commons.axiom</groupId>
         <artifactId>axiom-parent</artifactId>
-        <version>SNAPSHOT</version>
+        <version>1.2.4</version>
         <!-- Should better be ${axiom.version} -->
     </parent>
     <artifactId>axiom-api</artifactId>
     <name>Axiom API</name>
-    <version>SNAPSHOT</version>
+    <version>1.2.4</version>
     <description>The Axiom API</description>
     <dependencies>
         <dependency>

Modified: webservices/commons/tags/axiom/1_2_4/modules/axiom-dom/pom.xml
URL: http://svn.apache.org/viewvc/webservices/commons/tags/axiom/1_2_4/modules/axiom-dom/pom.xml?view=diff&rev=530988&r1=530712&r2=530988
==============================================================================
--- webservices/commons/tags/axiom/1_2_4/modules/axiom-dom/pom.xml (original)
+++ webservices/commons/tags/axiom/1_2_4/modules/axiom-dom/pom.xml Fri Apr 20 23:53:36 2007
@@ -7,12 +7,12 @@
     <parent>
         <groupId>org.apache.ws.commons.axiom</groupId>
         <artifactId>axiom-parent</artifactId>
-        <version>SNAPSHOT</version>
+        <version>1.2.4</version>
         <!-- Should better be ${axiom.version} -->
     </parent>
     <artifactId>axiom-dom</artifactId>
     <name>Axiom DOM</name>
-    <version>SNAPSHOT</version>
+    <version>1.2.4</version>
     <description>The Axiom DOM implementation.</description>
     <dependencies>
         <dependency>

Modified: webservices/commons/tags/axiom/1_2_4/modules/axiom-impl/pom.xml
URL: http://svn.apache.org/viewvc/webservices/commons/tags/axiom/1_2_4/modules/axiom-impl/pom.xml?view=diff&rev=530988&r1=530712&r2=530988
==============================================================================
--- webservices/commons/tags/axiom/1_2_4/modules/axiom-impl/pom.xml (original)
+++ webservices/commons/tags/axiom/1_2_4/modules/axiom-impl/pom.xml Fri Apr 20 23:53:36 2007
@@ -7,12 +7,12 @@
     <parent>
         <groupId>org.apache.ws.commons.axiom</groupId>
         <artifactId>axiom-parent</artifactId>
-        <version>SNAPSHOT</version>
+        <version>1.2.4</version>
         <!-- Should better be ${axiom.version} -->
     </parent>
     <artifactId>axiom-impl</artifactId>
     <name>Axiom Impl</name>
-    <version>SNAPSHOT</version>
+    <version>1.2.4</version>
     <description>The Axiom default implementation.</description>
     <dependencies>
         <dependency>

Modified: webservices/commons/tags/axiom/1_2_4/modules/axiom-tests/pom.xml
URL: http://svn.apache.org/viewvc/webservices/commons/tags/axiom/1_2_4/modules/axiom-tests/pom.xml?view=diff&rev=530988&r1=530712&r2=530988
==============================================================================
--- webservices/commons/tags/axiom/1_2_4/modules/axiom-tests/pom.xml (original)
+++ webservices/commons/tags/axiom/1_2_4/modules/axiom-tests/pom.xml Fri Apr 20 23:53:36 2007
@@ -7,12 +7,12 @@
     <parent>
         <groupId>org.apache.ws.commons.axiom</groupId>
         <artifactId>axiom-parent</artifactId>
-        <version>SNAPSHOT</version>
+        <version>1.2.4</version>
         <!-- Should better be ${axiom.version} -->
     </parent>
     <artifactId>axiom-tests</artifactId>
     <name>Axiom Test Suite</name>
-    <version>SNAPSHOT</version>
+    <version>1.2.4</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_4/pom.xml
URL: http://svn.apache.org/viewvc/webservices/commons/tags/axiom/1_2_4/pom.xml?view=diff&rev=530988&r1=530712&r2=530988
==============================================================================
--- webservices/commons/tags/axiom/1_2_4/pom.xml (original)
+++ webservices/commons/tags/axiom/1_2_4/pom.xml Fri Apr 20 23:53:36 2007
@@ -7,7 +7,7 @@
     <groupId>org.apache.ws.commons.axiom</groupId>
     <artifactId>axiom-parent</artifactId>
     <name>Axiom</name>
-    <version>SNAPSHOT</version>
+    <version>1.2.4</version>
     <!-- Should better be ${axiom.version} -->
     <packaging>pom</packaging>
     <description>AXIOM API</description>

Modified: webservices/commons/tags/axiom/1_2_4/project.properties
URL: http://svn.apache.org/viewvc/webservices/commons/tags/axiom/1_2_4/project.properties?view=diff&rev=530988&r1=530712&r2=530988
==============================================================================
--- webservices/commons/tags/axiom/1_2_4/project.properties (original)
+++ webservices/commons/tags/axiom/1_2_4/project.properties Fri Apr 20 23:53:36 2007
@@ -19,7 +19,7 @@
 # -------------------------------------------------------------------
 #                Project Information
 # -------------------------------------------------------------------
-axiom.version=SNAPSHOT
+axiom.version=1.2.4
 
 # -------------------------------------------------------------------
 #                Dependency Repositories



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