[maven-release-plugin] prepare release 1.3.0
diff --git a/apidocs/pom.xml b/apidocs/pom.xml
index beaf7f4..7811328 100644
--- a/apidocs/pom.xml
+++ b/apidocs/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.ws.commons.axiom</groupId>
         <artifactId>axiom</artifactId>
-        <version>1.3.0-SNAPSHOT</version>
+        <version>1.3.0</version>
     </parent>
 
     <artifactId>apidocs</artifactId>
diff --git a/aspects/core-aspects/pom.xml b/aspects/core-aspects/pom.xml
index c773394..ea63fde 100644
--- a/aspects/core-aspects/pom.xml
+++ b/aspects/core-aspects/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.ws.commons.axiom</groupId>
         <artifactId>aspects</artifactId>
-        <version>1.3.0-SNAPSHOT</version>
+        <version>1.3.0</version>
     </parent>
 
     <artifactId>core-aspects</artifactId>
diff --git a/aspects/dom-aspects/pom.xml b/aspects/dom-aspects/pom.xml
index 068a95e..747e38d 100644
--- a/aspects/dom-aspects/pom.xml
+++ b/aspects/dom-aspects/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.ws.commons.axiom</groupId>
         <artifactId>aspects</artifactId>
-        <version>1.3.0-SNAPSHOT</version>
+        <version>1.3.0</version>
     </parent>
 
     <artifactId>dom-aspects</artifactId>
diff --git a/aspects/om-aspects/pom.xml b/aspects/om-aspects/pom.xml
index 23e6749..c54ceaa 100644
--- a/aspects/om-aspects/pom.xml
+++ b/aspects/om-aspects/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.ws.commons.axiom</groupId>
         <artifactId>aspects</artifactId>
-        <version>1.3.0-SNAPSHOT</version>
+        <version>1.3.0</version>
     </parent>
 
     <artifactId>om-aspects</artifactId>
diff --git a/aspects/pom.xml b/aspects/pom.xml
index 4ded6ec..2d119e1 100644
--- a/aspects/pom.xml
+++ b/aspects/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.ws.commons.axiom</groupId>
         <artifactId>axiom</artifactId>
-        <version>1.3.0-SNAPSHOT</version>
+        <version>1.3.0</version>
     </parent>
 
     <artifactId>aspects</artifactId>
diff --git a/aspects/shared-aspects/pom.xml b/aspects/shared-aspects/pom.xml
index 9556c7c..ef3e05e 100644
--- a/aspects/shared-aspects/pom.xml
+++ b/aspects/shared-aspects/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.ws.commons.axiom</groupId>
         <artifactId>aspects</artifactId>
-        <version>1.3.0-SNAPSHOT</version>
+        <version>1.3.0</version>
     </parent>
 
     <artifactId>shared-aspects</artifactId>
diff --git a/axiom-all/pom.xml b/axiom-all/pom.xml
index 1a4617d..52a2ec2 100644
--- a/axiom-all/pom.xml
+++ b/axiom-all/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.ws.commons.axiom</groupId>
         <artifactId>axiom</artifactId>
-        <version>1.3.0-SNAPSHOT</version>
+        <version>1.3.0</version>
     </parent>
 
     <artifactId>axiom-all</artifactId>
diff --git a/axiom-api/pom.xml b/axiom-api/pom.xml
index aaeabc3..be2de5d 100644
--- a/axiom-api/pom.xml
+++ b/axiom-api/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.ws.commons.axiom</groupId>
         <artifactId>axiom</artifactId>
-        <version>1.3.0-SNAPSHOT</version>
+        <version>1.3.0</version>
     </parent>
 
     <artifactId>axiom-api</artifactId>
@@ -338,28 +338,28 @@
                             </layers>
                             <ignore>
                                 <!-- Bad API design: a public API shouldn't depend on classes in an impl package in its interface -->
-                                org.apache.axiom.attachments.lifecycle.LifecycleManager -> org.apache.axiom.attachments.lifecycle.impl.FileAccessor,
+                                org.apache.axiom.attachments.lifecycle.LifecycleManager -&gt; org.apache.axiom.attachments.lifecycle.impl.FileAccessor,
                                 <!-- TODO -->
