Author: sanka
Date: Wed Nov 29 20:13:40 2006
New Revision: 480826
URL: http://svn.apache.org/viewvc?view=rev&rev=480826
Log:
Tagged the branch in preparation for 1.2.1
release.
Added:
webservices/commons/tags/axiom/1_2_1/
- copied from r480816, webservices/commons/trunk/modules/axiom/
Modified:
webservices/commons/tags/axiom/1_2_1/README.txt
webservices/commons/tags/axiom/1_2_1/RELEASE-NOTE.txt
webservices/commons/tags/axiom/1_2_1/project.properties
Modified: webservices/commons/tags/axiom/1_2_1/README.txt
URL:
http://svn.apache.org/viewvc/webservices/commons/tags/axiom/1_2_1/README.txt?view=diff&rev=480826&r1=480816&r2=480826
==============================================================================
--- webservices/commons/tags/axiom/1_2_1/README.txt (original)
+++ webservices/commons/tags/axiom/1_2_1/README.txt Wed Nov 29 20:13:40 2006
@@ -1,5 +1,5 @@
======================================================
-Apache AXIOM 1.2 (November 13, 2006)
+Apache AXIOM 1.2.1 (November 30, 2006)
http://ws.apache.org/commons/axiom/
------------------------------------------------------
Modified: webservices/commons/tags/axiom/1_2_1/RELEASE-NOTE.txt
URL:
http://svn.apache.org/viewvc/webservices/commons/tags/axiom/1_2_1/RELEASE-NOTE.txt?view=diff&rev=480826&r1=480816&r2=480826
==============================================================================
--- webservices/commons/tags/axiom/1_2_1/RELEASE-NOTE.txt (original)
+++ webservices/commons/tags/axiom/1_2_1/RELEASE-NOTE.txt Wed Nov 29 20:13:40
2006
@@ -1,21 +1,24 @@
+
===========================================
- Apache AXIOM 1.2 Release Note
+ Apache AXIOM 1.2.1 Release Note
===========================================
-http://ws.apache.org/commons/axiom
+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 building and directly access the
underlying
+pull event stream. It also has built-in support for XML Optimized Packaging
(XOP)
+and MTOM, the combination of which allows XML to carry binary data efficiently
+and in a transparent manner. The combination of these results in a easy to use
+API with a very high performant architecture!
+
+Initialy developed as part of Apache Axis2, Apache AXIOM (AXIs Object Model)
is
+the core of Apache Axis2. However, it is a pure standalone XML Infoset model
with
+novel features and can be used independently of Apache Axis2.
+
+Please visit: http://ws.apache.org/commons/axiom/
-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
-building and directly access the underlying pull event stream. It also has
built-in support for XML
-Optimized Packaging (XOP) and MTOM, the combination of which allows XML to
carry binary data
-efficiently and in a transparent manner. The combination of these results in a
easy to use API with
-a very high performant architecture!
-
-Initialy developed as part of Apache Axis2, Apache AXIOM (AXIs Object Model)
is the core of Apache
-Axis2. However, it is a pure standalone XML Infoset model with novel features
and can be used
-independently of Apache Axis2.
Key Features
============
@@ -29,15 +32,16 @@
o W3C DOM supporting implementation
* High performant
+
+
What's New in This Release
==========================
- * Improved XML serialization
- * Improved Builder hierarchy
- * Improved MTOM handling
- * Numerous bug fixes
+This is release includes only bug fixes for the following issues.
-Thanks for your interest in Apache AXIOM!
+WSCOMMONS-129 : org.apache.axiom.om.impl.dom.DocumentImpl#importNode() does
+ not work properly.
+WSCOMMONS-131 : axiom-parent-1.2.pom still references SNAPSHOT versions.
--The Apache AXIOM Development Team
\ No newline at end of file
+- The Apache Axiom Team.
\ No newline at end of file
Modified: webservices/commons/tags/axiom/1_2_1/project.properties
URL:
http://svn.apache.org/viewvc/webservices/commons/tags/axiom/1_2_1/project.properties?view=diff&rev=480826&r1=480816&r2=480826
==============================================================================
--- webservices/commons/tags/axiom/1_2_1/project.properties (original)
+++ webservices/commons/tags/axiom/1_2_1/project.properties Wed Nov 29 20:13:40
2006
@@ -19,7 +19,7 @@
# -------------------------------------------------------------------
# Project Information
# -------------------------------------------------------------------
-axiom.version=1.2.1-SNAPSHOT
+axiom.version=1.2.1
# -------------------------------------------------------------------
# Dependency Repositories
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]