This is an automated email from the ASF dual-hosted git repository.

robertlazarski pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ws-axiom.git


The following commit(s) were added to refs/heads/master by this push:
     new ea3071a81 [maven-release-plugin] prepare release 2.0.0
ea3071a81 is described below

commit ea3071a81c49d769222a254b027da0e4b0c86261
Author: Robert Lazarski <robertlazar...@gmail.com>
AuthorDate: Mon Jan 27 17:17:37 2025 -1000

    [maven-release-plugin] prepare release 2.0.0
---
 apidocs/pom.xml                              | 2 +-
 axiom-api/pom.xml                            | 2 +-
 axiom-compat/pom.xml                         | 2 +-
 axiom-jakarta-activation/pom.xml             | 2 +-
 axiom-jakarta-jaxb/pom.xml                   | 2 +-
 axiom-javax-activation/pom.xml               | 4 ++--
 axiom-javax-jaxb/pom.xml                     | 4 ++--
 axiom-legacy-attachments/pom.xml             | 2 +-
 axiom-weaver-annotations/pom.xml             | 2 +-
 axiom-weaver/pom.xml                         | 2 +-
 buildutils/axiom-weaver-maven-plugin/pom.xml | 2 +-
 buildutils/buildutils-maven-plugin/pom.xml   | 2 +-
 buildutils/pom.xml                           | 2 +-
 buildutils/shade-axiom-xml/pom.xml           | 2 +-
 components/base64-utils/pom.xml              | 2 +-
 components/blob/pom.xml                      | 2 +-
 components/core-streams/pom.xml              | 2 +-
 components/io/pom.xml                        | 2 +-
 components/pom.xml                           | 2 +-
 components/xml-utils/pom.xml                 | 2 +-
 devguide/pom.xml                             | 2 +-
 distribution/pom.xml                         | 2 +-
 implementations/axiom-dom/pom.xml            | 2 +-
 implementations/axiom-impl/pom.xml           | 2 +-
 implementations/pom.xml                      | 2 +-
 jakarta-bom/pom.xml                          | 2 +-
 javax-bom/pom.xml                            | 2 +-
 mixins/core-mixins/pom.xml                   | 2 +-
 mixins/dom-mixins/pom.xml                    | 2 +-
 mixins/om-mixins/pom.xml                     | 2 +-
 mixins/pom.xml                               | 2 +-
 pom.xml                                      | 6 +++---
 samples/pom.xml                              | 2 +-
 systests/cross-om-tests/pom.xml              | 2 +-
 systests/eclipse-tests/pom.xml               | 2 +-
 systests/jaxb-tests/pom.xml                  | 2 +-
 systests/jaxws-tests/pom.xml                 | 2 +-
 systests/old-tests/pom.xml                   | 2 +-
 systests/osgi-tests/pom.xml                  | 2 +-
 systests/pom.xml                             | 2 +-
 systests/psychopath-tests/pom.xml            | 2 +-
 systests/spring-ws-tests/pom.xml             | 2 +-
 systests/wildfly-tests/pom.xml               | 2 +-
 systests/wss4j-tests/pom.xml                 | 2 +-
 testing/axiom-testsuite/pom.xml              | 2 +-
 testing/axiom-truth/pom.xml                  | 2 +-
 testing/blob-testutils/pom.xml               | 2 +-
 testing/dom-testsuite/pom.xml                | 4 ++--
 testing/jaxen-testsuite/pom.xml              | 2 +-
 testing/jaxp-testsuite/pom.xml               | 2 +-
 testing/multiton/pom.xml                     | 2 +-
 testing/pom.xml                              | 2 +-
 testing/saaj-testsuite/pom.xml               | 2 +-
 testing/soap-testsuite/pom.xml               | 2 +-
 testing/spring-ws-testsuite/pom.xml          | 2 +-
 testing/testutils/pom.xml                    | 2 +-
 testing/url-registry/pom.xml                 | 2 +-
 testing/xml-testsuite/pom.xml                | 2 +-
 testing/xml-truth/pom.xml                    | 2 +-
 userguide/pom.xml                            | 2 +-
 60 files changed, 65 insertions(+), 65 deletions(-)

diff --git a/apidocs/pom.xml b/apidocs/pom.xml
index 83b0040ce..517b21887 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>2.0.0-SNAPSHOT</version>
+        <version>2.0.0</version>
     </parent>
 
     <artifactId>apidocs</artifactId>
