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 sa...@apache.org on 2007/07/02 10:08:51 UTC

svn commit: r552423 - in /webservices/commons/tags/axiom/1_2_5: ./ modules/axiom-api/ modules/axiom-dom/ modules/axiom-impl/ modules/axiom-tests/ src/site/apt/ src/site/xdoc/

Author: sanka
Date: Mon Jul  2 01:08:49 2007
New Revision: 552423

URL: http://svn.apache.org/viewvc?view=rev&rev=552423
Log:
Tagged the trunk for Axiom-1.2.5 release

Added:
    webservices/commons/tags/axiom/1_2_5/
      - copied from r552417, webservices/commons/trunk/modules/axiom/
Modified:
    webservices/commons/tags/axiom/1_2_5/README.txt
    webservices/commons/tags/axiom/1_2_5/RELEASE-NOTE.txt
    webservices/commons/tags/axiom/1_2_5/modules/axiom-api/pom.xml
    webservices/commons/tags/axiom/1_2_5/modules/axiom-dom/pom.xml
    webservices/commons/tags/axiom/1_2_5/modules/axiom-impl/pom.xml
    webservices/commons/tags/axiom/1_2_5/modules/axiom-tests/pom.xml
    webservices/commons/tags/axiom/1_2_5/pom.xml
    webservices/commons/tags/axiom/1_2_5/project.properties
    webservices/commons/tags/axiom/1_2_5/project.xml
    webservices/commons/tags/axiom/1_2_5/src/site/apt/index.apt
    webservices/commons/tags/axiom/1_2_5/src/site/xdoc/download.xml

Modified: webservices/commons/tags/axiom/1_2_5/README.txt
URL: http://svn.apache.org/viewvc/webservices/commons/tags/axiom/1_2_5/README.txt?view=diff&rev=552423&r1=552417&r2=552423
==============================================================================
--- webservices/commons/tags/axiom/1_2_5/README.txt (original)
+++ webservices/commons/tags/axiom/1_2_5/README.txt Mon Jul  2 01:08:49 2007
@@ -1,5 +1,5 @@
 ======================================================
-Apache AXIOM 1.2.3 (April 03, 2007)
+Apache AXIOM 1.2.5 (02-07-2007)
 
 http://ws.apache.org/commons/axiom/
 ------------------------------------------------------

Modified: webservices/commons/tags/axiom/1_2_5/RELEASE-NOTE.txt
URL: http://svn.apache.org/viewvc/webservices/commons/tags/axiom/1_2_5/RELEASE-NOTE.txt?view=diff&rev=552423&r1=552417&r2=552423
==============================================================================
--- webservices/commons/tags/axiom/1_2_5/RELEASE-NOTE.txt (original)
+++ webservices/commons/tags/axiom/1_2_5/RELEASE-NOTE.txt Mon Jul  2 01:08:49 2007
@@ -1,7 +1,7 @@
 
 ===========================================
 
-     Apache AXIOM 1.2.4 Release Note
+     Apache AXIOM 1.2.5 Release Note
 
 ===========================================
 
@@ -37,6 +37,11 @@
 What's New in This Release
 ==========================
 
-This is release includes major bug fixes which are necessary for Axis2 release.
+This release contains fixes for following issues.
+
+https://issues.apache.org/jira/browse/WSCOMMONS-211
+https://issues.apache.org/jira/browse/WSCOMMONS-202
+https://issues.apache.org/jira/browse/WSCOMMONS-201
+https://issues.apache.org/jira/browse/WSCOMMONS-198
 
 - The Apache Axiom Team.

Modified: webservices/commons/tags/axiom/1_2_5/modules/axiom-api/pom.xml
URL: http://svn.apache.org/viewvc/webservices/commons/tags/axiom/1_2_5/modules/axiom-api/pom.xml?view=diff&rev=552423&r1=552417&r2=552423
==============================================================================
--- webservices/commons/tags/axiom/1_2_5/modules/axiom-api/pom.xml (original)
+++ webservices/commons/tags/axiom/1_2_5/modules/axiom-api/pom.xml Mon Jul  2 01:08:49 2007
@@ -24,9 +24,9 @@
         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
     <modelVersion>4.0.0</modelVersion>
     <parent>
-        <groupId>org.apache.ws.commons.axiom</groupId>
+        <groupId>org.apache.axiom</groupId>
         <artifactId>axiom-parent</artifactId>
-        <version>SNAPSHOT</version>
+        <version>1.2.5</version>
         <!-- Should better be ${axiom.version} -->
     </parent>
     <artifactId>axiom-api</artifactId>

