Author: deepal
Date: Tue Jan  9 02:39:29 2007
New Revision: 494365

URL: http://svn.apache.org/viewvc?view=rev&rev=494365
Log:
updated pom.xml for 1.2.2

Modified:
    webservices/commons/trunk/modules/axiom/modules/axiom-api/pom.xml
    webservices/commons/trunk/modules/axiom/modules/axiom-dom/pom.xml
    webservices/commons/trunk/modules/axiom/modules/axiom-impl/pom.xml
    webservices/commons/trunk/modules/axiom/modules/axiom-tests/pom.xml
    webservices/commons/trunk/modules/axiom/src/site/xdoc/download.xml

Modified: webservices/commons/trunk/modules/axiom/modules/axiom-api/pom.xml
URL: 
http://svn.apache.org/viewvc/webservices/commons/trunk/modules/axiom/modules/axiom-api/pom.xml?view=diff&rev=494365&r1=494364&r2=494365
==============================================================================
--- webservices/commons/trunk/modules/axiom/modules/axiom-api/pom.xml (original)
+++ webservices/commons/trunk/modules/axiom/modules/axiom-api/pom.xml Tue Jan  
9 02:39:29 2007
@@ -1,37 +1,37 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project
-    xmlns="http://maven.apache.org/POM/4.0.0";
-    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>
-  <parent>
-    <groupId>org.apache.ws.commons.axiom</groupId>
-    <artifactId>axiom-parent</artifactId>
-    <version>SNAPSHOT</version> <!-- Should better be ${axiom.version} -->
-  </parent>
-  <artifactId>axiom-api</artifactId>
-  <name>Axiom API</name>
-  <description>The Axiom API</description>
-  <dependencies>
-    <dependency>
-      <groupId>javax.mail</groupId>
-      <artifactId>mail</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>commons-logging</groupId>
-      <artifactId>commons-logging</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>jaxen</groupId>
-      <artifactId>jaxen</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>xml-apis</groupId>
-      <artifactId>xml-apis</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>stax</groupId>
-      <artifactId>stax-api</artifactId>
-    </dependency>
-  </dependencies>
-</project>
+<?xml version="1.0" encoding="UTF-8"?>
+<project
+    xmlns="http://maven.apache.org/POM/4.0.0";
+    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>
+  <parent>
+    <groupId>org.apache.ws.commons.axiom</groupId>
+    <artifactId>axiom-parent</artifactId>
+    <version>1.2.2</version> <!-- Should better be ${axiom.version} -->
+  </parent>
+  <artifactId>axiom-api</artifactId>
+  <name>Axiom API</name>
+  <description>The Axiom API</description>
+  <dependencies>
+    <dependency>
+      <groupId>javax.mail</groupId>
+      <artifactId>mail</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>commons-logging</groupId>
+      <artifactId>commons-logging</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>jaxen</groupId>
+      <artifactId>jaxen</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>xml-apis</groupId>
+      <artifactId>xml-apis</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>stax</groupId>
+      <artifactId>stax-api</artifactId>
+    </dependency>
+  </dependencies>
+</project>

Modified: webservices/commons/trunk/modules/axiom/modules/axiom-dom/pom.xml
URL: 
http://svn.apache.org/viewvc/webservices/commons/trunk/modules/axiom/modules/axiom-dom/pom.xml?view=diff&rev=494365&r1=494364&r2=494365
==============================================================================
--- webservices/commons/trunk/modules/axiom/modules/axiom-dom/pom.xml (original)
+++ webservices/commons/trunk/modules/axiom/modules/axiom-dom/pom.xml Tue Jan  
9 02:39:29 2007
@@ -1,33 +1,33 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project
-    xmlns="http://maven.apache.org/POM/4.0.0";
-    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>
-  <parent>
-    <groupId>org.apache.ws.commons.axiom</groupId>
-    <artifactId>axiom-parent</artifactId>
-    <version>SNAPSHOT</version> <!-- Should better be ${axiom.version} -->
-  </parent>
-  <artifactId>axiom-dom</artifactId>
-  <name>Axiom DOM</name>
-  <description>The Axiom DOM implementation.</description>
-  <dependencies>
-    <dependency>
-      <groupId>org.apache.ws.commons.axiom</groupId>
-      <artifactId>axiom-api</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>javax.mail</groupId>
-      <artifactId>mail</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>commons-logging</groupId>
-      <artifactId>commons-logging</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>stax</groupId>
-      <artifactId>stax-api</artifactId>
-    </dependency>
-  </dependencies>
-</project>
+<?xml version="1.0" encoding="UTF-8"?>
+<project
+    xmlns="http://maven.apache.org/POM/4.0.0";
+    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>
+  <parent>
+    <groupId>org.apache.ws.commons.axiom</groupId>
+    <artifactId>axiom-parent</artifactId>
+    <version>1.2.2</version> <!-- Should better be ${axiom.version} -->
+  </parent>
+  <artifactId>axiom-dom</artifactId>
+  <name>Axiom DOM</name>
+  <description>The Axiom DOM implementation.</description>
+  <dependencies>
+    <dependency>
+      <groupId>org.apache.ws.commons.axiom</groupId>
+      <artifactId>axiom-api</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>javax.mail</groupId>
+      <artifactId>mail</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>commons-logging</groupId>
+      <artifactId>commons-logging</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>stax</groupId>
+      <artifactId>stax-api</artifactId>
+    </dependency>
+  </dependencies>
+</project>