diff --git a/axiom-api/pom.xml b/axiom-api/pom.xml
index 9f0303e56..43cb18a5e 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>2.0.0-SNAPSHOT</version>
+        <version>2.0.0</version>
     </parent>
 
     <artifactId>axiom-api</artifactId>
diff --git a/axiom-compat/pom.xml b/axiom-compat/pom.xml
index aa0f0d03f..aeff3be72 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>2.0.0-SNAPSHOT</version>
+        <version>2.0.0</version>
     </parent>
 
     <artifactId>axiom-compat</artifactId>
diff --git a/axiom-jakarta-activation/pom.xml b/axiom-jakarta-activation/pom.xml
index b6c4ccc15..2046a39d8 100644
--- a/axiom-jakarta-activation/pom.xml
+++ b/axiom-jakarta-activation/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.ws.commons.axiom</groupId>
         <artifactId>axiom</artifactId>
-        <version>2.0.0-SNAPSHOT</version>
+        <version>2.0.0</version>
     </parent>
 
     <artifactId>axiom-jakarta-activation</artifactId>
diff --git a/axiom-jakarta-jaxb/pom.xml b/axiom-jakarta-jaxb/pom.xml
index 808dfffb2..5d253b550 100644
--- a/axiom-jakarta-jaxb/pom.xml
+++ b/axiom-jakarta-jaxb/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.ws.commons.axiom</groupId>
         <artifactId>axiom</artifactId>
-        <version>2.0.0-SNAPSHOT</version>
+        <version>2.0.0</version>
     </parent>
 
     <artifactId>axiom-jakarta-jaxb</artifactId>
diff --git a/axiom-javax-activation/pom.xml b/axiom-javax-activation/pom.xml
index 62f9a054b..59f7cf0d5 100644
--- a/axiom-javax-activation/pom.xml
+++ b/axiom-javax-activation/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.ws.commons.axiom</groupId>
         <artifactId>axiom</artifactId>
-        <version>2.0.0-SNAPSHOT</version>
+        <version>2.0.0</version>
     </parent>
 
     <artifactId>axiom-javax-activation</artifactId>
@@ -105,7 +105,7 @@
                         <configuration>
                             <target>
                                 <replaceregexp match="\bjakarta\b" 
replace="javax" flags="g" byline="true">
-                                    <fileset 
dir="${project.build.directory}/src"/>
+                                    <fileset 
dir="${project.build.directory}/src" />
                                 </replaceregexp>
                             </target>
                         </configuration>
diff --git a/axiom-javax-jaxb/pom.xml b/axiom-javax-jaxb/pom.xml
index cc197c98b..e69a2be70 100644
--- a/axiom-javax-jaxb/pom.xml
+++ b/axiom-javax-jaxb/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.ws.commons.axiom</groupId>
         <artifactId>axiom</artifactId>
-        <version>2.0.0-SNAPSHOT</version>
+        <version>2.0.0</version>
     </parent>
 
     <artifactId>axiom-javax-jaxb</artifactId>
@@ -110,7 +110,7 @@
                         <configuration>
                             <target>
                                 <replaceregexp match="\bjakarta\b" 
replace="javax" flags="g" byline="true">
-                                    <fileset 
dir="${project.build.directory}/src"/>
+                                    <fileset 
dir="${project.build.directory}/src" />
                                 </replaceregexp>
                             </target>
                         </configuration>
diff --git a/axiom-legacy-attachments/pom.xml b/axiom-legacy-attachments/pom.xml
index 1ee6a921d..2fe7cd552 100644
--- a/axiom-legacy-attachments/pom.xml
+++ b/axiom-legacy-attachments/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.ws.commons.axiom</groupId>
         <artifactId>axiom</artifactId>
-        <version>2.0.0-SNAPSHOT</version>
+        <version>2.0.0</version>
     </parent>
 
     <artifactId>axiom-legacy-attachments</artifactId>
diff --git a/axiom-weaver-annotations/pom.xml b/axiom-weaver-annotations/pom.xml
index 20ddf1e07..9876f5b76 100644
--- a/axiom-weaver-annotations/pom.xml
+++ b/axiom-weaver-annotations/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.ws.commons.axiom</groupId>
         <artifactId>axiom</artifactId>
-        <version>2.0.0-SNAPSHOT</version>
+        <version>2.0.0</version>
     </parent>
 
     <artifactId>axiom-weaver-annotations</artifactId>
diff --git a/axiom-weaver/pom.xml b/axiom-weaver/pom.xml
index 55a579c5e..aa30d332d 100644
--- a/axiom-weaver/pom.xml
+++ b/axiom-weaver/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.ws.commons.axiom</groupId>
         <artifactId>axiom</artifactId>