-                                org.apache.axiom.om.impl.OMMultipartWriter -> org.apache.axiom.attachments.ConfigurableDataHandler,
+                                org.apache.axiom.om.impl.OMMultipartWriter -&gt; org.apache.axiom.attachments.ConfigurableDataHandler,
                                 <!-- o.a.a.soap should be a layer on top of o.a.a.om -->
-                                org.apache.axiom.om.OMAbstractFactory -> org.apache.axiom.soap.SOAPFactory,
-                                org.apache.axiom.om.OMMetaFactory -> org.apache.axiom.soap.SOAPFactory,
-                                org.apache.axiom.om.OMMetaFactorySPI -> org.apache.axiom.soap.SOAPModelBuilder,
-                                org.apache.axiom.om.OMXMLBuilderFactory -> org.apache.axiom.soap.SOAPFactory,
-                                org.apache.axiom.om.OMXMLBuilderFactory -> org.apache.axiom.soap.SOAPMessage,
-                                org.apache.axiom.om.OMXMLBuilderFactory -> org.apache.axiom.soap.SOAPModelBuilder,
-                                org.apache.axiom.om.OMXMLBuilderFactory -> org.apache.axiom.soap.SOAPProcessingException,
-                                org.apache.axiom.om.OMXMLBuilderFactory -> org.apache.axiom.soap.SOAPVersion,
+                                org.apache.axiom.om.OMAbstractFactory -&gt; org.apache.axiom.soap.SOAPFactory,
+                                org.apache.axiom.om.OMMetaFactory -&gt; org.apache.axiom.soap.SOAPFactory,
+                                org.apache.axiom.om.OMMetaFactorySPI -&gt; org.apache.axiom.soap.SOAPModelBuilder,
+                                org.apache.axiom.om.OMXMLBuilderFactory -&gt; org.apache.axiom.soap.SOAPFactory,
+                                org.apache.axiom.om.OMXMLBuilderFactory -&gt; org.apache.axiom.soap.SOAPMessage,
+                                org.apache.axiom.om.OMXMLBuilderFactory -&gt; org.apache.axiom.soap.SOAPModelBuilder,
+                                org.apache.axiom.om.OMXMLBuilderFactory -&gt; org.apache.axiom.soap.SOAPProcessingException,
+                                org.apache.axiom.om.OMXMLBuilderFactory -&gt; org.apache.axiom.soap.SOAPVersion,
                                 <!-- The public API shouldn't depend on classes in o.a.a.om.util -->
-                                org.apache.axiom.om.OMMetaFactorySPI -> org.apache.axiom.om.util.StAXParserConfiguration,
-                                org.apache.axiom.om.OMXMLBuilderFactory -> org.apache.axiom.om.util.StAXParserConfiguration,
-                                org.apache.axiom.om.OMOutputFormat -> org.apache.axiom.om.util.StAXWriterConfiguration,
+                                org.apache.axiom.om.OMMetaFactorySPI -&gt; org.apache.axiom.om.util.StAXParserConfiguration,
+                                org.apache.axiom.om.OMXMLBuilderFactory -&gt; org.apache.axiom.om.util.StAXParserConfiguration,
+                                org.apache.axiom.om.OMOutputFormat -&gt; org.apache.axiom.om.util.StAXWriterConfiguration,
                                 <!-- StAXUtils is in the wrong package (should be o.a.a.util.stax) -->
-                                org.apache.axiom.om.ds.AbstractPushOMDataSource -> org.apache.axiom.om.util.StAXUtils,
-                                org.apache.axiom.om.ds.BlobOMDataSource -> org.apache.axiom.om.util.StAXUtils,
-                                org.apache.axiom.om.ds.StringOMDataSource -> org.apache.axiom.om.util.StAXUtils,
+                                org.apache.axiom.om.ds.AbstractPushOMDataSource -&gt; org.apache.axiom.om.util.StAXUtils,
+                                org.apache.axiom.om.ds.BlobOMDataSource -&gt; org.apache.axiom.om.util.StAXUtils,
+                                org.apache.axiom.om.ds.StringOMDataSource -&gt; org.apache.axiom.om.util.StAXUtils,
                                 <!-- Incorrect layering -->
