Tagged the branch in preparation for 1.2.1
release.

diff --git a/README.txt b/README.txt
index f0723c1..f9bbebe 100644
--- a/README.txt
+++ b/README.txt
@@ -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/

 ------------------------------------------------------

diff --git a/RELEASE-NOTE.txt b/RELEASE-NOTE.txt
index c7d1aa7..45560f2 100644
--- a/RELEASE-NOTE.txt
+++ b/RELEASE-NOTE.txt
@@ -1,21 +1,24 @@
-===========================================

-

-     Apache AXIOM 1.2 Release Note

 

 ===========================================

 

-http://ws.apache.org/commons/axiom

+     Apache AXIOM 1.2.1 Release Note

 

-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.

+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/

+

 

 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
diff --git a/project.properties b/project.properties
index a64a8a8..66453d2 100644
--- a/project.properties
+++ b/project.properties
@@ -19,7 +19,7 @@
 # -------------------------------------------------------------------

 #                Project Information

 # -------------------------------------------------------------------

-axiom.version=1.2.1-SNAPSHOT

+axiom.version=1.2.1

 

 # -------------------------------------------------------------------

 #                Dependency Repositories