-        <version>2.0.0-SNAPSHOT</version>
+        <version>2.0.0</version>
     </parent>
 
     <artifactId>axiom-weaver</artifactId>
diff --git a/buildutils/axiom-weaver-maven-plugin/pom.xml 
b/buildutils/axiom-weaver-maven-plugin/pom.xml
index b20241904..4fc7f2bcc 100644
--- a/buildutils/axiom-weaver-maven-plugin/pom.xml
+++ b/buildutils/axiom-weaver-maven-plugin/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.ws.commons.axiom</groupId>
         <artifactId>buildutils</artifactId>
-        <version>2.0.0-SNAPSHOT</version>
+        <version>2.0.0</version>
     </parent>
 
     <artifactId>axiom-weaver-maven-plugin</artifactId>
diff --git a/buildutils/buildutils-maven-plugin/pom.xml 
b/buildutils/buildutils-maven-plugin/pom.xml
index 9db3558ae..92b84b050 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>2.0.0-SNAPSHOT</version>
+        <version>2.0.0</version>
     </parent>
 
     <artifactId>buildutils-maven-plugin</artifactId>
diff --git a/buildutils/pom.xml b/buildutils/pom.xml
index fe0abf1b9..6138aee71 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>2.0.0-SNAPSHOT</version>
+        <version>2.0.0</version>
     </parent>
 
     <artifactId>buildutils</artifactId>
diff --git a/buildutils/shade-axiom-xml/pom.xml 
b/buildutils/shade-axiom-xml/pom.xml
index 20d5cc49d..008cc7361 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>2.0.0-SNAPSHOT</version>
+        <version>2.0.0</version>
     </parent>
 
     <artifactId>shade-axiom-xml</artifactId>
diff --git a/components/base64-utils/pom.xml b/components/base64-utils/pom.xml
index 1ed21f808..6987b3a10 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>2.0.0-SNAPSHOT</version>
+        <version>2.0.0</version>
     </parent>
 
     <artifactId>base64-utils</artifactId>
diff --git a/components/blob/pom.xml b/components/blob/pom.xml
index c975e24ae..4688d488d 100644
--- a/components/blob/pom.xml
+++ b/components/blob/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.ws.commons.axiom</groupId>
         <artifactId>components</artifactId>
-        <version>2.0.0-SNAPSHOT</version>
+        <version>2.0.0</version>
     </parent>
 
     <artifactId>blob</artifactId>
diff --git a/components/core-streams/pom.xml b/components/core-streams/pom.xml
index c75790709..7c5438b21 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>2.0.0-SNAPSHOT</version>
+        <version>2.0.0</version>
     </parent>
 
     <artifactId>core-streams</artifactId>
diff --git a/components/io/pom.xml b/components/io/pom.xml
index ea95cb0bc..65f7dc9f8 100644
--- a/components/io/pom.xml
+++ b/components/io/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.ws.commons.axiom</groupId>
         <artifactId>components</artifactId>
-        <version>2.0.0-SNAPSHOT</version>
+        <version>2.0.0</version>
     </parent>
 
     <artifactId>io</artifactId>
diff --git a/components/pom.xml b/components/pom.xml
index fa90dd57d..6cf5fc112 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>2.0.0-SNAPSHOT</version>
+        <version>2.0.0</version>
     </parent>
 
     <artifactId>components</artifactId>
diff --git a/components/xml-utils/pom.xml b/components/xml-utils/pom.xml
index b34009eb5..29ee86260 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>2.0.0-SNAPSHOT</version>
+        <version>2.0.0</version>
     </parent>
 
     <artifactId>xml-utils</artifactId>
diff --git a/devguide/pom.xml b/devguide/pom.xml
index f8107a31c..a33001d1a 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>2.0.0-SNAPSHOT</version>
+        <version>2.0.0</version>
     </parent>
 
     <artifactId>devguide</artifactId>
diff --git a/distribution/pom.xml b/distribution/pom.xml
index e983ad219..38e7d116c 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>2.0.0-SNAPSHOT</version>
+        <version>2.0.0</version>
     </parent>
 
     <artifactId>distribution</artifactId>
diff --git a/implementations/axiom-dom/pom.xml 
b/implementations/axiom-dom/pom.xml
index e1e43fd85..afa07979a 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>2.0.0-SNAPSHOT</version>
+        <version>2.0.0</version>
     </parent>
 
     <artifactId>axiom-dom</artifactId>
