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/06 10:36:24 UTC

svn commit: r526098 - in /webservices/commons/tags/axiom/1_2_3: ./ modules/axiom-api/pom.xml modules/axiom-dom/pom.xml modules/axiom-impl/pom.xml modules/axiom-tests/pom.xml pom.xml project.properties src/site/apt/index.apt src/site/xdoc/download.xml

Author: deepal
Date: Fri Apr  6 01:36:23 2007
New Revision: 526098

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

Added:
    webservices/commons/tags/axiom/1_2_3/
      - copied from r526071, webservices/commons/trunk/modules/axiom/
Modified:
    webservices/commons/tags/axiom/1_2_3/modules/axiom-api/pom.xml
    webservices/commons/tags/axiom/1_2_3/modules/axiom-dom/pom.xml
    webservices/commons/tags/axiom/1_2_3/modules/axiom-impl/pom.xml
    webservices/commons/tags/axiom/1_2_3/modules/axiom-tests/pom.xml
    webservices/commons/tags/axiom/1_2_3/pom.xml
    webservices/commons/tags/axiom/1_2_3/project.properties
    webservices/commons/tags/axiom/1_2_3/src/site/apt/index.apt
    webservices/commons/tags/axiom/1_2_3/src/site/xdoc/download.xml

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

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

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

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

Modified: webservices/commons/tags/axiom/1_2_3/project.properties
URL: http://svn.apache.org/viewvc/webservices/commons/tags/axiom/1_2_3/project.properties?view=diff&rev=526098&r1=526071&r2=526098
==============================================================================
--- webservices/commons/tags/axiom/1_2_3/project.properties (original)
+++ webservices/commons/tags/axiom/1_2_3/project.properties Fri Apr  6 01:36:23 2007
@@ -19,7 +19,7 @@
 # -------------------------------------------------------------------
 #                Project Information
 # -------------------------------------------------------------------
-axiom.version=SNAPSHOT
+axiom.version=1.2.3
 
 # -------------------------------------------------------------------
 #                Dependency Repositories

Modified: webservices/commons/tags/axiom/1_2_3/src/site/apt/index.apt
URL: http://svn.apache.org/viewvc/webservices/commons/tags/axiom/1_2_3/src/site/apt/index.apt?view=diff&rev=526098&r1=526071&r2=526098
==============================================================================
--- webservices/commons/tags/axiom/1_2_3/src/site/apt/index.apt (original)
+++ webservices/commons/tags/axiom/1_2_3/src/site/apt/index.apt Fri Apr  6 01:36:23 2007
@@ -14,9 +14,9 @@
 
 Latest Release
 
-  <<3rd April 2007 - Apache Axiom Version 1.3 Released!>>
+  <<6th April 2007 - Apache Axiom Version 1.2.3 Released!>>
 
-  \[{{{http://ws.apache.org/commons/axiom/download.cgi}Download AXIOM 1.3}}\]
+  \[{{{http://ws.apache.org/commons/axiom/download.cgi}Download AXIOM 1.2.3}}\]
 
   Apache AXIOM is a StAX-based, XML Infoset compliant object model which supports on-demand building
   of the object tree. It supports a novel "pull-through" model which allows one to turn off the tree

Modified: webservices/commons/tags/axiom/1_2_3/src/site/xdoc/download.xml
URL: http://svn.apache.org/viewvc/webservices/commons/tags/axiom/1_2_3/src/site/xdoc/download.xml?view=diff&rev=526098&r1=526071&r2=526098
==============================================================================
--- webservices/commons/tags/axiom/1_2_3/src/site/xdoc/download.xml (original)
+++ webservices/commons/tags/axiom/1_2_3/src/site/xdoc/download.xml Fri Apr  6 01:36:23 2007
@@ -63,7 +63,7 @@
 
                                 <br/>
                             </td>
-                            <td>03 - 04 - 2007</td>
+                            <td>06 - 04 - 2007</td>
                             <td>1.2.3 Release (Mirrored)</td>
                         </tr>
 



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