-                                org.apache.axiom.om.util.StAXParserConfiguration -> org.apache.axiom.util.stax.dialect.StAXDialect
+                                org.apache.axiom.om.util.StAXParserConfiguration -&gt; org.apache.axiom.util.stax.dialect.StAXDialect
                             </ignore>
                         </configuration>
                     </execution>
diff --git a/axiom-compat/pom.xml b/axiom-compat/pom.xml
index 021e920..1f8bdd6 100644
--- a/axiom-compat/pom.xml
+++ b/axiom-compat/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.ws.commons.axiom</groupId>
         <artifactId>axiom</artifactId>
-        <version>1.3.0-SNAPSHOT</version>
+        <version>1.3.0</version>
     </parent>
 
     <artifactId>axiom-compat</artifactId>
diff --git a/axiom-jaxb/pom.xml b/axiom-jaxb/pom.xml
index df52450..b3d77a4 100644
--- a/axiom-jaxb/pom.xml
+++ b/axiom-jaxb/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.ws.commons.axiom</groupId>
         <artifactId>axiom</artifactId>
-        <version>1.3.0-SNAPSHOT</version>
+        <version>1.3.0</version>
     </parent>
 
     <artifactId>axiom-jaxb</artifactId>
diff --git a/buildutils/buildutils-maven-plugin/pom.xml b/buildutils/buildutils-maven-plugin/pom.xml
index 661182a..1c6cd02 100644
--- a/buildutils/buildutils-maven-plugin/pom.xml
+++ b/buildutils/buildutils-maven-plugin/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.ws.commons.axiom</groupId>
         <artifactId>buildutils</artifactId>
-        <version>1.3.0-SNAPSHOT</version>
+        <version>1.3.0</version>
     </parent>
 
     <artifactId>buildutils-maven-plugin</artifactId>
diff --git a/buildutils/pom.xml b/buildutils/pom.xml
index 1ef52d9..7a3de11 100644
--- a/buildutils/pom.xml
+++ b/buildutils/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.ws.commons.axiom</groupId>
         <artifactId>axiom</artifactId>
-        <version>1.3.0-SNAPSHOT</version>
+        <version>1.3.0</version>
     </parent>
 
     <artifactId>buildutils</artifactId>
diff --git a/buildutils/shade-axiom-xml/pom.xml b/buildutils/shade-axiom-xml/pom.xml
index 224976b..4f4ae7a 100644
--- a/buildutils/shade-axiom-xml/pom.xml
+++ b/buildutils/shade-axiom-xml/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.ws.commons.axiom</groupId>
         <artifactId>buildutils</artifactId>
-        <version>1.3.0-SNAPSHOT</version>
+        <version>1.3.0</version>
     </parent>
 
     <artifactId>shade-axiom-xml</artifactId>
diff --git a/components/base64-utils/pom.xml b/components/base64-utils/pom.xml
index 0050a1a..f7b489a 100644
--- a/components/base64-utils/pom.xml
+++ b/components/base64-utils/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.ws.commons.axiom</groupId>
         <artifactId>components</artifactId>
-        <version>1.3.0-SNAPSHOT</version>
+        <version>1.3.0</version>
     </parent>
 
     <artifactId>base64-utils</artifactId>
diff --git a/components/core-streams/pom.xml b/components/core-streams/pom.xml
index 7ba4c44..a69ab87 100644
--- a/components/core-streams/pom.xml
+++ b/components/core-streams/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.ws.commons.axiom</groupId>
         <artifactId>components</artifactId>
-        <version>1.3.0-SNAPSHOT</version>
+        <version>1.3.0</version>
     </parent>
 
     <artifactId>core-streams</artifactId>
diff --git a/components/pom.xml b/components/pom.xml
index f26b0aa..16173a5 100644
--- a/components/pom.xml
+++ b/components/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.ws.commons.axiom</groupId>
         <artifactId>axiom</artifactId>
-        <version>1.3.0-SNAPSHOT</version>
+        <version>1.3.0</version>
     </parent>
 
     <artifactId>components</artifactId>