diff --git a/implementations/axiom-impl/pom.xml 
b/implementations/axiom-impl/pom.xml
index dda4afd09..55f3cd9f1 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>2.0.0-SNAPSHOT</version>
+        <version>2.0.0</version>
     </parent>
 
     <artifactId>axiom-impl</artifactId>
diff --git a/implementations/pom.xml b/implementations/pom.xml
index 67202f286..2b26b8e80 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>2.0.0-SNAPSHOT</version>
+        <version>2.0.0</version>
     </parent>
 
     <artifactId>implementations</artifactId>
diff --git a/jakarta-bom/pom.xml b/jakarta-bom/pom.xml
index 6f1348ea7..750735d45 100644
--- a/jakarta-bom/pom.xml
+++ b/jakarta-bom/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.ws.commons.axiom</groupId>
         <artifactId>axiom</artifactId>
-        <version>2.0.0-SNAPSHOT</version>
+        <version>2.0.0</version>
     </parent>
 
     <artifactId>jakarta-bom</artifactId>
diff --git a/javax-bom/pom.xml b/javax-bom/pom.xml
index 05eb93819..1d64f68c1 100644
--- a/javax-bom/pom.xml
+++ b/javax-bom/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.ws.commons.axiom</groupId>
         <artifactId>axiom</artifactId>
-        <version>2.0.0-SNAPSHOT</version>
+        <version>2.0.0</version>
     </parent>
 
     <artifactId>javax-bom</artifactId>
diff --git a/mixins/core-mixins/pom.xml b/mixins/core-mixins/pom.xml
index 69fdf4505..c73620c46 100644
--- a/mixins/core-mixins/pom.xml
+++ b/mixins/core-mixins/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.ws.commons.axiom</groupId>
         <artifactId>mixins</artifactId>
-        <version>2.0.0-SNAPSHOT</version>
+        <version>2.0.0</version>
     </parent>
 
     <artifactId>core-mixins</artifactId>
diff --git a/mixins/dom-mixins/pom.xml b/mixins/dom-mixins/pom.xml
index 7cf52197f..2990d0a29 100644
--- a/mixins/dom-mixins/pom.xml
+++ b/mixins/dom-mixins/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.ws.commons.axiom</groupId>
         <artifactId>mixins</artifactId>
-        <version>2.0.0-SNAPSHOT</version>
+        <version>2.0.0</version>
     </parent>
 
     <artifactId>dom-mixins</artifactId>
diff --git a/mixins/om-mixins/pom.xml b/mixins/om-mixins/pom.xml
index fc587a968..6326d81c0 100644
--- a/mixins/om-mixins/pom.xml
+++ b/mixins/om-mixins/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.ws.commons.axiom</groupId>
         <artifactId>mixins</artifactId>
-        <version>2.0.0-SNAPSHOT</version>
+        <version>2.0.0</version>
     </parent>
 
     <artifactId>om-mixins</artifactId>
diff --git a/mixins/pom.xml b/mixins/pom.xml
index 31eca6b3b..e6b380846 100644
--- a/mixins/pom.xml
+++ b/mixins/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.ws.commons.axiom</groupId>
         <artifactId>axiom</artifactId>
-        <version>2.0.0-SNAPSHOT</version>
+        <version>2.0.0</version>
     </parent>
 
     <artifactId>mixins</artifactId>
diff --git a/pom.xml b/pom.xml
index 88505f079..fc0c9db1b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@
 
     <groupId>org.apache.ws.commons.axiom</groupId>
     <artifactId>axiom</artifactId>
-    <version>2.0.0-SNAPSHOT</version>
+    <version>2.0.0</version>
     <packaging>pom</packaging>
 
     <name>Axiom</name>
@@ -264,7 +264,7 @@
         
<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>
-      <tag>HEAD</tag>
+      <tag>2.0.0</tag>
   </scm>
     <issueManagement>
         <system>JIRA</system>
@@ -298,7 +298,7 @@
 
         <skipDeploy>false</skipDeploy>
 
-        
<project.build.outputTimestamp>2022-03-13T11:17:04Z</project.build.outputTimestamp>
+        
<project.build.outputTimestamp>2025-01-28T03:12:07Z</project.build.outputTimestamp>
     </properties>
 
     <dependencyManagement>
diff --git a/samples/pom.xml b/samples/pom.xml
index dd569f1fa..a554e50b2 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>2.0.0-SNAPSHOT</version>
+        <version>2.0.0</version>
     </parent>
 
     <artifactId>samples</artifactId>