Modified: webservices/commons/trunk/modules/axiom/modules/axiom-impl/pom.xml
URL: 
http://svn.apache.org/viewvc/webservices/commons/trunk/modules/axiom/modules/axiom-impl/pom.xml?view=diff&rev=494365&r1=494364&r2=494365
==============================================================================
--- webservices/commons/trunk/modules/axiom/modules/axiom-impl/pom.xml 
(original)
+++ webservices/commons/trunk/modules/axiom/modules/axiom-impl/pom.xml Tue Jan  
9 02:39:29 2007
@@ -1,33 +1,33 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project
-    xmlns="http://maven.apache.org/POM/4.0.0";
-    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>
-  <parent>
-    <groupId>org.apache.ws.commons.axiom</groupId>
-    <artifactId>axiom-parent</artifactId>
-    <version>SNAPSHOT</version> <!-- Should better be ${axiom.version} -->
-  </parent>
-  <artifactId>axiom-impl</artifactId>
-  <name>Axiom Impl</name>
-  <description>The Axiom default implementation.</description>
-  <dependencies>
-    <dependency>
-      <groupId>org.apache.ws.commons.axiom</groupId>
-      <artifactId>axiom-api</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>javax.mail</groupId>
-      <artifactId>mail</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>commons-logging</groupId>
-      <artifactId>commons-logging</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>stax</groupId>
-      <artifactId>stax-api</artifactId>
-    </dependency>
-  </dependencies>
-</project>
+<?xml version="1.0" encoding="UTF-8"?>
+<project
+    xmlns="http://maven.apache.org/POM/4.0.0";
+    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>
+  <parent>
+    <groupId>org.apache.ws.commons.axiom</groupId>
+    <artifactId>axiom-parent</artifactId>
+    <version>1.2.2</version> <!-- Should better be ${axiom.version} -->
+  </parent>
+  <artifactId>axiom-impl</artifactId>
+  <name>Axiom Impl</name>
+  <description>The Axiom default implementation.</description>
+  <dependencies>
+    <dependency>
+      <groupId>org.apache.ws.commons.axiom</groupId>
+      <artifactId>axiom-api</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>javax.mail</groupId>
+      <artifactId>mail</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>commons-logging</groupId>
+      <artifactId>commons-logging</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>stax</groupId>
+      <artifactId>stax-api</artifactId>
+    </dependency>
+  </dependencies>
+</project>

Modified: webservices/commons/trunk/modules/axiom/modules/axiom-tests/pom.xml
URL: 
http://svn.apache.org/viewvc/webservices/commons/trunk/modules/axiom/modules/axiom-tests/pom.xml?view=diff&rev=494365&r1=494364&r2=494365
==============================================================================
--- webservices/commons/trunk/modules/axiom/modules/axiom-tests/pom.xml 
(original)
+++ webservices/commons/trunk/modules/axiom/modules/axiom-tests/pom.xml Tue Jan 
 9 02:39:29 2007
@@ -1,75 +1,75 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project
-    xmlns="http://maven.apache.org/POM/4.0.0";
-    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>
-  <parent>
-    <groupId>org.apache.ws.commons.axiom</groupId>
-    <artifactId>axiom-parent</artifactId>
-    <version>SNAPSHOT</version> <!-- Should better be ${axiom.version} -->
-  </parent>
-  <artifactId>axiom-tests</artifactId>
-  <name>Axiom Test Suite</name>
-  <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
-    as it seems. The intention is to start with axiom-test and continuosly move
-    parts to the actual projects.
-  </description>
-  <dependencies>
-    <dependency>
-      <groupId>org.apache.ws.commons.axiom</groupId>
-      <artifactId>axiom-api</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.ws.commons.axiom</groupId>
-      <artifactId>axiom-impl</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.ws.commons.axiom</groupId>
-      <artifactId>axiom-dom</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>javax.mail</groupId>
-      <artifactId>mail</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>jaxen</groupId>
-      <artifactId>jaxen</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>commons-logging</groupId>
-      <artifactId>commons-logging</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>junit</groupId>
-      <artifactId>junit</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>xmlunit</groupId>
-      <artifactId>xmlunit</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>stax</groupId>
-      <artifactId>stax-api</artifactId>
-      <scope>compile</scope>
-    </dependency>
-    <dependency>
-      <groupId>woodstox</groupId>
-      <artifactId>wstx-asl</artifactId>
-    </dependency>
-  </dependencies>
-  <build>
-    <plugins>
-      <plugin>
-        <artifactId>maven-surefire-plugin</artifactId>
-        <configuration>
-          <includes>
-            <include>**/*Test.java</include>
-          </includes>
-        </configuration>
-      </plugin>
-    </plugins>
-  </build>
-</project>
+<?xml version="1.0" encoding="UTF-8"?>
+<project
+    xmlns="http://maven.apache.org/POM/4.0.0";
+    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>
+  <parent>
+    <groupId>org.apache.ws.commons.axiom</groupId>
+    <artifactId>axiom-parent</artifactId>
+    <version>1.2.2</version> <!-- Should better be ${axiom.version} -->
+  </parent>
+  <artifactId>axiom-tests</artifactId>
+  <name>Axiom Test Suite</name>
+  <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
+    as it seems. The intention is to start with axiom-test and continuosly move
+    parts to the actual projects.
+  </description>
+  <dependencies>
+    <dependency>
+      <groupId>org.apache.ws.commons.axiom</groupId>
+      <artifactId>axiom-api</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.ws.commons.axiom</groupId>
+      <artifactId>axiom-impl</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.ws.commons.axiom</groupId>
+      <artifactId>axiom-dom</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>javax.mail</groupId>
+      <artifactId>mail</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>jaxen</groupId>
+      <artifactId>jaxen</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>commons-logging</groupId>
+      <artifactId>commons-logging</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>junit</groupId>
+      <artifactId>junit</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>xmlunit</groupId>
+      <artifactId>xmlunit</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>stax</groupId>
+      <artifactId>stax-api</artifactId>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>woodstox</groupId>
+      <artifactId>wstx-asl</artifactId>
+    </dependency>
+  </dependencies>
+  <build>
+    <plugins>
+      <plugin>
+        <artifactId>maven-surefire-plugin</artifactId>
+        <configuration>
+          <includes>
+            <include>**/*Test.java</include>
+          </includes>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
+</project>

