This is an automated email from the ASF dual-hosted git repository.
veithen 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 78a200e Change the project version to 1.4.0
78a200e is described below
commit 78a200e2b5aca62c872232d463875a642b70f0a0
Author: Andreas Veithen <[email protected]>
AuthorDate: Sun Mar 13 11:36:25 2022 +0000
Change the project version to 1.4.0
There are enough changes to increment the minor version number, in
particular the switch to Java 8.
---
apidocs/pom.xml | 2 +-
axiom-all/pom.xml | 2 +-
axiom-api/pom.xml | 2 +-
axiom-compat/pom.xml | 2 +-
axiom-jaxb/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/core-streams/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 +-
mixins/core-mixins/pom.xml | 2 +-
mixins/dom-mixins/pom.xml | 2 +-
mixins/om-mixins/pom.xml | 2 +-
mixins/pom.xml | 2 +-
pom.xml | 4 ++--
samples/pom.xml | 2 +-
src/site/markdown/release-notes/1.3.1.md | 2 --
src/site/markdown/release-notes/1.4.0.md | 13 +++++++++++++
src/site/site.xml | 1 +
systests/compat-tests/pom.xml | 2 +-
systests/cross-om-tests/pom.xml | 2 +-
systests/eclipse-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/dom-testsuite/pom.xml | 2 +-
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/xml-testsuite/pom.xml | 2 +-
testing/xml-truth/pom.xml | 2 +-
userguide/pom.xml | 2 +-
54 files changed, 66 insertions(+), 54 deletions(-)
diff --git a/apidocs/pom.xml b/apidocs/pom.xml
index 7ee79af..bfac664 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.1-SNAPSHOT</version>
+ <version>1.4.0-SNAPSHOT</version>
</parent>
<artifactId>apidocs</artifactId>
diff --git a/axiom-all/pom.xml b/axiom-all/pom.xml
index ef093df..56d6008 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.1-SNAPSHOT</version>
+ <version>1.4.0-SNAPSHOT</version>
</parent>
<artifactId>axiom-all</artifactId>
diff --git a/axiom-api/pom.xml b/axiom-api/pom.xml
index c786132..78d641c 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.1-SNAPSHOT</version>
+ <version>1.4.0-SNAPSHOT</version>
</parent>
<artifactId>axiom-api</artifactId>
diff --git a/axiom-compat/pom.xml b/axiom-compat/pom.xml
index 55bfe3e..5aebc58 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.1-SNAPSHOT</version>
+ <version>1.4.0-SNAPSHOT</version>
</parent>
<artifactId>axiom-compat</artifactId>
diff --git a/axiom-jaxb/pom.xml b/axiom-jaxb/pom.xml
index d8e4c0a..24db692 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.1-SNAPSHOT</version>
+ <version>1.4.0-SNAPSHOT</version>
</parent>
<artifactId>axiom-jaxb</artifactId>
diff --git a/axiom-weaver-annotations/pom.xml b/axiom-weaver-annotations/pom.xml
index 13e8a38..6eb8141 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>1.3.1-SNAPSHOT</version>
+ <version>1.4.0-SNAPSHOT</version>
</parent>
<artifactId>axiom-weaver-annotations</artifactId>
diff --git a/axiom-weaver/pom.xml b/axiom-weaver/pom.xml
index d559e29..20a7f5a 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>1.3.1-SNAPSHOT</version>
+ <version>1.4.0-SNAPSHOT</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 1177c43..2b8fd82 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>1.3.1-SNAPSHOT</version>
+ <version>1.4.0-SNAPSHOT</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 e05d563..247a948 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.1-SNAPSHOT</version>
+ <version>1.4.0-SNAPSHOT</version>
</parent>
<artifactId>buildutils-maven-plugin</artifactId>
diff --git a/buildutils/pom.xml b/buildutils/pom.xml
index bbeea96..f60d1fe 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.1-SNAPSHOT</version>
+ <version>1.4.0-SNAPSHOT</version>
</parent>
<artifactId>buildutils</artifactId>
diff --git a/buildutils/shade-axiom-xml/pom.xml
b/buildutils/shade-axiom-xml/pom.xml
index f79ad4e..3dff36c 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.1-SNAPSHOT</version>
+ <version>1.4.0-SNAPSHOT</version>
</parent>
<artifactId>shade-axiom-xml</artifactId>
diff --git a/components/base64-utils/pom.xml b/components/base64-utils/pom.xml
index 5de5413..51331c6 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.1-SNAPSHOT</version>
+ <version>1.4.0-SNAPSHOT</version>
</parent>
<artifactId>base64-utils</artifactId>
diff --git a/components/core-streams/pom.xml b/components/core-streams/pom.xml
index a355bb2..3d39d7d 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.1-SNAPSHOT</version>
+ <version>1.4.0-SNAPSHOT</version>
</parent>
<artifactId>core-streams</artifactId>
diff --git a/components/pom.xml b/components/pom.xml
index 3ac3b1e..1690f59 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.1-SNAPSHOT</version>
+ <version>1.4.0-SNAPSHOT</version>
</parent>
<artifactId>components</artifactId>
diff --git a/components/xml-utils/pom.xml b/components/xml-utils/pom.xml
index 1ef19b5..3ec52d9 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.1-SNAPSHOT</version>
+ <version>1.4.0-SNAPSHOT</version>
</parent>
<artifactId>xml-utils</artifactId>
diff --git a/devguide/pom.xml b/devguide/pom.xml
index b14613a..207d556 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.1-SNAPSHOT</version>
+ <version>1.4.0-SNAPSHOT</version>
</parent>
<artifactId>devguide</artifactId>
diff --git a/distribution/pom.xml b/distribution/pom.xml
index 32bdcd7..1adfd38 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.1-SNAPSHOT</version>
+ <version>1.4.0-SNAPSHOT</version>
</parent>
<artifactId>distribution</artifactId>
diff --git a/implementations/axiom-dom/pom.xml
b/implementations/axiom-dom/pom.xml
index 2c75e0a..64a9f0e 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.1-SNAPSHOT</version>
+ <version>1.4.0-SNAPSHOT</version>
</parent>
<artifactId>axiom-dom</artifactId>
diff --git a/implementations/axiom-impl/pom.xml
b/implementations/axiom-impl/pom.xml
index 9ec45ae..20ad65f 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.1-SNAPSHOT</version>
+ <version>1.4.0-SNAPSHOT</version>
</parent>
<artifactId>axiom-impl</artifactId>
diff --git a/implementations/pom.xml b/implementations/pom.xml
index 2d6a648..3cfa5ee 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.1-SNAPSHOT</version>
+ <version>1.4.0-SNAPSHOT</version>
</parent>
<artifactId>implementations</artifactId>
diff --git a/mixins/core-mixins/pom.xml b/mixins/core-mixins/pom.xml
index 2b2948b..3d383a9 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>1.3.1-SNAPSHOT</version>
+ <version>1.4.0-SNAPSHOT</version>
</parent>
<artifactId>core-mixins</artifactId>
diff --git a/mixins/dom-mixins/pom.xml b/mixins/dom-mixins/pom.xml
index 22bab89..fa6bbe7 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>1.3.1-SNAPSHOT</version>
+ <version>1.4.0-SNAPSHOT</version>
</parent>
<artifactId>dom-mixins</artifactId>
diff --git a/mixins/om-mixins/pom.xml b/mixins/om-mixins/pom.xml
index 99174f5..5a7cfaf 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>1.3.1-SNAPSHOT</version>
+ <version>1.4.0-SNAPSHOT</version>
</parent>
<artifactId>om-mixins</artifactId>
diff --git a/mixins/pom.xml b/mixins/pom.xml
index 3c5aa16..e53a268 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>1.3.1-SNAPSHOT</version>
+ <version>1.4.0-SNAPSHOT</version>
</parent>
<artifactId>mixins</artifactId>
diff --git a/pom.xml b/pom.xml
index 5dd6e4b..0d01bb6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@
<groupId>org.apache.ws.commons.axiom</groupId>
<artifactId>axiom</artifactId>
- <version>1.3.1-SNAPSHOT</version>
+ <version>1.4.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Axiom</name>
@@ -268,7 +268,7 @@
<skipDeploy>false</skipDeploy>
-
<project.build.outputTimestamp>2021-12-19T15:46:00Z</project.build.outputTimestamp>
+
<project.build.outputTimestamp>2022-03-13T11:17:04Z</project.build.outputTimestamp>
</properties>
<dependencyManagement>
diff --git a/samples/pom.xml b/samples/pom.xml
index 825d850..c1c7255 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.1-SNAPSHOT</version>
+ <version>1.4.0-SNAPSHOT</version>
</parent>
<artifactId>samples</artifactId>
diff --git a/src/site/markdown/release-notes/1.3.1.md
b/src/site/markdown/release-notes/1.3.1.md
deleted file mode 100644
index 94fa1b1..0000000
--- a/src/site/markdown/release-notes/1.3.1.md
+++ /dev/null
@@ -1,2 +0,0 @@
-Apache Axiom 1.3.1 Release Note
-===============================
diff --git a/src/site/markdown/release-notes/1.4.0.md
b/src/site/markdown/release-notes/1.4.0.md
new file mode 100644
index 0000000..7661824
--- /dev/null
+++ b/src/site/markdown/release-notes/1.4.0.md
@@ -0,0 +1,13 @@
+Apache Axiom 1.4.0 Release Note
+===============================
+
+Axiom 1.4.0 fixes some regressions identified in Axiom 1.3.0:
+[AXIOM-508](https://issues.apache.org/jira/browse/AXIOM-508),
+[AXIOM-509](https://issues.apache.org/jira/browse/AXIOM-509) and
+[AXIOM-512](https://issues.apache.org/jira/browse/AXIOM-512).
+
+It also features a reorganization of internal code. This should not affect code
+that uses Axiom, unless it refers to internal implementation classes, in which
+case that code should be fixed so that it only uses supported interfaces.
+
+Finally, Axiom 1.4.0 also changes the minimum required Java version to 1.8.
diff --git a/src/site/site.xml b/src/site/site.xml
index 6529e42..f0693be 100644
--- a/src/site/site.xml
+++ b/src/site/site.xml
@@ -62,6 +62,7 @@
<item name="1.2.21" href="release-notes/1.2.21.html"/>
<item name="1.2.22" href="release-notes/1.2.22.html"/>
<item name="1.3.0" href="release-notes/1.3.0.html"/>
+ <item name="1.4.0" href="release-notes/1.4.0.html"/>
</item>
<item name="Quick start samples" href="quickstart-samples.html"/>
<item name="User guide" href="userguide.html"/>
diff --git a/systests/compat-tests/pom.xml b/systests/compat-tests/pom.xml
index 7bb0823..565c5a3 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.1-SNAPSHOT</version>
+ <version>1.4.0-SNAPSHOT</version>
</parent>
<artifactId>compat-tests</artifactId>
diff --git a/systests/cross-om-tests/pom.xml b/systests/cross-om-tests/pom.xml
index 81716e9..495e8bc 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.1-SNAPSHOT</version>
+ <version>1.4.0-SNAPSHOT</version>
</parent>
<artifactId>cross-om-tests</artifactId>
diff --git a/systests/eclipse-tests/pom.xml b/systests/eclipse-tests/pom.xml
index 272da1a..3c4040c 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.1-SNAPSHOT</version>
+ <version>1.4.0-SNAPSHOT</version>
</parent>
<artifactId>eclipse-tests</artifactId>
diff --git a/systests/jaxws-tests/pom.xml b/systests/jaxws-tests/pom.xml
index 1af4a78..0dea511 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.1-SNAPSHOT</version>
+ <version>1.4.0-SNAPSHOT</version>
</parent>
<artifactId>jaxws-tests</artifactId>
diff --git a/systests/old-tests/pom.xml b/systests/old-tests/pom.xml
index d822b49..5d11268 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.1-SNAPSHOT</version>
+ <version>1.4.0-SNAPSHOT</version>
</parent>
<artifactId>old-tests</artifactId>
diff --git a/systests/osgi-tests/pom.xml b/systests/osgi-tests/pom.xml
index b2b41c9..5ffda64 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.1-SNAPSHOT</version>
+ <version>1.4.0-SNAPSHOT</version>
</parent>
<artifactId>osgi-tests</artifactId>
diff --git a/systests/pom.xml b/systests/pom.xml
index 7d71a8d..c48f472 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.1-SNAPSHOT</version>
+ <version>1.4.0-SNAPSHOT</version>
</parent>
<artifactId>systests</artifactId>
diff --git a/systests/psychopath-tests/pom.xml
b/systests/psychopath-tests/pom.xml
index 4a93d40..baef166 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.1-SNAPSHOT</version>
+ <version>1.4.0-SNAPSHOT</version>
</parent>
<artifactId>psychopath-tests</artifactId>
diff --git a/systests/spring-ws-tests/pom.xml b/systests/spring-ws-tests/pom.xml
index cc75023..2eb8709 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.1-SNAPSHOT</version>
+ <version>1.4.0-SNAPSHOT</version>
</parent>
<artifactId>spring-ws-tests</artifactId>
diff --git a/systests/wildfly-tests/pom.xml b/systests/wildfly-tests/pom.xml
index cdce62f..2365079 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.1-SNAPSHOT</version>
+ <version>1.4.0-SNAPSHOT</version>
</parent>
<artifactId>wildfly-tests</artifactId>
diff --git a/systests/wss4j-tests/pom.xml b/systests/wss4j-tests/pom.xml
index 13f905c..6ecda1f 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.1-SNAPSHOT</version>
+ <version>1.4.0-SNAPSHOT</version>
</parent>
<artifactId>wss4j-tests</artifactId>
diff --git a/testing/axiom-testsuite/pom.xml b/testing/axiom-testsuite/pom.xml
index 4c66039..35498b4 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.1-SNAPSHOT</version>
+ <version>1.4.0-SNAPSHOT</version>
</parent>
<artifactId>axiom-testsuite</artifactId>
diff --git a/testing/axiom-truth/pom.xml b/testing/axiom-truth/pom.xml
index 144a7d1..364d6c8 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.1-SNAPSHOT</version>
+ <version>1.4.0-SNAPSHOT</version>
</parent>
<artifactId>axiom-truth</artifactId>
diff --git a/testing/dom-testsuite/pom.xml b/testing/dom-testsuite/pom.xml
index 9bbae38..42f5e4b 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.1-SNAPSHOT</version>
+ <version>1.4.0-SNAPSHOT</version>
</parent>
<artifactId>dom-testsuite</artifactId>
diff --git a/testing/jaxen-testsuite/pom.xml b/testing/jaxen-testsuite/pom.xml
index 3e2e39e..08f9fa2 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.1-SNAPSHOT</version>
+ <version>1.4.0-SNAPSHOT</version>
</parent>
<artifactId>jaxen-testsuite</artifactId>
diff --git a/testing/jaxp-testsuite/pom.xml b/testing/jaxp-testsuite/pom.xml
index dabf470..74e3104 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.1-SNAPSHOT</version>
+ <version>1.4.0-SNAPSHOT</version>
</parent>
<artifactId>jaxp-testsuite</artifactId>
diff --git a/testing/multiton/pom.xml b/testing/multiton/pom.xml
index f2c6d89..b490b33 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.1-SNAPSHOT</version>
+ <version>1.4.0-SNAPSHOT</version>
</parent>
<artifactId>multiton</artifactId>
diff --git a/testing/pom.xml b/testing/pom.xml
index c3c33d8..91ed942 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.1-SNAPSHOT</version>
+ <version>1.4.0-SNAPSHOT</version>
</parent>
<artifactId>testing</artifactId>
diff --git a/testing/saaj-testsuite/pom.xml b/testing/saaj-testsuite/pom.xml
index 721e9e2..25b8f9d 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.1-SNAPSHOT</version>
+ <version>1.4.0-SNAPSHOT</version>
</parent>
<artifactId>saaj-testsuite</artifactId>
diff --git a/testing/soap-testsuite/pom.xml b/testing/soap-testsuite/pom.xml
index e1a90b8..ffef6c3 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.1-SNAPSHOT</version>
+ <version>1.4.0-SNAPSHOT</version>
</parent>
<artifactId>soap-testsuite</artifactId>
diff --git a/testing/spring-ws-testsuite/pom.xml
b/testing/spring-ws-testsuite/pom.xml
index f3d430e..dbf8c85 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.1-SNAPSHOT</version>
+ <version>1.4.0-SNAPSHOT</version>
</parent>
<artifactId>spring-ws-testsuite</artifactId>
diff --git a/testing/testutils/pom.xml b/testing/testutils/pom.xml
index 39d4dab..b8f0c8f 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.1-SNAPSHOT</version>
+ <version>1.4.0-SNAPSHOT</version>
</parent>
<artifactId>testutils</artifactId>
diff --git a/testing/xml-testsuite/pom.xml b/testing/xml-testsuite/pom.xml
index c4f80da..0f708a9 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.1-SNAPSHOT</version>
+ <version>1.4.0-SNAPSHOT</version>
</parent>
<artifactId>xml-testsuite</artifactId>
diff --git a/testing/xml-truth/pom.xml b/testing/xml-truth/pom.xml
index ae26c9a..048754d 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.1-SNAPSHOT</version>
+ <version>1.4.0-SNAPSHOT</version>
</parent>
<artifactId>xml-truth</artifactId>
diff --git a/userguide/pom.xml b/userguide/pom.xml
index 71e1255..a25b94d 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.1-SNAPSHOT</version>
+ <version>1.4.0-SNAPSHOT</version>
</parent>
<artifactId>userguide</artifactId>