Modified: webservices/commons/tags/axiom/1_2_5/modules/axiom-dom/pom.xml
URL: http://svn.apache.org/viewvc/webservices/commons/tags/axiom/1_2_5/modules/axiom-dom/pom.xml?view=diff&rev=552423&r1=552417&r2=552423
==============================================================================
--- webservices/commons/tags/axiom/1_2_5/modules/axiom-dom/pom.xml (original)
+++ webservices/commons/tags/axiom/1_2_5/modules/axiom-dom/pom.xml Mon Jul  2 01:08:49 2007
@@ -24,9 +24,9 @@
         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
     <modelVersion>4.0.0</modelVersion>
     <parent>
-        <groupId>org.apache.ws.commons.axiom</groupId>
+        <groupId>org.apache.axiom</groupId>
         <artifactId>axiom-parent</artifactId>
-        <version>SNAPSHOT</version>
+        <version>1.2.5</version>
         <!-- Should better be ${axiom.version} -->
     </parent>
     <artifactId>axiom-dom</artifactId>

Modified: webservices/commons/tags/axiom/1_2_5/modules/axiom-impl/pom.xml
URL: http://svn.apache.org/viewvc/webservices/commons/tags/axiom/1_2_5/modules/axiom-impl/pom.xml?view=diff&rev=552423&r1=552417&r2=552423
==============================================================================
--- webservices/commons/tags/axiom/1_2_5/modules/axiom-impl/pom.xml (original)
+++ webservices/commons/tags/axiom/1_2_5/modules/axiom-impl/pom.xml Mon Jul  2 01:08:49 2007
@@ -24,9 +24,9 @@
         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
     <modelVersion>4.0.0</modelVersion>
     <parent>
-        <groupId>org.apache.ws.commons.axiom</groupId>
+        <groupId>org.apache.axiom</groupId>
         <artifactId>axiom-parent</artifactId>
-        <version>SNAPSHOT</version>
+        <version>1.2.5</version>
         <!-- Should better be ${axiom.version} -->
     </parent>
     <artifactId>axiom-impl</artifactId>

Modified: webservices/commons/tags/axiom/1_2_5/modules/axiom-tests/pom.xml
URL: http://svn.apache.org/viewvc/webservices/commons/tags/axiom/1_2_5/modules/axiom-tests/pom.xml?view=diff&rev=552423&r1=552417&r2=552423
==============================================================================
--- webservices/commons/tags/axiom/1_2_5/modules/axiom-tests/pom.xml (original)
+++ webservices/commons/tags/axiom/1_2_5/modules/axiom-tests/pom.xml Mon Jul  2 01:08:49 2007
@@ -24,9 +24,9 @@
         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
     <modelVersion>4.0.0</modelVersion>
     <parent>
-        <groupId>org.apache.ws.commons.axiom</groupId>
+        <groupId>org.apache.axiom</groupId>
         <artifactId>axiom-parent</artifactId>
-        <version>SNAPSHOT</version>
+        <version>1.2.5</version>
         <!-- Should better be ${axiom.version} -->
     </parent>
     <artifactId>axiom-tests</artifactId>

Modified: webservices/commons/tags/axiom/1_2_5/pom.xml
URL: http://svn.apache.org/viewvc/webservices/commons/tags/axiom/1_2_5/pom.xml?view=diff&rev=552423&r1=552417&r2=552423
==============================================================================
--- webservices/commons/tags/axiom/1_2_5/pom.xml (original)
+++ webservices/commons/tags/axiom/1_2_5/pom.xml Mon Jul  2 01:08:49 2007
@@ -4,10 +4,10 @@
         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
     <modelVersion>4.0.0</modelVersion>
-    <groupId>org.apache.ws.commons.axiom</groupId>
+    <groupId>org.apache.axiom</groupId>
     <artifactId>axiom-parent</artifactId>
     <name>Axiom</name>
-    <version>SNAPSHOT</version>
+    <version>1.2.5</version>
     <!-- Should better be ${axiom.version} -->
     <packaging>pom</packaging>
     <description>AXIOM API</description>

Modified: webservices/commons/tags/axiom/1_2_5/project.properties
URL: http://svn.apache.org/viewvc/webservices/commons/tags/axiom/1_2_5/project.properties?view=diff&rev=552423&r1=552417&r2=552423
==============================================================================
--- webservices/commons/tags/axiom/1_2_5/project.properties (original)
+++ webservices/commons/tags/axiom/1_2_5/project.properties Mon Jul  2 01:08:49 2007
@@ -19,7 +19,7 @@
 # -------------------------------------------------------------------
 #                Project Information
 # -------------------------------------------------------------------
-axiom.version=SNAPSHOT
+axiom.version=1.2.5
 
 # -------------------------------------------------------------------
 #                Dependency Repositories

