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/24 07:04:59 UTC

svn commit: r558930 - 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 23 22:04:58 2007
New Revision: 558930

URL: http://svn.apache.org/viewvc?view=rev&rev=558930
Log:
Tagged the codebase of Axiom-1.2.5 release artifacts.


Added:
    webservices/commons/tags/axiom/1_2_5/
      - copied from r557176, 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/maven.xml
    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=558930&r1=557176&r2=558930
==============================================================================
--- webservices/commons/tags/axiom/1_2_5/README.txt (original)
+++ webservices/commons/tags/axiom/1_2_5/README.txt Mon Jul 23 22:04:58 2007
@@ -1,5 +1,5 @@
 ======================================================
-Apache AXIOM 1.2.5 (June xx, 2007)
+Apache AXIOM 1.2.5 (July 14, 2007)
 
 http://ws.apache.org/commons/axiom/
 ------------------------------------------------------
@@ -18,7 +18,7 @@
 If you are sending an email to the mailing list make sure to add the [AXIOM] prefix to the subject.
 
 Mailing list subscription:
-    commons-dev-subscribe@ws.apache.org
+commons-dev-subscribe@ws.apache.org
 
 Thank you for using 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=558930&r1=557176&r2=558930
==============================================================================
--- webservices/commons/tags/axiom/1_2_5/RELEASE-NOTE.txt (original)
+++ webservices/commons/tags/axiom/1_2_5/RELEASE-NOTE.txt Mon Jul 23 22:04:58 2007
@@ -37,6 +37,16 @@
 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-175
+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
+https://issues.apache.org/jira/browse/WSCOMMONS-213
+https://issues.apache.org/jira/browse/WSCOMMONS-216
+https://issues.apache.org/jira/browse/WSCOMMONS-221
+
 
 - The Apache Axiom Team.

Modified: webservices/commons/tags/axiom/1_2_5/maven.xml
URL: http://svn.apache.org/viewvc/webservices/commons/tags/axiom/1_2_5/maven.xml?view=diff&rev=558930&r1=557176&r2=558930
==============================================================================
--- webservices/commons/tags/axiom/1_2_5/maven.xml (original)
+++ webservices/commons/tags/axiom/1_2_5/maven.xml Mon Jul 23 22:04:58 2007
@@ -71,7 +71,7 @@
             <ant:fileset dir="${basedir}">
                 <ant:include name="LICENSE.txt"/>
                 <ant:include name="NOTICE.txt"/>
-            </ant:fileset>
+            </ant:fileset>
             <ant:fileset dir="${basedir}/modules/axiom-dom/src/main/resources">
                 <ant:include name="**/*.properties"/>
             </ant:fileset>
@@ -120,6 +120,7 @@
                               projectDescriptor="${x.getFile()}"/>
         </j:forEach>
         <ant:delete file="${dist}/lib/xmlunit-${xmlunit.version}.jar"/>
+	<ant:delete file="${dist}/lib/junit-${junit.version}.jar"/>
 
         <!--Add the licenses of jars-->
         <ant:copy toDir="${dist}/lib">
@@ -147,7 +148,7 @@
             <ant:classpath>
                 <ant:fileset dir="${dist}/lib">
                     <ant:include name="*.jar"/>
-                </ant:fileset>
+		</ant:fileset>
             </ant:classpath>
         </ant:javadoc>
 
@@ -191,7 +192,7 @@
         <ant:echo>| Creating: Axiom Source Distribution</ant:echo>
         <ant:echo>+----------------------------------------------</ant:echo>
 
-        <ant:property name="${dist}" value="target/dist/temp"/>
+        <ant:property name="dist" value="target/dist/temp"/>
 
         <ant:copy toDir="${dist}">
             <ant:fileset dir=".">

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=558930&r1=557176&r2=558930
==============================================================================
--- 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 23 22:04:58 2007
@@ -26,12 +26,12 @@
     <parent>
         <groupId>org.apache.ws.commons.axiom</groupId>
         <artifactId>axiom-parent</artifactId>
-        <version>SNAPSHOT</version>
+        <version>1.2.5</version>
         <!-- Should better be ${axiom.version} -->
     </parent>
     <artifactId>axiom-api</artifactId>
     <name>Axiom API</name>
-    <version>SNAPSHOT</version>
+    <version>1.2.5</version>
     <description>The Axiom API</description>
     <dependencies>
         <dependency>

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=558930&r1=557176&r2=558930
==============================================================================
--- 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 23 22:04:58 2007
@@ -26,12 +26,12 @@
     <parent>
         <groupId>org.apache.ws.commons.axiom</groupId>
         <artifactId>axiom-parent</artifactId>
-        <version>SNAPSHOT</version>
+        <version>1.2.5</version>
         <!-- Should better be ${axiom.version} -->
     </parent>
     <artifactId>axiom-dom</artifactId>
     <name>Axiom DOM</name>
-    <version>SNAPSHOT</version>
+    <version>1.2.5</version>
     <description>The Axiom DOM implementation.</description>
     <dependencies>
         <dependency>

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=558930&r1=557176&r2=558930
==============================================================================
--- 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 23 22:04:58 2007
@@ -26,12 +26,12 @@
     <parent>
         <groupId>org.apache.ws.commons.axiom</groupId>
         <artifactId>axiom-parent</artifactId>
-        <version>SNAPSHOT</version>
+        <version>1.2.5</version>
         <!-- Should better be ${axiom.version} -->
     </parent>
     <artifactId>axiom-impl</artifactId>
     <name>Axiom Impl</name>
-    <version>SNAPSHOT</version>
+    <version>1.2.5</version>
     <description>The Axiom default implementation.</description>
     <dependencies>
         <dependency>

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=558930&r1=557176&r2=558930
==============================================================================
--- 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 23 22:04:58 2007
@@ -26,12 +26,12 @@
     <parent>
         <groupId>org.apache.ws.commons.axiom</groupId>
         <artifactId>axiom-parent</artifactId>
-        <version>SNAPSHOT</version>
+        <version>1.2.5</version>
         <!-- Should better be ${axiom.version} -->
     </parent>
     <artifactId>axiom-tests</artifactId>
     <name>Axiom Test Suite</name>
-    <version>SNAPSHOT</version>
+    <version>1.2.5</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_5/pom.xml
URL: http://svn.apache.org/viewvc/webservices/commons/tags/axiom/1_2_5/pom.xml?view=diff&rev=558930&r1=557176&r2=558930
==============================================================================
--- webservices/commons/tags/axiom/1_2_5/pom.xml (original)
+++ webservices/commons/tags/axiom/1_2_5/pom.xml Mon Jul 23 22:04:58 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.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=558930&r1=557176&r2=558930
==============================================================================
--- webservices/commons/tags/axiom/1_2_5/project.properties (original)
+++ webservices/commons/tags/axiom/1_2_5/project.properties Mon Jul 23 22:04:58 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=558930&r1=557176&r2=558930
==============================================================================
--- webservices/commons/tags/axiom/1_2_5/project.xml (original)
+++ webservices/commons/tags/axiom/1_2_5/project.xml Mon Jul 23 22:04:58 2007
@@ -345,7 +345,7 @@
 	<dependency>
 	    <groupId>junit</groupId>
 	    <artifactId>junit</artifactId>
-	    <version>3.8.2</version>
+	    <version>${junit.version}</version>
 	</dependency>
 	
     </dependencies>

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=558930&r1=557176&r2=558930
==============================================================================
--- 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 23 22:04:58 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=558930&r1=557176&r2=558930
==============================================================================
--- 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 23 22:04:58 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