diff --git a/components/xml-utils/pom.xml b/components/xml-utils/pom.xml
index 6bda007..cedfc2d 100644
--- a/components/xml-utils/pom.xml
+++ b/components/xml-utils/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.ws.commons.axiom</groupId>
         <artifactId>components</artifactId>
-        <version>1.3.0-SNAPSHOT</version>
+        <version>1.3.0</version>
     </parent>
 
     <artifactId>xml-utils</artifactId>
diff --git a/devguide/pom.xml b/devguide/pom.xml
index 838ec8f..8dba353 100644
--- a/devguide/pom.xml
+++ b/devguide/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.ws.commons.axiom</groupId>
         <artifactId>axiom</artifactId>
-        <version>1.3.0-SNAPSHOT</version>
+        <version>1.3.0</version>
     </parent>
 
     <artifactId>devguide</artifactId>
diff --git a/distribution/pom.xml b/distribution/pom.xml
index 43b9277..e18defe 100644
--- a/distribution/pom.xml
+++ b/distribution/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.ws.commons.axiom</groupId>
         <artifactId>axiom</artifactId>
-        <version>1.3.0-SNAPSHOT</version>
+        <version>1.3.0</version>
     </parent>
 
     <artifactId>distribution</artifactId>
diff --git a/implementations/axiom-dom/pom.xml b/implementations/axiom-dom/pom.xml
index 69a7b75..1094a98 100644
--- a/implementations/axiom-dom/pom.xml
+++ b/implementations/axiom-dom/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.ws.commons.axiom</groupId>
         <artifactId>implementations</artifactId>
-        <version>1.3.0-SNAPSHOT</version>
+        <version>1.3.0</version>
     </parent>
 
     <artifactId>axiom-dom</artifactId>
diff --git a/implementations/axiom-impl/pom.xml b/implementations/axiom-impl/pom.xml
index e0da23e..a991585 100644
--- a/implementations/axiom-impl/pom.xml
+++ b/implementations/axiom-impl/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.ws.commons.axiom</groupId>
         <artifactId>implementations</artifactId>
-        <version>1.3.0-SNAPSHOT</version>
+        <version>1.3.0</version>
     </parent>
 
     <artifactId>axiom-impl</artifactId>
diff --git a/implementations/pom.xml b/implementations/pom.xml
index 4b6a20d..669fd66 100644
--- a/implementations/pom.xml
+++ b/implementations/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.ws.commons.axiom</groupId>
         <artifactId>axiom</artifactId>
-        <version>1.3.0-SNAPSHOT</version>
+        <version>1.3.0</version>
     </parent>
 
     <artifactId>implementations</artifactId>
diff --git a/pom.xml b/pom.xml
index c06120f..74fbc70 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@
 
     <groupId>org.apache.ws.commons.axiom</groupId>
     <artifactId>axiom</artifactId>
-    <version>1.3.0-SNAPSHOT</version>
+    <version>1.3.0</version>
     <packaging>pom</packaging>
 
     <name>Axiom</name>
@@ -234,7 +234,8 @@
         <connection>scm:git:https://gitbox.apache.org/repos/asf/ws-axiom.git</connection>
         <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/ws-axiom.git</developerConnection>
         <url>https://gitbox.apache.org/repos/asf?p=ws-axiom.git;a=summary</url>
-    </scm>
+      <tag>1.3.0</tag>
+  </scm>
     <issueManagement>
         <system>JIRA</system>
         <url>http://issues.apache.org/jira/browse/AXIOM</url>
@@ -926,7 +927,7 @@
                                 <script>
                                     import java.io.File
                                     