Modified: webservices/commons/trunk/modules/axiom/src/site/xdoc/download.xml
URL: 
http://svn.apache.org/viewvc/webservices/commons/trunk/modules/axiom/src/site/xdoc/download.xml?view=diff&rev=494365&r1=494364&r2=494365
==============================================================================
--- webservices/commons/trunk/modules/axiom/src/site/xdoc/download.xml 
(original)
+++ webservices/commons/trunk/modules/axiom/src/site/xdoc/download.xml Tue Jan  
9 02:39:29 2007
@@ -1,319 +1,353 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
-
-<document>
-    <properties>
-        <title>:: Apache AXIOM Releases ::</title>
-    </properties>
-
-    <head>
-        <meta http-equiv="content-type" content="text/html; 
charset=iso-8859-1"/>
-        <meta content="text/html; charset=iso-8859-1"/>
-    </head>
-
-    <body>
-
-        <section>
-            <h2>Releases</h2>
-            <div align="left">
-                <p>AXIOM is becoming more and more stable and the latest 
official version available for download is
-                    AXIOM 1.2. All the releases are available for download as 
source or binary. For more information,
-                    please see
-                    <a href="http://www.apache.org/dev/release.html";>Apache 
Release FAQ</a>
-                </p>
-                <p>Please select the AXIOM version you want to download.</p>
-            </div>
-            <div align="center">
-
-                <table class="bodyTable">
-                    <tbody>
-                        <tr class="a">
-                            <td align="center" width="45">Name</td>
-                            <td align="center" width="80">Type</td>
-                            <td align="center" width="300">Distribution</td>
-                            <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_1"></a>
-                                1.2.1
-                            </td>
-                            <td align="center">Release</td>
-                            <td>Source Distribution
-                                <a 
href="[preferred]/ws/commons/axiom/1_2_1/axiom-1.2.1-src.zip"
-                                   
title="[preferred]/ws/commons/axiom/1_2_1/axiom-1.2.1-src.zip">zip</a>
-
-                                <a 
href="http://www.apache.org/dist/ws/commons/axiom/1_2_1/axiom-1.2.1-src.zip.md5";
-                                   class="externalLink"
-                                   
title="http://www.apache.org/dist/ws/commons/axiom/1_2_1/axiom-1.2.1-src.zip.md5";>MD5</a>
-                                <a 
href="http://www.apache.org/dist/ws/commons/axiom/1_2_1/axiom-1.2.1-src.zip.asc";
-                                   class="externalLink"
-                                   
title="http://www.apache.org/dist/ws/commons/axiom/1_2_1/axiom-1.2.1-src.zip.asc";>PGP</a>
-                                <br/>
-                                Binary Distribution
-                                <a 
href="[preferred]/ws/commons/axiom/1_2_1/axiom-1.2.1-bin.zip"
-                                   
title="[preferred]/ws/commons/axiom/1_2_1/axiom-1.2.1-bin.zip">zip</a>
-                                <a 
href="http://www.apache.org/dist/ws/commons/axiom/1_2_1/axiom-1.2.1-bin.zip.md5";
-                                   class="externalLink"
-                                   
title="http://www.apache.org/dist/ws/commons/axiom/1_2_1/axiom-1.2.1-bin.zip.md5";>MD5</a>
-                                <a 
href="http://www.apache.org/dist/ws/commons/axiom/1_2_1/axiom-1.2.1-bin.zip.asc";
-                                   class="externalLink"
-                                   
title="http://www.apache.org/dist/ws/ws/commons/axiom/1_2_1/axiom-1.2.1-bin.zip.asc";>
-                                    PGP</a>
-
-                                <br/>
-                            </td>
-                            <td>30 - 11 - 2006</td>
-                            <td>1.2.1 Release (Mirrored)</td>
-                        </tr>
-
-
-                        <tr class="b">
-                            <td align="center" valign="middle">
-                                <a name="1_2"></a>
-                                1.2
-                            </td>
-                            <td align="center">Release</td>
-                            <td>Source Distribution
-                                <a 
href="http://archive.apache.org/dist/ws/commons/axiom/1_2/axiom-1.2-src.zip";
-                                   
title="http://archive.apache.org/dist/ws/commons/axiom/1_2/axiom-1.2-src.zip";>zip</a>
-
-                                <a 
href="http://archive.apache.org/dist/ws/commons/axiom/1_2/axiom-1.2-src.zip.md5";
-                                   class="externalLink"
-                                   
title="http://archive.apache.org/dist/ws/commons/axiom/1_2/axiom-1.2-src.zip.md5";>MD5</a>
-                                <a 
href="http://archive.apache.org/dist/ws/commons/axiom/1_2/axiom-1.2-src.zip.asc";
-                                   class="externalLink"
-                                   
title="http://archive.apache.org/dist/ws/commons/axiom/1_2/axiom-1.2-src.zip.asc";>PGP</a>
-                                <br/>
-                                Binary Distribution
-                                <a 
href="http://archive.apache.org/dist/ws/commons/axiom/1_2/axiom-1.2-bin.zip";
-                                   
title="http://archive.apache.org/dist/ws/commons/axiom/1_2/axiom-1.2-bin.zip";>zip</a>
-                                <a 
href="http://archive.apache.org/dist/ws/commons/axiom/1_2/axiom-1.2-bin.zip.md5";
-                                   class="externalLink"
-                                   
title="http://archive.apache.org/dist/ws/commons/axiom/1_2/axiom-1.2-bin.zip.md5";>MD5</a>
-                                <a 
href="http://archive.apache.org/dist/ws/commons/axiom/1_2/axiom-1.2-bin.zip.asc";
-                                   class="externalLink"
-                                   
title="http://archive.apache.org/dist/ws/commons/axiom/1_2/axiom-1.2-bin.zip.asc";>
-                                    PGP</a>
-
-                                <br/>
-                            </td>
-                            <td>13 - 11 - 2006</td>
-                            <td>1.2 Release (Archived)</td>
-                        </tr>
-
-                        <tr class="b">
-                            <td align="center" valign="middle">
-                                <a name="09"></a>
-                                1.1.1
-                            </td>
-                            <td align="center">Release</td>
-                            <td>Source Distribution
-                                <a 
href="http://archive.apache.org/dist/ws/commons/axiom/1_1_1/axiom-1.1.1-src.zip";
-                                   
title="http://archive.apache.org/dist/ws/commons/axiom/1_1_1/axiom-1.1.1-src.zip";>zip</a>
-
-                                <a 
href="http://archive.apache.org/dist/ws/commons/axiom/1_1_1/axiom-1.1.1-src.zip.md5";
-                                   class="externalLink"
-                                   
title="http://archive.apache.org/dist/ws/commons/axiom/1_1_1/axiom-1.1.1-src.zip.md5";>MD5</a>
-                                <a 
href="http://archive.apache.org/dist/ws/commons/axiom/1_1_1/axiom-1.1.1-src.zip.asc";
-                                   class="externalLink"
-                                   
title="http://archive.apache.org/dist/ws/commons/axiom/1_1_1/axiom-1.1.1-src.zip.asc";>PGP</a>
-                                <br/>
-                                Binary Distribution
-                                <a 
href="http://archive.apache.org/dist/ws/commons/axiom/1_1_1/axiom-1.1.1-bin.zip";
-                                   
title="http://archive.apache.org/dist/ws/commons/axiom/1_1_1/axiom-1.1.1-bin.zip";>zip</a>
-                                <a 
href="http://archive.apache.org/dist/ws/commons/axiom/1_1_1/axiom-1.1.1-bin.zip.md5";
-                                   class="externalLink"
-                                   
title="http://archive.apache.org/dist/ws/commons/axiom/1_1_1/axiom-1.1.1-bin.zip.md5";>MD5</a>
-                                <a 
href="http://archive.apache.org/dist/ws/commons/axiom/1_1_1/axiom-1.1.1-bin.zip.asc";
-                                   class="externalLink"
-                                   
title="http://archive.apache.org/dist/ws/ws/commons/axiom/1_1_1/axiom-1.1.1-bin.zip.asc";>
-                                    PGP</a>
-
-                                <br/>
-                            </td>
-                            <td>18 - 09 - 2006</td>
-                            <td>1.1.1 Release (Archived)</td>
-                        </tr>
-
-                        <tr class="b">
-                            <td align="center" valign="middle">
-                                <a name="1_1"></a>
-                                1.1
-                            </td>
-                            <td align="center">Release</td>
-                            <td>Source Distribution
-                                <a 
href="http://archive.apache.org/dist/ws/commons/axiom/1_1/axiom-1.1-src.zip";
-                                   
title="http://archive.apache.org/dist/ws/commons/axiom/1_1/axiom-1.1-src.zip";>zip</a>
-
-                                <a 
href="http://www.apache.org/dist/ws/commons/axiom/1_1/axiom-1.1-src.zip.md5";
-                                   class="externalLink"
-                                   
title="http://www.apache.org/dist/ws/commons/axiom/1_1/axiom-1.1-src.zip.md5";>MD5</a>
-                                <a 
href="http://www.apache.org/dist/ws/commons/axiom/1_1/axiom-1.1-src.zip.asc";
-                                   class="externalLink"
-                                   
title="http://www.apache.org/dist/ws/commons/axiom/1_1/axiom-1.1-src.zip.asc";>PGP</a>
-                                <br/>
-                                Binary Distribution
-                                <a 
href="http://archive.apache.org/dist/ws/commons/axiom/1_1/axiom-1.1-bin.zip";
-                                   
title="http://archive.apache.org/dist/ws/commons/axiom/1_1/axiom-1.1-bin.zip";>zip</a>
-                                <a 
href="http://www.apache.org/dist/ws/commons/axiom/1_1/axiom-1.1-bin.zip.md5";
-                                   class="externalLink"
-                                   
title="http://www.apache.org/dist/ws/commons/axiom/1_1/axiom-1.1-bin.zip.md5";>MD5</a>
-                                <a 
href="http://www.apache.org/dist/ws/commons/axiom/1_1/axiom-1.1-bin.zip.asc";
-                                   class="externalLink"
-                                   
title="http://www.apache.org/dist/ws/ws/commons/axiom/1_1/axiom-1.1-bin.zip.asc";>
-                                    PGP</a>
-
-                                <br/>
-                            </td>
-                            <td>15 - 09 - 2006</td>
-                            <td>1.1 Release (Archived)
-                                <br/>
-                                Note : This released was compiled using JDK 
1.5 and will not work with JDK 1.4. Please
-                                move to AXIOM 1.1.1.
-                            </td>
-                        </tr>
-
-
-                        <tr class="b">
-                            <td align="center" valign="middle">
-                                <a name="1_0"></a>
-                                1.0
-                            </td>
-                            <td align="center">Release</td>
-                            <td>Source Distribution
-                                <a 
href="http://archive.apache.org/dist/ws/commons/axiom/1_0/axiom-1.0-src.zip";
-                                   
title="http://archive.apache.org/dist/ws/commons/axiom/1_0/axiom-1.0-src.zip";>zip</a>
-
-                                <a 
href="http://archive.apache.org/dist/ws/commons/axiom/1_0/axiom-1.0-src.zip.md5";
-                                   class="externalLink"
-                                   
title="http://archive.apache.org/dist/ws/commons/axiom/1_0/axiom-1.0-src.zip.md5";>
-                                    MD5</a>
-                                <a 
href="http://www.apache.org/dist/ws/commons/axiom/1_0/axiom-1.0-src.zip.asc";
-                                   class="externalLink"
-                                   
title="http://archive.apache.org/dist/ws/commons/axiom/1_0/axiom-1.0-src.zip.asc";>
-                                    PGP</a>
-                                <br/>
-                                Binary Distribution
-                                <a 
href="http://archive.apache.org/dist/ws/commons/axiom/1_0/axiom-1.0-bin.zip";
-                                   
title="http://archive.apache.org/dist/ws/commons/axiom/1_0/axiom-0.95-bin.zip";>
-                                    zip</a>
-                                <a 
href="http://archive.apache.org/dist/ws/commons/axiom/1_0/axiom-1.0-bin.zip.md5";
-                                   class="externalLink"
-                                   
title="http://archive.apache.org/dist/ws/commons/axiom/1_0/axiom-1.0-bin.zip.md5";>
-                                    MD5</a>
-                                <a 
href="http://archive.apache.org/dist/ws/commons/axiom/1_0/axiom-1.0-bin.zip.asc";
-                                   class="externalLink"
-                                   
title="http://archive.apache.org/dist/ws/ws/commons/axiom/1_0/axiom-1.0-bin.zip.asc";>
-                                    PGP</a>
-
-                                <br/>
-                            </td>
-                            <td>02 - 05 - 2006</td>
-                            <td>1.0 Release (Archived)</td>
-                        </tr>
-
-
-                        <tr class="b">
-                            <td align="center" valign="middle">
-                                <a name="0_95"></a>
-                                0.95
-                            </td>
-                            <td align="center">Release</td>
-                            <td>Source Distribution
-                                <a 
href="http://archive.apache.org/dist/ws/commons/axiom/0_95/axiom-0.95-src.zip";
-                                   
title="http://archive.apache.org/dist/ws/commons/axiom/0_95/axiom-0.95-src.zip";>
-                                    zip</a>
-
-                                <a 
href="http://archive.apache.org/dist/ws/commons/axiom/0_95/axiom-0.95-src.zip.md5";
-                                   class="externalLink"
-                                   
title="http://archive.apache.org/dist/ws/commons/axiom/0_95/axiom-0.95-src.zip.md5";>
-                                    MD5</a>
-                                <a 
href="http://archive.apache.org/dist/ws/commons/axiom/0_95/axiom-0.95-src.zip.asc";
-                                   class="externalLink"
-                                   
title="http://archive.apache.org/dist/ws/commons/axiom/0_95/axiom-0.95-src.zip.asc";>
-                                    PGP</a>
-                                <br/>
-                                Binary Distribution
-                                <a 
href="[preferred]/ws/commons/axiom/0_95/axiom-0.95-bin.zip"
-                                   
title="[preferred]/ws/commons/axiom/0_95/axiom-0.95-bin.zip">zip</a>
-                                <a 
href="http://archive.apache.org/dist/ws/commons/axiom/0_95/axiom-0.95-bin.zip.md5";
-                                   class="externalLink"
-                                   
title="http://archive.apache.org/dist/ws/commons/axiom/0_95/axiom-0.95-bin.zip.md5";>
-                                    MD5</a>
-                                <a 
href="http://archive.apache.org/dist/ws/commons/axiom/0_95/axiom-0.95-bin.zip.asc";
-                                   class="externalLink"
-                                   
title="http://archive.apache.org/dist/ws/ws/commons/axiom/0_95/axiom-0.95-bin.zip.asc";>
-                                    PGP</a>
-
-                                <br/>
-                            </td>
-                            <td>23 - 03 - 2006</td>
-                            <td>0.95 Release (Archived)</td>
-                        </tr>
-
-                    </tbody>
-                </table>
-            </div>
-            <div align="left">
-                <p>[if-any logo]
-                    <a href="[link]">
-                        <img align="right" src="[logo]"
-                             border="0"/>
-                    </a>
-                    [end] The currently selected mirror is
-                    <b>[preferred]</b>
-                    . If
-                    you encounter a problem with this mirror, please select 
another mirror. If
-                    all mirrors are failing, there are
-                    <i>backup</i>
-                    mirrors (at the end of the
-                    mirrors list) that should be available.
-                </p>
-
-                <form action="[location]" method="get" id="SelectMirror">
-                    Other mirrors:
-                    <select name="Preferred">[if-any http][for http]
-                        <option value="[http]"
-                                selected="selected">[http]</option>
-                        [end][end][if-any ftp][for ftp]
-                        <option value="[ftp]">[ftp]</option>
-                        [end][end][if-any backup][for backup]
-                        <option value="[backup]">[backup] (backup)</option>
-                        [end][end]
-                    </select>
-
-                    <input type="submit" value="Change"/>
-                </form>
-
-                <p>You may also consult the
-                    <a href="http://www.apache.org/mirrors/";>complete
-                        list of mirrors</a>
-                    .
-                </p>
-
-                <p>
-                    <strong>Note:</strong>
-                    when downloading from a mirror please check the
-                    <a
-                            
href="http://www.apache.org/dev/release-signing#md5";>md5sum</a>
-                    and verify
-                    the
-                    <a 
href="http://www.apache.org/dev/release-signing#openpgp";>OpenPGP</a>
-                    compatible signature from the main Apache site. These can 
be downloaded by
-                    following the links above. This
-                    <a
-                            
href="http://www.apache.org/dist/ws/commons/axiom/KEYS";>KEYS</a>
-                    file contains the
-                    public keys used for signing release. It is recommended 
that (when possible)
-                    a
-                    <a 
href="http://www.apache.org/dev/release-signing#web-of-trust";>web of
-                        trust</a>
-                    is used to confirm the identity of these keys.
-                </p>
-            </div>
-
-        </section>
-    </body>
-</document>
+<?xml version="1.0" encoding="ISO-8859-1"?>
+
+<document>
+    <properties>
+        <title>:: Apache AXIOM Releases ::</title>
+    </properties>
+
+    <head>
+        <meta http-equiv="content-type" content="text/html; 
charset=iso-8859-1"/>
+        <meta content="text/html; charset=iso-8859-1"/>
+    </head>
+
+    <body>
+
+        <section>
+            <h2>Releases</h2>
+            <div align="left">
+                <p>AXIOM is becoming more and more stable and the latest 
official version available for download is
+                    AXIOM 1.2. All the releases are available for download as 
source or binary. For more information,
+                    please see
+                    <a href="http://www.apache.org/dev/release.html";>Apache 
Release FAQ</a>
+                </p>
+                <p>Please select the AXIOM version you want to download.</p>
+            </div>
+            <div align="center">
+
+                <table class="bodyTable">
+                    <tbody>
+                        <tr class="a">
+                            <td align="center" width="45">Name</td>
+                            <td align="center" width="80">Type</td>
+                            <td align="center" width="300">Distribution</td>
+                            <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_2"></a>
+                                1.2.1
+                            </td>
+                            <td align="center">Release</td>
+                            <td>Source Distribution
+                                <a 
href="[preferred]/ws/commons/axiom/1_2_2/axiom-1.2.2-src.zip"
+                                   
title="[preferred]/ws/commons/axiom/1_2_2/axiom-1.2.2-src.zip">zip</a>
+
+                                <a 
href="http://www.apache.org/dist/ws/commons/axiom/1_2_2/axiom-1.2.2-src.zip.md5";
+                                   class="externalLink"
+                                   
title="http://www.apache.org/dist/ws/commons/axiom/1_2_2/axiom-1.2.1-src.zip.md5";>MD5</a>
+                                <a 
href="http://www.apache.org/dist/ws/commons/axiom/1_2_2/axiom-1.2.1-src.zip.asc";
+                                   class="externalLink"
+                                   
title="http://www.apache.org/dist/ws/commons/axiom/1_2_2/axiom-1.2.1-src.zip.asc";>PGP</a>
+                                <br/>
+                                Binary Distribution
+                                <a 
href="[preferred]/ws/commons/axiom/1_2_2/axiom-1.2.2-bin.zip"
+                                   
title="[preferred]/ws/commons/axiom/1_2_2/axiom-1.2.2-bin.zip">zip</a>
+                                <a 
href="http://www.apache.org/dist/ws/commons/axiom/1_2_2/axiom-1.2.2-bin.zip.md5";
+                                   class="externalLink"
+                                   
title="http://www.apache.org/dist/ws/commons/axiom/1_2_2/axiom-1.2.2-bin.zip.md5";>MD5</a>
+                                <a 
href="http://www.apache.org/dist/ws/commons/axiom/1_2_2/axiom-1.2.2-bin.zip.asc";
+                                   class="externalLink"
+                                   
title="http://www.apache.org/dist/ws/ws/commons/axiom/1_2_2/axiom-1.2.2-bin.zip.asc";>
+                                    PGP</a>
+
+                                <br/>
+                            </td>
+                            <td>09 - 01 - 2001</td>
+                            <td>1.2.2 Release (Mirrored)</td>
+                        </tr>
+
+                       
+                       <tr class="b">
+                            <td align="center" valign="middle">
+                                <a name="1_2_1"></a>
+                                1.2.1
+                            </td>
+                            <td align="center">Release</td>
+                            <td>Source Distribution
+                                <a 
href="[preferred]/ws/commons/axiom/1_2_1/axiom-1.2.1-src.zip"
+                                   
title="[preferred]/ws/commons/axiom/1_2_1/axiom-1.2.1-src.zip">zip</a>
+
+                                <a 
href="http://www.apache.org/dist/ws/commons/axiom/1_2_1/axiom-1.2.1-src.zip.md5";
+                                   class="externalLink"
+                                   
title="http://www.apache.org/dist/ws/commons/axiom/1_2_1/axiom-1.2.1-src.zip.md5";>MD5</a>
+                                <a 
href="http://www.apache.org/dist/ws/commons/axiom/1_2_1/axiom-1.2.1-src.zip.asc";
+                                   class="externalLink"
+                                   
title="http://www.apache.org/dist/ws/commons/axiom/1_2_1/axiom-1.2.1-src.zip.asc";>PGP</a>
+                                <br/>
+                                Binary Distribution
+                                <a 
href="[preferred]/ws/commons/axiom/1_2_1/axiom-1.2.1-bin.zip"
+                                   
title="[preferred]/ws/commons/axiom/1_2_1/axiom-1.2.1-bin.zip">zip</a>
+                                <a 
href="http://www.apache.org/dist/ws/commons/axiom/1_2_1/axiom-1.2.1-bin.zip.md5";
+                                   class="externalLink"
+                                   
title="http://www.apache.org/dist/ws/commons/axiom/1_2_1/axiom-1.2.1-bin.zip.md5";>MD5</a>
+                                <a 
href="http://www.apache.org/dist/ws/commons/axiom/1_2_1/axiom-1.2.1-bin.zip.asc";
+                                   class="externalLink"
+                                   
title="http://www.apache.org/dist/ws/ws/commons/axiom/1_2_1/axiom-1.2.1-bin.zip.asc";>
+                                    PGP</a>
+
+                                <br/>
+                            </td>
+                            <td>30 - 11 - 2006</td>
+                            <td>1.2.1 Release (Mirrored)</td>
+                        </tr>
+
+
+                        <tr class="b">
+                            <td align="center" valign="middle">
+                                <a name="1_2"></a>
+                                1.2
+                            </td>
+                            <td align="center">Release</td>
+                            <td>Source Distribution
+                                <a 
href="http://archive.apache.org/dist/ws/commons/axiom/1_2/axiom-1.2-src.zip";
+                                   
title="http://archive.apache.org/dist/ws/commons/axiom/1_2/axiom-1.2-src.zip";>zip</a>
+
+                                <a 
href="http://archive.apache.org/dist/ws/commons/axiom/1_2/axiom-1.2-src.zip.md5";
+                                   class="externalLink"
+                                   
title="http://archive.apache.org/dist/ws/commons/axiom/1_2/axiom-1.2-src.zip.md5";>MD5</a>
+                                <a 
href="http://archive.apache.org/dist/ws/commons/axiom/1_2/axiom-1.2-src.zip.asc";
+                                   class="externalLink"
+                                   
title="http://archive.apache.org/dist/ws/commons/axiom/1_2/axiom-1.2-src.zip.asc";>PGP</a>
+                                <br/>
+                                Binary Distribution
+                                <a 
href="http://archive.apache.org/dist/ws/commons/axiom/1_2/axiom-1.2-bin.zip";
+                                   
title="http://archive.apache.org/dist/ws/commons/axiom/1_2/axiom-1.2-bin.zip";>zip</a>
+                                <a 
href="http://archive.apache.org/dist/ws/commons/axiom/1_2/axiom-1.2-bin.zip.md5";
+                                   class="externalLink"
+                                   
title="http://archive.apache.org/dist/ws/commons/axiom/1_2/axiom-1.2-bin.zip.md5";>MD5</a>
+                                <a 
href="http://archive.apache.org/dist/ws/commons/axiom/1_2/axiom-1.2-bin.zip.asc";
+                                   class="externalLink"
+                                   
title="http://archive.apache.org/dist/ws/commons/axiom/1_2/axiom-1.2-bin.zip.asc";>
+                                    PGP</a>
+
+                                <br/>
+                            </td>
+                            <td>13 - 11 - 2006</td>
+                            <td>1.2 Release (Archived)</td>
+                        </tr>
+
+                        <tr class="b">
+                            <td align="center" valign="middle">
+                                <a name="09"></a>
+                                1.1.1
+                            </td>
+                            <td align="center">Release</td>
+                            <td>Source Distribution
+                                <a 
href="http://archive.apache.org/dist/ws/commons/axiom/1_1_1/axiom-1.1.1-src.zip";
+                                   
title="http://archive.apache.org/dist/ws/commons/axiom/1_1_1/axiom-1.1.1-src.zip";>zip</a>
+
+                                <a 
href="http://archive.apache.org/dist/ws/commons/axiom/1_1_1/axiom-1.1.1-src.zip.md5";
+                                   class="externalLink"
+                                   
title="http://archive.apache.org/dist/ws/commons/axiom/1_1_1/axiom-1.1.1-src.zip.md5";>MD5</a>
+                                <a 
href="http://archive.apache.org/dist/ws/commons/axiom/1_1_1/axiom-1.1.1-src.zip.asc";
+                                   class="externalLink"
+                                   
title="http://archive.apache.org/dist/ws/commons/axiom/1_1_1/axiom-1.1.1-src.zip.asc";>PGP</a>
+                                <br/>
+                                Binary Distribution
+                                <a 
href="http://archive.apache.org/dist/ws/commons/axiom/1_1_1/axiom-1.1.1-bin.zip";
+                                   
title="http://archive.apache.org/dist/ws/commons/axiom/1_1_1/axiom-1.1.1-bin.zip";>zip</a>
+                                <a 
href="http://archive.apache.org/dist/ws/commons/axiom/1_1_1/axiom-1.1.1-bin.zip.md5";
+                                   class="externalLink"
+                                   
title="http://archive.apache.org/dist/ws/commons/axiom/1_1_1/axiom-1.1.1-bin.zip.md5";>MD5</a>
+                                <a 
href="http://archive.apache.org/dist/ws/commons/axiom/1_1_1/axiom-1.1.1-bin.zip.asc";
+                                   class="externalLink"
+                                   
title="http://archive.apache.org/dist/ws/ws/commons/axiom/1_1_1/axiom-1.1.1-bin.zip.asc";>
+                                    PGP</a>
+
+                                <br/>
+                            </td>
+                            <td>18 - 09 - 2006</td>
+                            <td>1.1.1 Release (Archived)</td>
+                        </tr>
+
+                        <tr class="b">
+                            <td align="center" valign="middle">
+                                <a name="1_1"></a>
+                                1.1
+                            </td>
+                            <td align="center">Release</td>
+                            <td>Source Distribution
+                                <a 
href="http://archive.apache.org/dist/ws/commons/axiom/1_1/axiom-1.1-src.zip";
+                                   
title="http://archive.apache.org/dist/ws/commons/axiom/1_1/axiom-1.1-src.zip";>zip</a>
+
+                                <a 
href="http://www.apache.org/dist/ws/commons/axiom/1_1/axiom-1.1-src.zip.md5";
+                                   class="externalLink"
+                                   
title="http://www.apache.org/dist/ws/commons/axiom/1_1/axiom-1.1-src.zip.md5";>MD5</a>
+                                <a 
href="http://www.apache.org/dist/ws/commons/axiom/1_1/axiom-1.1-src.zip.asc";
+                                   class="externalLink"
+                                   
title="http://www.apache.org/dist/ws/commons/axiom/1_1/axiom-1.1-src.zip.asc";>PGP</a>
+                                <br/>
+                                Binary Distribution
+                                <a 
href="http://archive.apache.org/dist/ws/commons/axiom/1_1/axiom-1.1-bin.zip";
+                                   
title="http://archive.apache.org/dist/ws/commons/axiom/1_1/axiom-1.1-bin.zip";>zip</a>
+                                <a 
href="http://www.apache.org/dist/ws/commons/axiom/1_1/axiom-1.1-bin.zip.md5";
+                                   class="externalLink"
+                                   
title="http://www.apache.org/dist/ws/commons/axiom/1_1/axiom-1.1-bin.zip.md5";>MD5</a>
+                                <a 
href="http://www.apache.org/dist/ws/commons/axiom/1_1/axiom-1.1-bin.zip.asc";
+                                   class="externalLink"
+                                   
title="http://www.apache.org/dist/ws/ws/commons/axiom/1_1/axiom-1.1-bin.zip.asc";>
+                                    PGP</a>
+
+                                <br/>
+                            </td>
+                            <td>15 - 09 - 2006</td>
+                            <td>1.1 Release (Archived)
+                                <br/>
+                                Note : This released was compiled using JDK 
1.5 and will not work with JDK 1.4. Please
+                                move to AXIOM 1.1.1.
+                            </td>
+                        </tr>
+
+
+                        <tr class="b">
+                            <td align="center" valign="middle">
+                                <a name="1_0"></a>
+                                1.0
+                            </td>
+                            <td align="center">Release</td>
+                            <td>Source Distribution
+                                <a 
href="http://archive.apache.org/dist/ws/commons/axiom/1_0/axiom-1.0-src.zip";
+                                   
title="http://archive.apache.org/dist/ws/commons/axiom/1_0/axiom-1.0-src.zip";>zip</a>
+
+                                <a 
href="http://archive.apache.org/dist/ws/commons/axiom/1_0/axiom-1.0-src.zip.md5";
+                                   class="externalLink"
+                                   
title="http://archive.apache.org/dist/ws/commons/axiom/1_0/axiom-1.0-src.zip.md5";>
+                                    MD5</a>
+                                <a 
href="http://www.apache.org/dist/ws/commons/axiom/1_0/axiom-1.0-src.zip.asc";
+                                   class="externalLink"
+                                   
title="http://archive.apache.org/dist/ws/commons/axiom/1_0/axiom-1.0-src.zip.asc";>
+                                    PGP</a>
+                                <br/>
+                                Binary Distribution
+                                <a 
href="http://archive.apache.org/dist/ws/commons/axiom/1_0/axiom-1.0-bin.zip";
+                                   
title="http://archive.apache.org/dist/ws/commons/axiom/1_0/axiom-0.95-bin.zip";>
+                                    zip</a>
+                                <a 
href="http://archive.apache.org/dist/ws/commons/axiom/1_0/axiom-1.0-bin.zip.md5";
+                                   class="externalLink"
+                                   
title="http://archive.apache.org/dist/ws/commons/axiom/1_0/axiom-1.0-bin.zip.md5";>
+                                    MD5</a>
+                                <a 
href="http://archive.apache.org/dist/ws/commons/axiom/1_0/axiom-1.0-bin.zip.asc";
+                                   class="externalLink"
+                                   
title="http://archive.apache.org/dist/ws/ws/commons/axiom/1_0/axiom-1.0-bin.zip.asc";>
+                                    PGP</a>
+
+                                <br/>
+                            </td>
+                            <td>02 - 05 - 2006</td>
+                            <td>1.0 Release (Archived)</td>
+                        </tr>
+
+
+                        <tr class="b">
+                            <td align="center" valign="middle">
+                                <a name="0_95"></a>
+                                0.95
+                            </td>
+                            <td align="center">Release</td>
+                            <td>Source Distribution
+                                <a 
href="http://archive.apache.org/dist/ws/commons/axiom/0_95/axiom-0.95-src.zip";
+                                   
title="http://archive.apache.org/dist/ws/commons/axiom/0_95/axiom-0.95-src.zip";>
+                                    zip</a>
+
+                                <a 
href="http://archive.apache.org/dist/ws/commons/axiom/0_95/axiom-0.95-src.zip.md5";
+                                   class="externalLink"
+                                   
title="http://archive.apache.org/dist/ws/commons/axiom/0_95/axiom-0.95-src.zip.md5";>
+                                    MD5</a>
+                                <a 
href="http://archive.apache.org/dist/ws/commons/axiom/0_95/axiom-0.95-src.zip.asc";
+                                   class="externalLink"
+                                   
title="http://archive.apache.org/dist/ws/commons/axiom/0_95/axiom-0.95-src.zip.asc";>
+                                    PGP</a>
+                                <br/>
+                                Binary Distribution
+                                <a 
href="[preferred]/ws/commons/axiom/0_95/axiom-0.95-bin.zip"
+                                   
title="[preferred]/ws/commons/axiom/0_95/axiom-0.95-bin.zip">zip</a>
+                                <a 
href="http://archive.apache.org/dist/ws/commons/axiom/0_95/axiom-0.95-bin.zip.md5";
+                                   class="externalLink"
+                                   
title="http://archive.apache.org/dist/ws/commons/axiom/0_95/axiom-0.95-bin.zip.md5";>
+                                    MD5</a>
+                                <a 
href="http://archive.apache.org/dist/ws/commons/axiom/0_95/axiom-0.95-bin.zip.asc";
+                                   class="externalLink"
+                                   
title="http://archive.apache.org/dist/ws/ws/commons/axiom/0_95/axiom-0.95-bin.zip.asc";>
+                                    PGP</a>
+
+                                <br/>
+                            </td>
+                            <td>23 - 03 - 2006</td>
+                            <td>0.95 Release (Archived)</td>
+                        </tr>
+
+                    </tbody>
+                </table>
+            </div>
+            <div align="left">
+                <p>[if-any logo]
+                    <a href="[link]">
+                        <img align="right" src="[logo]"
+                             border="0"/>
+                    </a>
+                    [end] The currently selected mirror is
+                    <b>[preferred]</b>
+                    . If
+                    you encounter a problem with this mirror, please select 
another mirror. If
+                    all mirrors are failing, there are
+                    <i>backup</i>
+                    mirrors (at the end of the
+                    mirrors list) that should be available.
+                </p>
+
+                <form action="[location]" method="get" id="SelectMirror">
+                    Other mirrors:
+                    <select name="Preferred">[if-any http][for http]
+                        <option value="[http]"
+                                selected="selected">[http]</option>
+                        [end][end][if-any ftp][for ftp]
+                        <option value="[ftp]">[ftp]</option>
+                        [end][end][if-any backup][for backup]
+                        <option value="[backup]">[backup] (backup)</option>
+                        [end][end]
+                    </select>
+
+                    <input type="submit" value="Change"/>
+                </form>
+
+                <p>You may also consult the
+                    <a href="http://www.apache.org/mirrors/";>complete
+                        list of mirrors</a>
+                    .
+                </p>
+
+                <p>
+                    <strong>Note:</strong>
+                    when downloading from a mirror please check the
+                    <a
+                            
href="http://www.apache.org/dev/release-signing#md5";>md5sum</a>
+                    and verify
+                    the
+                    <a 
href="http://www.apache.org/dev/release-signing#openpgp";>OpenPGP</a>
+                    compatible signature from the main Apache site. These can 
be downloaded by
+                    following the links above. This
+                    <a
+                            
href="http://www.apache.org/dist/ws/commons/axiom/KEYS";>KEYS</a>
+                    file contains the
+                    public keys used for signing release. It is recommended 
that (when possible)
+                    a
+                    <a 
href="http://www.apache.org/dev/release-signing#web-of-trust";>web of
+                        trust</a>
+                    is used to confirm the identity of these keys.
+                </p>
+            </div>
+
+        </section>
+    </body>
+</document>



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to