diff --git a/systests/cross-om-tests/pom.xml b/systests/cross-om-tests/pom.xml
index be2a3da4c..99e197e71 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>2.0.0-SNAPSHOT</version>
+        <version>2.0.0</version>
     </parent>
 
     <artifactId>cross-om-tests</artifactId>
diff --git a/systests/eclipse-tests/pom.xml b/systests/eclipse-tests/pom.xml
index 38ea06b3d..3a52127b3 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>2.0.0-SNAPSHOT</version>
+        <version>2.0.0</version>
     </parent>
 
     <artifactId>eclipse-tests</artifactId>
diff --git a/systests/jaxb-tests/pom.xml b/systests/jaxb-tests/pom.xml
index eaf78e9fc..66c0e9bee 100644
--- a/systests/jaxb-tests/pom.xml
+++ b/systests/jaxb-tests/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.ws.commons.axiom</groupId>
         <artifactId>systests</artifactId>
-        <version>2.0.0-SNAPSHOT</version>
+        <version>2.0.0</version>
     </parent>
 
     <artifactId>jaxb-tests</artifactId>
diff --git a/systests/jaxws-tests/pom.xml b/systests/jaxws-tests/pom.xml
index 3a5d6d01b..b225a7b56 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>2.0.0-SNAPSHOT</version>
+        <version>2.0.0</version>
     </parent>
 
     <artifactId>jaxws-tests</artifactId>
diff --git a/systests/old-tests/pom.xml b/systests/old-tests/pom.xml
index b110b59ed..d081e7957 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>2.0.0-SNAPSHOT</version>
+        <version>2.0.0</version>
     </parent>
 
     <artifactId>old-tests</artifactId>
diff --git a/systests/osgi-tests/pom.xml b/systests/osgi-tests/pom.xml
index d0c7afbc3..0f72ba17e 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>2.0.0-SNAPSHOT</version>
+        <version>2.0.0</version>
     </parent>
 
     <artifactId>osgi-tests</artifactId>
diff --git a/systests/pom.xml b/systests/pom.xml
index 498d1a16e..870f956d8 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>2.0.0-SNAPSHOT</version>
+        <version>2.0.0</version>
     </parent>
 
     <artifactId>systests</artifactId>
diff --git a/systests/psychopath-tests/pom.xml 
b/systests/psychopath-tests/pom.xml
index 9e8c53661..265d97a25 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>2.0.0-SNAPSHOT</version>
+        <version>2.0.0</version>
     </parent>
 
     <artifactId>psychopath-tests</artifactId>
diff --git a/systests/spring-ws-tests/pom.xml b/systests/spring-ws-tests/pom.xml
index d6f853d3b..bf127809c 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>2.0.0-SNAPSHOT</version>
+        <version>2.0.0</version>
     </parent>
 
     <artifactId>spring-ws-tests</artifactId>
diff --git a/systests/wildfly-tests/pom.xml b/systests/wildfly-tests/pom.xml
index 54be53773..7dd7d24e4 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>2.0.0-SNAPSHOT</version>
+        <version>2.0.0</version>
     </parent>
 
     <artifactId>wildfly-tests</artifactId>
diff --git a/systests/wss4j-tests/pom.xml b/systests/wss4j-tests/pom.xml
index b3df1b6df..864ea19ce 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>2.0.0-SNAPSHOT</version>
+        <version>2.0.0</version>
     </parent>
 
     <artifactId>wss4j-tests</artifactId>
diff --git a/testing/axiom-testsuite/pom.xml b/testing/axiom-testsuite/pom.xml
index f77294d53..518ea31e5 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>2.0.0-SNAPSHOT</version>
+        <version>2.0.0</version>
     </parent>
 
     <artifactId>axiom-testsuite</artifactId>
diff --git a/testing/axiom-truth/pom.xml b/testing/axiom-truth/pom.xml
index 1b42030d6..2a70b286f 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>2.0.0-SNAPSHOT</version>
+        <version>2.0.0</version>
     </parent>
 
     <artifactId>axiom-truth</artifactId>
diff --git a/testing/blob-testutils/pom.xml b/testing/blob-testutils/pom.xml
index da5ffc093..ec0040b22 100644
--- a/testing/blob-testutils/pom.xml
+++ b/testing/blob-testutils/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.ws.commons.axiom</groupId>
         <artifactId>testing</artifactId>
