Tagging 1.2.4 release
diff --git a/modules/axiom-api/pom.xml b/modules/axiom-api/pom.xml
index a7ca051..330da08 100644
--- a/modules/axiom-api/pom.xml
+++ b/modules/axiom-api/pom.xml
@@ -7,12 +7,12 @@
     <parent>

         <groupId>org.apache.ws.commons.axiom</groupId>

         <artifactId>axiom-parent</artifactId>

-        <version>SNAPSHOT</version>

+        <version>1.2.4</version>

         <!-- Should better be ${axiom.version} -->

     </parent>

     <artifactId>axiom-api</artifactId>

     <name>Axiom API</name>

-    <version>SNAPSHOT</version>

+    <version>1.2.4</version>

     <description>The Axiom API</description>

     <dependencies>

         <dependency>

diff --git a/modules/axiom-dom/pom.xml b/modules/axiom-dom/pom.xml
index a06de29..99c542b 100644
--- a/modules/axiom-dom/pom.xml
+++ b/modules/axiom-dom/pom.xml
@@ -7,12 +7,12 @@
     <parent>

         <groupId>org.apache.ws.commons.axiom</groupId>

         <artifactId>axiom-parent</artifactId>

-        <version>SNAPSHOT</version>

+        <version>1.2.4</version>

         <!-- Should better be ${axiom.version} -->

     </parent>

     <artifactId>axiom-dom</artifactId>

     <name>Axiom DOM</name>

-    <version>SNAPSHOT</version>

+    <version>1.2.4</version>

     <description>The Axiom DOM implementation.</description>

     <dependencies>

         <dependency>

diff --git a/modules/axiom-impl/pom.xml b/modules/axiom-impl/pom.xml
index c535cec..9756e31 100644
--- a/modules/axiom-impl/pom.xml
+++ b/modules/axiom-impl/pom.xml
@@ -7,12 +7,12 @@
     <parent>

         <groupId>org.apache.ws.commons.axiom</groupId>

         <artifactId>axiom-parent</artifactId>

-        <version>SNAPSHOT</version>

+        <version>1.2.4</version>

         <!-- Should better be ${axiom.version} -->

     </parent>

     <artifactId>axiom-impl</artifactId>

     <name>Axiom Impl</name>

-    <version>SNAPSHOT</version>

+    <version>1.2.4</version>

     <description>The Axiom default implementation.</description>

     <dependencies>

         <dependency>

diff --git a/modules/axiom-tests/pom.xml b/modules/axiom-tests/pom.xml
index 7c8e238..ab58273 100644
--- a/modules/axiom-tests/pom.xml
+++ b/modules/axiom-tests/pom.xml
@@ -7,12 +7,12 @@
     <parent>

         <groupId>org.apache.ws.commons.axiom</groupId>

         <artifactId>axiom-parent</artifactId>

-        <version>SNAPSHOT</version>

+        <version>1.2.4</version>

         <!-- Should better be ${axiom.version} -->

     </parent>

     <artifactId>axiom-tests</artifactId>

     <name>Axiom Test Suite</name>

-    <version>SNAPSHOT</version>

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

diff --git a/pom.xml b/pom.xml
index 538aa95..8193093 100644
--- a/pom.xml
+++ b/pom.xml
@@ -7,7 +7,7 @@
     <groupId>org.apache.ws.commons.axiom</groupId>

     <artifactId>axiom-parent</artifactId>

     <name>Axiom</name>

-    <version>SNAPSHOT</version>

+    <version>1.2.4</version>

     <!-- Should better be ${axiom.version} -->

     <packaging>pom</packaging>

     <description>AXIOM API</description>

diff --git a/project.properties b/project.properties
index fa6e1e8..94158a9 100644
--- a/project.properties
+++ b/project.properties
@@ -19,7 +19,7 @@
 # -------------------------------------------------------------------

 #                Project Information

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

-axiom.version=SNAPSHOT

+axiom.version=1.2.4

 

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

 #                Dependency Repositories