Modified: webservices/commons/tags/axiom/1_2_5/project.xml
URL: http://svn.apache.org/viewvc/webservices/commons/tags/axiom/1_2_5/project.xml?view=diff&rev=552423&r1=552417&r2=552423
==============================================================================
--- webservices/commons/tags/axiom/1_2_5/project.xml (original)
+++ webservices/commons/tags/axiom/1_2_5/project.xml Mon Jul  2 01:08:49 2007
@@ -22,8 +22,8 @@
     <!-- a unique name for this project -->
     <name>Apache AXIOM</name>
     <id>axiom</id>
-    <groupId>org.apache.ws.commons.axiom</groupId>
-    <package>org.apache.commons</package>
+    <groupId>org.apache.axiom</groupId>
+    <package>org.apache.axiom</package>
     <currentVersion>${axiom.version}</currentVersion>
     <!-- details about the organization that 'owns' the project -->
     <organization>
@@ -342,6 +342,11 @@
                 <module>true</module>
             </properties>
         </dependency>
+	 <dependency>
+	 	<groupId>junit</groupId>
+		<artifactId>junit</artifactId>
+		<version>3.8.2</version>
+	</dependency>
     </dependencies>
 
 </project>

Modified: webservices/commons/tags/axiom/1_2_5/src/site/apt/index.apt
URL: http://svn.apache.org/viewvc/webservices/commons/tags/axiom/1_2_5/src/site/apt/index.apt?view=diff&rev=552423&r1=552417&r2=552423
==============================================================================
--- webservices/commons/tags/axiom/1_2_5/src/site/apt/index.apt (original)
+++ webservices/commons/tags/axiom/1_2_5/src/site/apt/index.apt Mon Jul  2 01:08:49 2007
@@ -14,9 +14,9 @@
 
 Latest Release
 
-  <<20th April 2007 - Apache Axiom Version 1.2.4 Released!>>
+  <<5th July 2007 - Apache Axiom Version 1.2.5 Released!>>
 