-                                    if (new File(project.build.directory, 'tmp').listFiles().length > 0) {
+                                    if (new File(project.build.directory, 'tmp').listFiles().length &gt; 0) {
                                         throw new Error("Temporary directory not empty");
                                     }
                                 </script>
diff --git a/samples/pom.xml b/samples/pom.xml
index 1b52b4e..8110e09 100644
--- a/samples/pom.xml
+++ b/samples/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.ws.commons.axiom</groupId>
         <artifactId>axiom</artifactId>
-        <version>1.3.0-SNAPSHOT</version>
+        <version>1.3.0</version>
     </parent>
 
     <artifactId>samples</artifactId>
diff --git a/systests/compat-tests/pom.xml b/systests/compat-tests/pom.xml
index 0ff7955..e45aa6e 100644
--- a/systests/compat-tests/pom.xml
+++ b/systests/compat-tests/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.ws.commons.axiom</groupId>
         <artifactId>systests</artifactId>
-        <version>1.3.0-SNAPSHOT</version>
+        <version>1.3.0</version>
     </parent>
 
     <artifactId>compat-tests</artifactId>
diff --git a/systests/cross-om-tests/pom.xml b/systests/cross-om-tests/pom.xml
index 6cbad5b..acd2222 100644
--- a/systests/cross-om-tests/pom.xml
+++ b/systests/cross-om-tests/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.ws.commons.axiom</groupId>
         <artifactId>systests</artifactId>
-        <version>1.3.0-SNAPSHOT</version>
+        <version>1.3.0</version>
     </parent>
 
     <artifactId>cross-om-tests</artifactId>
diff --git a/systests/eclipse-tests/pom.xml b/systests/eclipse-tests/pom.xml
index 4c00d00..a44922f 100644
--- a/systests/eclipse-tests/pom.xml
+++ b/systests/eclipse-tests/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.ws.commons.axiom</groupId>
         <artifactId>systests</artifactId>
-        <version>1.3.0-SNAPSHOT</version>
+        <version>1.3.0</version>
     </parent>
 
     <artifactId>eclipse-tests</artifactId>
diff --git a/systests/jaxws-tests/pom.xml b/systests/jaxws-tests/pom.xml
index c591013..dc8090c 100644
--- a/systests/jaxws-tests/pom.xml
+++ b/systests/jaxws-tests/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.ws.commons.axiom</groupId>
         <artifactId>systests</artifactId>
-        <version>1.3.0-SNAPSHOT</version>
+        <version>1.3.0</version>
     </parent>
 
     <artifactId>jaxws-tests</artifactId>
diff --git a/systests/old-tests/pom.xml b/systests/old-tests/pom.xml
index dfb8451..10a27d0 100644
--- a/systests/old-tests/pom.xml
+++ b/systests/old-tests/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.ws.commons.axiom</groupId>
         <artifactId>systests</artifactId>
-        <version>1.3.0-SNAPSHOT</version>
+        <version>1.3.0</version>
     </parent>
 
     <artifactId>old-tests</artifactId>
diff --git a/systests/osgi-tests/pom.xml b/systests/osgi-tests/pom.xml
index f0c11c3..d26a767 100644
--- a/systests/osgi-tests/pom.xml
+++ b/systests/osgi-tests/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.ws.commons.axiom</groupId>
         <artifactId>systests</artifactId>
-        <version>1.3.0-SNAPSHOT</version>
+        <version>1.3.0</version>
     </parent>
 
     <artifactId>osgi-tests</artifactId>
diff --git a/systests/pom.xml b/systests/pom.xml
index 61b78be..afaa121 100644
--- a/systests/pom.xml
+++ b/systests/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.ws.commons.axiom</groupId>
         <artifactId>axiom</artifactId>
-        <version>1.3.0-SNAPSHOT</version>
+        <version>1.3.0</version>
     </parent>
 
     <artifactId>systests</artifactId>
diff --git a/systests/psychopath-tests/pom.xml b/systests/psychopath-tests/pom.xml
index ff150a1..f422610 100644
--- a/systests/psychopath-tests/pom.xml
+++ b/systests/psychopath-tests/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.ws.commons.axiom</groupId>
         <artifactId>systests</artifactId>
-        <version>1.3.0-SNAPSHOT</version>
+        <version>1.3.0</version>
     </parent>
 
     <artifactId>psychopath-tests</artifactId>
diff --git a/systests/spring-ws-tests/pom.xml b/systests/spring-ws-tests/pom.xml
index 3d4208e..4401398 100644
--- a/systests/spring-ws-tests/pom.xml
+++ b/systests/spring-ws-tests/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.ws.commons.axiom</groupId>
         <artifactId>systests</artifactId>
-        <version>1.3.0-SNAPSHOT</version>
+        <version>1.3.0</version>
     </parent>
 
     <artifactId>spring-ws-tests</artifactId>
diff --git a/systests/wildfly-tests/pom.xml b/systests/wildfly-tests/pom.xml
index 3182693..0dc12a5 100644
--- a/systests/wildfly-tests/pom.xml
+++ b/systests/wildfly-tests/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.ws.commons.axiom</groupId>
         <artifactId>systests</artifactId>
-        <version>1.3.0-SNAPSHOT</version>
+        <version>1.3.0</version>
     </parent>
 
     <artifactId>wildfly-tests</artifactId>
@@ -34,7 +34,7 @@
     <properties>
         <wildfly.version>14.0.1.Final</wildfly.version>
         <wildfly.home>${project.build.directory}/wildfly-${wildfly.version}</wildfly.home>
-        <wildfly.jigsawArgs></wildfly.jigsawArgs>
+        <wildfly.jigsawArgs />
     </properties>
 
     <dependencies>
diff --git a/systests/wss4j-tests/pom.xml b/systests/wss4j-tests/pom.xml
index 6fd765b..28d282b 100644
--- a/systests/wss4j-tests/pom.xml
+++ b/systests/wss4j-tests/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.ws.commons.axiom</groupId>
         <artifactId>systests</artifactId>
-        <version>1.3.0-SNAPSHOT</version>
+        <version>1.3.0</version>
     </parent>
 
     <artifactId>wss4j-tests</artifactId>
diff --git a/testing/axiom-testsuite/pom.xml b/testing/axiom-testsuite/pom.xml
index 1155676..d2dbcb5 100644
--- a/testing/axiom-testsuite/pom.xml
+++ b/testing/axiom-testsuite/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.ws.commons.axiom</groupId>
         <artifactId>testing</artifactId>
-        <version>1.3.0-SNAPSHOT</version>
+        <version>1.3.0</version>
     </parent>
 
     <artifactId>axiom-testsuite</artifactId>
diff --git a/testing/axiom-truth/pom.xml b/testing/axiom-truth/pom.xml
index fc025eb..752082e 100644
--- a/testing/axiom-truth/pom.xml
+++ b/testing/axiom-truth/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.ws.commons.axiom</groupId>
         <artifactId>testing</artifactId>
-        <version>1.3.0-SNAPSHOT</version>
+        <version>1.3.0</version>
     </parent>
 
     <artifactId>axiom-truth</artifactId>
diff --git a/testing/dom-testsuite/pom.xml b/testing/dom-testsuite/pom.xml
index 676478a..ddb2e09 100644
--- a/testing/dom-testsuite/pom.xml
+++ b/testing/dom-testsuite/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.ws.commons.axiom</groupId>
         <artifactId>testing</artifactId>
-        <version>1.3.0-SNAPSHOT</version>
+        <version>1.3.0</version>
     </parent>
 
     <artifactId>dom-testsuite</artifactId>
diff --git a/testing/jaxen-testsuite/pom.xml b/testing/jaxen-testsuite/pom.xml
index 97d4df0..852af51 100644
--- a/testing/jaxen-testsuite/pom.xml
+++ b/testing/jaxen-testsuite/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.ws.commons.axiom</groupId>
         <artifactId>testing</artifactId>
-        <version>1.3.0-SNAPSHOT</version>
+        <version>1.3.0</version>
     </parent>
 
     <artifactId>jaxen-testsuite</artifactId>
diff --git a/testing/jaxp-testsuite/pom.xml b/testing/jaxp-testsuite/pom.xml
index 4104c3f..3327497 100644
--- a/testing/jaxp-testsuite/pom.xml
+++ b/testing/jaxp-testsuite/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.ws.commons.axiom</groupId>
         <artifactId>testing</artifactId>
-        <version>1.3.0-SNAPSHOT</version>
+        <version>1.3.0</version>
     </parent>
 
     <artifactId>jaxp-testsuite</artifactId>
diff --git a/testing/multiton/pom.xml b/testing/multiton/pom.xml
index d344c55..f3f752b 100644
--- a/testing/multiton/pom.xml
+++ b/testing/multiton/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.ws.commons.axiom</groupId>
         <artifactId>testing</artifactId>
-        <version>1.3.0-SNAPSHOT</version>
+        <version>1.3.0</version>
     </parent>
 
     <artifactId>multiton</artifactId>
diff --git a/testing/pom.xml b/testing/pom.xml
index ffd0ede..e906a46 100644
--- a/testing/pom.xml
+++ b/testing/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.ws.commons.axiom</groupId>
         <artifactId>axiom</artifactId>
-        <version>1.3.0-SNAPSHOT</version>
+        <version>1.3.0</version>
     </parent>
 
     <artifactId>testing</artifactId>
diff --git a/testing/saaj-testsuite/pom.xml b/testing/saaj-testsuite/pom.xml
index 627a50e..32fb2f6 100644
--- a/testing/saaj-testsuite/pom.xml
+++ b/testing/saaj-testsuite/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.ws.commons.axiom</groupId>
         <artifactId>testing</artifactId>
-        <version>1.3.0-SNAPSHOT</version>
+        <version>1.3.0</version>
     </parent>
 
     <artifactId>saaj-testsuite</artifactId>
diff --git a/testing/soap-testsuite/pom.xml b/testing/soap-testsuite/pom.xml
index 9b739bd..a059df4 100644
--- a/testing/soap-testsuite/pom.xml
+++ b/testing/soap-testsuite/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.ws.commons.axiom</groupId>
         <artifactId>testing</artifactId>
-        <version>1.3.0-SNAPSHOT</version>
+        <version>1.3.0</version>
     </parent>
 
     <artifactId>soap-testsuite</artifactId>
diff --git a/testing/spring-ws-testsuite/pom.xml b/testing/spring-ws-testsuite/pom.xml
index 3bafd36..611cff8 100644
--- a/testing/spring-ws-testsuite/pom.xml
+++ b/testing/spring-ws-testsuite/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.ws.commons.axiom</groupId>
         <artifactId>testing</artifactId>
-        <version>1.3.0-SNAPSHOT</version>
+        <version>1.3.0</version>
     </parent>
 
     <artifactId>spring-ws-testsuite</artifactId>
diff --git a/testing/testutils/pom.xml b/testing/testutils/pom.xml
index 29e9968..7168762 100644
--- a/testing/testutils/pom.xml
+++ b/testing/testutils/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.ws.commons.axiom</groupId>
         <artifactId>testing</artifactId>
-        <version>1.3.0-SNAPSHOT</version>
+        <version>1.3.0</version>
     </parent>
 
     <artifactId>testutils</artifactId>
diff --git a/testing/xml-testsuite/pom.xml b/testing/xml-testsuite/pom.xml
index 0f03774..8cd8814 100644
--- a/testing/xml-testsuite/pom.xml
+++ b/testing/xml-testsuite/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.ws.commons.axiom</groupId>
         <artifactId>testing</artifactId>
-        <version>1.3.0-SNAPSHOT</version>
+        <version>1.3.0</version>
     </parent>
 
     <artifactId>xml-testsuite</artifactId>
diff --git a/testing/xml-truth/pom.xml b/testing/xml-truth/pom.xml
index 9f68ed1..6821883 100644
--- a/testing/xml-truth/pom.xml
+++ b/testing/xml-truth/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.ws.commons.axiom</groupId>
         <artifactId>testing</artifactId>
-        <version>1.3.0-SNAPSHOT</version>
+        <version>1.3.0</version>
     </parent>
 
     <artifactId>xml-truth</artifactId>
diff --git a/userguide/pom.xml b/userguide/pom.xml
index 5a8dc6e..9fad3da 100644
--- a/userguide/pom.xml
+++ b/userguide/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.ws.commons.axiom</groupId>
         <artifactId>axiom</artifactId>
-        <version>1.3.0-SNAPSHOT</version>
+        <version>1.3.0</version>
     </parent>
 
     <artifactId>userguide</artifactId>