-        <version>2.0.0-SNAPSHOT</version>
+        <version>2.0.0</version>
     </parent>
 
     <artifactId>blob-testutils</artifactId>
diff --git a/testing/dom-testsuite/pom.xml b/testing/dom-testsuite/pom.xml
index 82bb20333..8f25318e6 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>2.0.0-SNAPSHOT</version>
+        <version>2.0.0</version>
     </parent>
 
     <artifactId>dom-testsuite</artifactId>
@@ -166,7 +166,7 @@
                         </goals>
                         <configuration>
                             <target>
-                                <patch patchfile="src/w3c/resolveURI.patch" 
dir="${project.build.directory}/w3c/java" strip="1"/>
+                                <patch patchfile="src/w3c/resolveURI.patch" 
dir="${project.build.directory}/w3c/java" strip="1" />
                             </target>
                         </configuration>
                     </execution>
diff --git a/testing/jaxen-testsuite/pom.xml b/testing/jaxen-testsuite/pom.xml
index d8306ec0c..2873a4919 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>2.0.0-SNAPSHOT</version>
+        <version>2.0.0</version>
     </parent>
 
     <artifactId>jaxen-testsuite</artifactId>
diff --git a/testing/jaxp-testsuite/pom.xml b/testing/jaxp-testsuite/pom.xml
index 6d37979ea..538a57470 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>2.0.0-SNAPSHOT</version>
+        <version>2.0.0</version>
     </parent>
 
     <artifactId>jaxp-testsuite</artifactId>
diff --git a/testing/multiton/pom.xml b/testing/multiton/pom.xml
index 43dfe5420..c3d4e27d6 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>2.0.0-SNAPSHOT</version>
+        <version>2.0.0</version>
     </parent>
 
     <artifactId>multiton</artifactId>
diff --git a/testing/pom.xml b/testing/pom.xml
index f6f8e2e50..47802aeaf 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>2.0.0-SNAPSHOT</version>
+        <version>2.0.0</version>
     </parent>
 
     <artifactId>testing</artifactId>
diff --git a/testing/saaj-testsuite/pom.xml b/testing/saaj-testsuite/pom.xml
index d083f939d..fcf40ae23 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>2.0.0-SNAPSHOT</version>
+        <version>2.0.0</version>
     </parent>
 
     <artifactId>saaj-testsuite</artifactId>
diff --git a/testing/soap-testsuite/pom.xml b/testing/soap-testsuite/pom.xml
index c89319910..0730c125f 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>2.0.0-SNAPSHOT</version>
+        <version>2.0.0</version>
     </parent>
 
     <artifactId>soap-testsuite</artifactId>
diff --git a/testing/spring-ws-testsuite/pom.xml 
b/testing/spring-ws-testsuite/pom.xml
index 98da7e63d..2c95524e8 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>2.0.0-SNAPSHOT</version>
+        <version>2.0.0</version>
     </parent>
 
     <artifactId>spring-ws-testsuite</artifactId>
diff --git a/testing/testutils/pom.xml b/testing/testutils/pom.xml
index fd01e8c97..7669136a4 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>2.0.0-SNAPSHOT</version>
+        <version>2.0.0</version>
     </parent>
 
     <artifactId>testutils</artifactId>
diff --git a/testing/url-registry/pom.xml b/testing/url-registry/pom.xml
index 5990831a6..2e556ee0e 100644
--- a/testing/url-registry/pom.xml
+++ b/testing/url-registry/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.ws.commons.axiom</groupId>
         <artifactId>testing</artifactId>
-        <version>2.0.0-SNAPSHOT</version>
+        <version>2.0.0</version>
     </parent>
 
     <artifactId>url-registry</artifactId>
diff --git a/testing/xml-testsuite/pom.xml b/testing/xml-testsuite/pom.xml
index 300980263..7cbb7a225 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>2.0.0-SNAPSHOT</version>
+        <version>2.0.0</version>
     </parent>
 
     <artifactId>xml-testsuite</artifactId>
diff --git a/testing/xml-truth/pom.xml b/testing/xml-truth/pom.xml
index 471c2597d..baf46a174 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>2.0.0-SNAPSHOT</version>
+        <version>2.0.0</version>
     </parent>
 
     <artifactId>xml-truth</artifactId>
diff --git a/userguide/pom.xml b/userguide/pom.xml
index a0fccb3de..2133afb9b 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>2.0.0-SNAPSHOT</version>
+        <version>2.0.0</version>
     </parent>
 
     <artifactId>userguide</artifactId>

Reply via email to