-  \[{{{http://ws.apache.org/commons/axiom/download.cgi}Download AXIOM 1.2.4}}\]
+  \[{{{http://ws.apache.org/commons/axiom/download.cgi}Download AXIOM 1.2.5}}\]
 
   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
@@ -54,5 +54,7 @@
 
 What's New in This Release
 
-    * Numerous bug fixes
-
+    * WSCOMMONS-211 Fixed
+    * WSCOMMONS-202 Fixed
+    * WSCOMMONS-201 Fixed
+    * WSCOMMONS-198 Fixed

Modified: webservices/commons/tags/axiom/1_2_5/src/site/xdoc/download.xml
URL: http://svn.apache.org/viewvc/webservices/commons/tags/axiom/1_2_5/src/site/xdoc/download.xml?view=diff&rev=552423&r1=552417&r2=552423
==============================================================================
--- webservices/commons/tags/axiom/1_2_5/src/site/xdoc/download.xml (original)
+++ webservices/commons/tags/axiom/1_2_5/src/site/xdoc/download.xml Mon Jul  2 01:08:49 2007
@@ -33,6 +33,41 @@
                             <td align="center" width="100">Date</td>
                             <td align="center" width="200">Description</td>
                         </tr>
+		
+		<tr class="b">
+                            <td align="center" valign="middle">
+                                <a name="1_2_4"></a>
+                                1.2.5
+                            </td>
+                            <td align="center">Release</td>
+                            <td>Source Distribution
+                                <a href="[preferred]/ws/commons/axiom/1_2_5/axiom-1.2.5-src.zip"
+                                   title="[preferred]/ws/commons/axiom/1_2_5/axiom-1.2.5-src.zip">zip</a>
+
+                                <a href="http://www.apache.org/dist/ws/commons/axiom/1_2_5/axiom-1.2.5-src.zip.md5"
+                                   class="externalLink"
+                                   title="http://www.apache.org/dist/ws/commons/axiom/1_2_5/axiom-1.2.5-src.zip.md5">MD5</a>
+                                <a href="http://www.apache.org/dist/ws/commons/axiom/1_2_5/axiom-1.2.5-src.zip.asc"
+                                   class="externalLink"
+                                   title="http://www.apache.org/dist/ws/commons/axiom/1_2_5/axiom-1.2.5-src.zip.asc">PGP</a>
+                                <br/>
+                                Binary Distribution
+                                <a href="[preferred]/ws/commons/axiom/1_2_5/axiom-1.2.5-bin.zip"
+                                   title="[preferred]/ws/commons/axiom/1_2_5/axiom-1.2.5-bin.zip">zip</a>
+                                <a href="http://www.apache.org/dist/ws/commons/axiom/1_2_5/axiom-1.2.5-bin.zip.md5"
+                                   class="externalLink"
+                                   title="http://www.apache.org/dist/ws/commons/axiom/1_2_5/axiom-1.2.5-bin.zip.md5">MD5</a>
+                                <a href="http://www.apache.org/dist/ws/commons/axiom/1_2_5/axiom-1.2.5-bin.zip.asc"
+                                   class="externalLink"
+                                   title="http://www.apache.org/dist/ws/ws/commons/axiom/1_2_5/axiom-1.2.5-bin.zip.asc">
+                                    PGP</a>
+
+                                <br/>
+                            </td>
+                            <td>05 - 07 - 2007</td>
+                            <td>1.2.5 Release (Mirrored)</td>
+                        </tr>
+
                  <tr class="b">
                             <td align="center" valign="middle">
                                 <a name="1_2_4"></a>
@@ -40,31 +75,31 @@
                             </td>
                             <td align="center">Release</td>
                             <td>Source Distribution
-                                <a href="[preferred]/ws/commons/axiom/1_2_4/axiom-1.2.4-src.zip"
-                                   title="[preferred]/ws/commons/axiom/1_2_4/axiom-1.2.4-src.zip">zip</a>
+                                <a href="http://archive.apache.org/dist/ws/commons/axiom/1_2_4/axiom-1.2.4-src.zip"
+                                   title="http://archive.apache.org/dist/ws/commons/axiom/1_2_4/axiom-1.2.4-src.zip">zip</a>
 
-                                <a href="http://www.apache.org/dist/ws/commons/axiom/1_2_4/axiom-1.2.4-src.zip.md5"
+                                <a href="http://archive.apache.org/dist/ws/commons/axiom/1_2_4/axiom-1.2.4-src.zip.md5"
                                    class="externalLink"
-                                   title="http://www.apache.org/dist/ws/commons/axiom/1_2_4/axiom-1.2.4-src.zip.md5">MD5</a>
-                                <a href="http://www.apache.org/dist/ws/commons/axiom/1_2_4/axiom-1.2.4-src.zip.asc"
+                                   title="http://archive.apache.org/dist/ws/commons/axiom/1_2_4/axiom-1.2.4-src.zip.md5">MD5</a>
+                                <a href="http://archive.apache.org/dist/ws/commons/axiom/1_2_4/axiom-1.2.4-src.zip.asc"
                                    class="externalLink"
-                                   title="http://www.apache.org/dist/ws/commons/axiom/1_2_4/axiom-1.2.4-src.zip.asc">PGP</a>
+                                   title="http://archive.apache.org/dist/ws/commons/axiom/1_2_4/axiom-1.2.4-src.zip.asc">PGP</a>
                                 <br/>
                                 Binary Distribution
-                                <a href="[preferred]/ws/commons/axiom/1_2_4/axiom-1.2.4-bin.zip"
-                                   title="[preferred]/ws/commons/axiom/1_2_4/axiom-1.2.4-bin.zip">zip</a>
-                                <a href="http://www.apache.org/dist/ws/commons/axiom/1_2_4/axiom-1.2.4-bin.zip.md5"
+                                <a href="http://archive.apache.org/dist/ws/commons/axiom/1_2_4/axiom-1.2.4-bin.zip"
+                                   title="http://archive.apache.org/dist/ws/commons/axiom/1_2_4/axiom-1.2.4-bin.zip">zip</a>
+                                <a href="http://archive.apache.org/dist/ws/commons/axiom/1_2_4/axiom-1.2.4-bin.zip.md5"
                                    class="externalLink"
-                                   title="http://www.apache.org/dist/ws/commons/axiom/1_2_4/axiom-1.2.4-bin.zip.md5">MD5</a>
-                                <a href="http://www.apache.org/dist/ws/commons/axiom/1_2_4/axiom-1.2.4-bin.zip.asc"
+                                   title="http://archive.apache.org/dist/ws/commons/axiom/1_2_4/axiom-1.2.4-bin.zip.md5">MD5</a>
+                                <a href="http://archive.apache.org/dist/ws/commons/axiom/1_2_4/axiom-1.2.4-bin.zip.asc"
                                    class="externalLink"
-                                   title="http://www.apache.org/dist/ws/ws/commons/axiom/1_2_4/axiom-1.2.4-bin.zip.asc">
+                                   title="http://archive.apache.org/dist/ws/commons/axiom/1_2_4/axiom-1.2.4-bin.zip.asc">
                                     PGP</a>
 
                                 <br/>
                             </td>
                             <td>20 - 04 - 2007</td>
-                            <td>1.2.4 Release (Mirrored)</td>
+                            <td>1.2.4 Release (Archived)</td>
                         </tr>
 
 



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