You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ws.apache.org by ve...@apache.org on 2015/11/15 15:01:42 UTC

svn commit: r1714455 - in /webservices/axiom/trunk: ./ apidocs/ aspects/ aspects/core-aspects/ aspects/dom-aspects/ aspects/fom-aspects/ aspects/om-aspects/ aspects/shared-aspects/ axiom-all/ axiom-api/ axiom-c14n/ axiom-compat/ axiom-jaxb/ buildutils/...

Author: veithen
Date: Sun Nov 15 14:01:42 2015
New Revision: 1714455

URL: http://svn.apache.org/viewvc?rev=1714455&view=rev
Log:
Roll back the 1.2.16 release.

Modified:
    webservices/axiom/trunk/apidocs/pom.xml
    webservices/axiom/trunk/aspects/core-aspects/pom.xml
    webservices/axiom/trunk/aspects/dom-aspects/pom.xml
    webservices/axiom/trunk/aspects/fom-aspects/pom.xml
    webservices/axiom/trunk/aspects/om-aspects/pom.xml
    webservices/axiom/trunk/aspects/pom.xml
    webservices/axiom/trunk/aspects/shared-aspects/pom.xml
    webservices/axiom/trunk/axiom-all/pom.xml
    webservices/axiom/trunk/axiom-api/pom.xml
    webservices/axiom/trunk/axiom-c14n/pom.xml
    webservices/axiom/trunk/axiom-compat/pom.xml
    webservices/axiom/trunk/axiom-jaxb/pom.xml
    webservices/axiom/trunk/buildutils/jar-resource-bundle/pom.xml
    webservices/axiom/trunk/buildutils/pom.xml
    webservices/axiom/trunk/buildutils/shade-axiom-xml/pom.xml
    webservices/axiom/trunk/buildutils/shade-osgi/pom.xml
    webservices/axiom/trunk/code-coverage/pom.xml
    webservices/axiom/trunk/devguide/pom.xml
    webservices/axiom/trunk/distribution/pom.xml
    webservices/axiom/trunk/implementations/axiom-dom/pom.xml
    webservices/axiom/trunk/implementations/axiom-impl/pom.xml
    webservices/axiom/trunk/implementations/fom-impl/pom.xml
    webservices/axiom/trunk/implementations/pom.xml
    webservices/axiom/trunk/pom.xml
    webservices/axiom/trunk/samples/pom.xml
    webservices/axiom/trunk/systests/cross-om-tests/pom.xml
    webservices/axiom/trunk/systests/eclipse-tests/pom.xml
    webservices/axiom/trunk/systests/integration-tests/pom.xml
    webservices/axiom/trunk/systests/jboss-tests/pom.xml
    webservices/axiom/trunk/systests/old-tests/pom.xml
    webservices/axiom/trunk/systests/osgi-tests/pom.xml
    webservices/axiom/trunk/systests/pom.xml
    webservices/axiom/trunk/systests/spring-ws-tests/pom.xml
    webservices/axiom/trunk/systests/wss4j-tests/pom.xml
    webservices/axiom/trunk/testing/axiom-testsuite/pom.xml
    webservices/axiom/trunk/testing/axiom-truth/pom.xml
    webservices/axiom/trunk/testing/dom-testsuite/pom.xml
    webservices/axiom/trunk/testing/fom-testsuite/pom.xml
    webservices/axiom/trunk/testing/jaxen-testsuite/pom.xml
    webservices/axiom/trunk/testing/multiton/pom.xml
    webservices/axiom/trunk/testing/pom.xml
    webservices/axiom/trunk/testing/saaj-testsuite/pom.xml
    webservices/axiom/trunk/testing/soap-testsuite/pom.xml
    webservices/axiom/trunk/testing/spring-ws-testsuite/pom.xml
    webservices/axiom/trunk/testing/testutils/pom.xml
    webservices/axiom/trunk/testing/xml-testsuite/pom.xml
    webservices/axiom/trunk/testing/xml-truth/pom.xml
    webservices/axiom/trunk/userguide/pom.xml

Modified: webservices/axiom/trunk/apidocs/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axiom/trunk/apidocs/pom.xml?rev=1714455&r1=1714454&r2=1714455&view=diff
==============================================================================
--- webservices/axiom/trunk/apidocs/pom.xml (original)
+++ webservices/axiom/trunk/apidocs/pom.xml Sun Nov 15 14:01:42 2015
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.ws.commons.axiom</groupId>
         <artifactId>axiom</artifactId>
-        <version>1.2.17-SNAPSHOT</version>
+        <version>1.2.16-SNAPSHOT</version>
     </parent>
 
     <artifactId>apidocs</artifactId>

Modified: webservices/axiom/trunk/aspects/core-aspects/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axiom/trunk/aspects/core-aspects/pom.xml?rev=1714455&r1=1714454&r2=1714455&view=diff
==============================================================================
--- webservices/axiom/trunk/aspects/core-aspects/pom.xml (original)
+++ webservices/axiom/trunk/aspects/core-aspects/pom.xml Sun Nov 15 14:01:42 2015
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.ws.commons.axiom</groupId>
         <artifactId>aspects</artifactId>
-        <version>1.2.17-SNAPSHOT</version>
+        <version>1.2.16-SNAPSHOT</version>
     </parent>
 
     <artifactId>core-aspects</artifactId>

Modified: webservices/axiom/trunk/aspects/dom-aspects/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axiom/trunk/aspects/dom-aspects/pom.xml?rev=1714455&r1=1714454&r2=1714455&view=diff
==============================================================================
--- webservices/axiom/trunk/aspects/dom-aspects/pom.xml (original)
+++ webservices/axiom/trunk/aspects/dom-aspects/pom.xml Sun Nov 15 14:01:42 2015
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.ws.commons.axiom</groupId>
         <artifactId>aspects</artifactId>
-        <version>1.2.17-SNAPSHOT</version>
+        <version>1.2.16-SNAPSHOT</version>
     </parent>
 
     <artifactId>dom-aspects</artifactId>

Modified: webservices/axiom/trunk/aspects/fom-aspects/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axiom/trunk/aspects/fom-aspects/pom.xml?rev=1714455&r1=1714454&r2=1714455&view=diff
==============================================================================
--- webservices/axiom/trunk/aspects/fom-aspects/pom.xml (original)
+++ webservices/axiom/trunk/aspects/fom-aspects/pom.xml Sun Nov 15 14:01:42 2015
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.ws.commons.axiom</groupId>
         <artifactId>aspects</artifactId>
-        <version>1.2.17-SNAPSHOT</version>
+        <version>1.2.16-SNAPSHOT</version>
     </parent>
 
     <artifactId>fom-aspects</artifactId>

Modified: webservices/axiom/trunk/aspects/om-aspects/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axiom/trunk/aspects/om-aspects/pom.xml?rev=1714455&r1=1714454&r2=1714455&view=diff
==============================================================================
--- webservices/axiom/trunk/aspects/om-aspects/pom.xml (original)
+++ webservices/axiom/trunk/aspects/om-aspects/pom.xml Sun Nov 15 14:01:42 2015
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.ws.commons.axiom</groupId>
         <artifactId>aspects</artifactId>
-        <version>1.2.17-SNAPSHOT</version>
+        <version>1.2.16-SNAPSHOT</version>
     </parent>
 
     <artifactId>om-aspects</artifactId>

Modified: webservices/axiom/trunk/aspects/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axiom/trunk/aspects/pom.xml?rev=1714455&r1=1714454&r2=1714455&view=diff
==============================================================================
--- webservices/axiom/trunk/aspects/pom.xml (original)
+++ webservices/axiom/trunk/aspects/pom.xml Sun Nov 15 14:01:42 2015
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.ws.commons.axiom</groupId>
         <artifactId>axiom</artifactId>
-        <version>1.2.17-SNAPSHOT</version>
+        <version>1.2.16-SNAPSHOT</version>
     </parent>
 
     <artifactId>aspects</artifactId>

Modified: webservices/axiom/trunk/aspects/shared-aspects/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axiom/trunk/aspects/shared-aspects/pom.xml?rev=1714455&r1=1714454&r2=1714455&view=diff
==============================================================================
--- webservices/axiom/trunk/aspects/shared-aspects/pom.xml (original)
+++ webservices/axiom/trunk/aspects/shared-aspects/pom.xml Sun Nov 15 14:01:42 2015
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.ws.commons.axiom</groupId>
         <artifactId>aspects</artifactId>
-        <version>1.2.17-SNAPSHOT</version>
+        <version>1.2.16-SNAPSHOT</version>
     </parent>
 
     <artifactId>shared-aspects</artifactId>

Modified: webservices/axiom/trunk/axiom-all/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axiom/trunk/axiom-all/pom.xml?rev=1714455&r1=1714454&r2=1714455&view=diff
==============================================================================
--- webservices/axiom/trunk/axiom-all/pom.xml (original)
+++ webservices/axiom/trunk/axiom-all/pom.xml Sun Nov 15 14:01:42 2015
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.ws.commons.axiom</groupId>
         <artifactId>axiom</artifactId>
-        <version>1.2.17-SNAPSHOT</version>
+        <version>1.2.16-SNAPSHOT</version>
     </parent>
 
     <artifactId>axiom-all</artifactId>

Modified: webservices/axiom/trunk/axiom-api/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axiom/trunk/axiom-api/pom.xml?rev=1714455&r1=1714454&r2=1714455&view=diff
==============================================================================
--- webservices/axiom/trunk/axiom-api/pom.xml (original)
+++ webservices/axiom/trunk/axiom-api/pom.xml Sun Nov 15 14:01:42 2015
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.ws.commons.axiom</groupId>
         <artifactId>axiom</artifactId>
-        <version>1.2.17-SNAPSHOT</version>
+        <version>1.2.16-SNAPSHOT</version>
     </parent>
 
     <artifactId>axiom-api</artifactId>

Modified: webservices/axiom/trunk/axiom-c14n/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axiom/trunk/axiom-c14n/pom.xml?rev=1714455&r1=1714454&r2=1714455&view=diff
==============================================================================
--- webservices/axiom/trunk/axiom-c14n/pom.xml (original)
+++ webservices/axiom/trunk/axiom-c14n/pom.xml Sun Nov 15 14:01:42 2015
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.ws.commons.axiom</groupId>
         <artifactId>axiom</artifactId>
-        <version>1.2.17-SNAPSHOT</version>
+        <version>1.2.16-SNAPSHOT</version>
     </parent>
 
     <artifactId>axiom-c14n</artifactId>

Modified: webservices/axiom/trunk/axiom-compat/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axiom/trunk/axiom-compat/pom.xml?rev=1714455&r1=1714454&r2=1714455&view=diff
==============================================================================
--- webservices/axiom/trunk/axiom-compat/pom.xml (original)
+++ webservices/axiom/trunk/axiom-compat/pom.xml Sun Nov 15 14:01:42 2015
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.ws.commons.axiom</groupId>
         <artifactId>axiom</artifactId>
-        <version>1.2.17-SNAPSHOT</version>
+        <version>1.2.16-SNAPSHOT</version>
     </parent>
 
     <artifactId>axiom-compat</artifactId>

Modified: webservices/axiom/trunk/axiom-jaxb/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axiom/trunk/axiom-jaxb/pom.xml?rev=1714455&r1=1714454&r2=1714455&view=diff
==============================================================================
--- webservices/axiom/trunk/axiom-jaxb/pom.xml (original)
+++ webservices/axiom/trunk/axiom-jaxb/pom.xml Sun Nov 15 14:01:42 2015
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.ws.commons.axiom</groupId>
         <artifactId>axiom</artifactId>
-        <version>1.2.17-SNAPSHOT</version>
+        <version>1.2.16-SNAPSHOT</version>
     </parent>
 
     <artifactId>axiom-jaxb</artifactId>

Modified: webservices/axiom/trunk/buildutils/jar-resource-bundle/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axiom/trunk/buildutils/jar-resource-bundle/pom.xml?rev=1714455&r1=1714454&r2=1714455&view=diff
==============================================================================
--- webservices/axiom/trunk/buildutils/jar-resource-bundle/pom.xml (original)
+++ webservices/axiom/trunk/buildutils/jar-resource-bundle/pom.xml Sun Nov 15 14:01:42 2015
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.ws.commons.axiom</groupId>
         <artifactId>buildutils</artifactId>
-        <version>1.2.17-SNAPSHOT</version>
+        <version>1.2.16-SNAPSHOT</version>
     </parent>
 
     <artifactId>jar-resource-bundle</artifactId>

Modified: webservices/axiom/trunk/buildutils/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axiom/trunk/buildutils/pom.xml?rev=1714455&r1=1714454&r2=1714455&view=diff
==============================================================================
--- webservices/axiom/trunk/buildutils/pom.xml (original)
+++ webservices/axiom/trunk/buildutils/pom.xml Sun Nov 15 14:01:42 2015
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.ws.commons.axiom</groupId>
         <artifactId>axiom</artifactId>
-        <version>1.2.17-SNAPSHOT</version>
+        <version>1.2.16-SNAPSHOT</version>
     </parent>
 
     <artifactId>buildutils</artifactId>

Modified: webservices/axiom/trunk/buildutils/shade-axiom-xml/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axiom/trunk/buildutils/shade-axiom-xml/pom.xml?rev=1714455&r1=1714454&r2=1714455&view=diff
==============================================================================
--- webservices/axiom/trunk/buildutils/shade-axiom-xml/pom.xml (original)
+++ webservices/axiom/trunk/buildutils/shade-axiom-xml/pom.xml Sun Nov 15 14:01:42 2015
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.ws.commons.axiom</groupId>
         <artifactId>buildutils</artifactId>
-        <version>1.2.17-SNAPSHOT</version>
+        <version>1.2.16-SNAPSHOT</version>
     </parent>
 
     <artifactId>shade-axiom-xml</artifactId>

Modified: webservices/axiom/trunk/buildutils/shade-osgi/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axiom/trunk/buildutils/shade-osgi/pom.xml?rev=1714455&r1=1714454&r2=1714455&view=diff
==============================================================================
--- webservices/axiom/trunk/buildutils/shade-osgi/pom.xml (original)
+++ webservices/axiom/trunk/buildutils/shade-osgi/pom.xml Sun Nov 15 14:01:42 2015
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.ws.commons.axiom</groupId>
         <artifactId>buildutils</artifactId>
-        <version>1.2.17-SNAPSHOT</version>
+        <version>1.2.16-SNAPSHOT</version>
     </parent>
 
     <artifactId>shade-osgi</artifactId>

Modified: webservices/axiom/trunk/code-coverage/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axiom/trunk/code-coverage/pom.xml?rev=1714455&r1=1714454&r2=1714455&view=diff
==============================================================================
--- webservices/axiom/trunk/code-coverage/pom.xml (original)
+++ webservices/axiom/trunk/code-coverage/pom.xml Sun Nov 15 14:01:42 2015
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.ws.commons.axiom</groupId>
         <artifactId>axiom</artifactId>
-        <version>1.2.17-SNAPSHOT</version>
+        <version>1.2.16-SNAPSHOT</version>
     </parent>
 
     <artifactId>code-coverage</artifactId>

Modified: webservices/axiom/trunk/devguide/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axiom/trunk/devguide/pom.xml?rev=1714455&r1=1714454&r2=1714455&view=diff
==============================================================================
--- webservices/axiom/trunk/devguide/pom.xml (original)
+++ webservices/axiom/trunk/devguide/pom.xml Sun Nov 15 14:01:42 2015
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.ws.commons.axiom</groupId>
         <artifactId>axiom</artifactId>
-        <version>1.2.17-SNAPSHOT</version>
+        <version>1.2.16-SNAPSHOT</version>
     </parent>
 
     <artifactId>devguide</artifactId>

Modified: webservices/axiom/trunk/distribution/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axiom/trunk/distribution/pom.xml?rev=1714455&r1=1714454&r2=1714455&view=diff
==============================================================================
--- webservices/axiom/trunk/distribution/pom.xml (original)
+++ webservices/axiom/trunk/distribution/pom.xml Sun Nov 15 14:01:42 2015
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.ws.commons.axiom</groupId>
         <artifactId>axiom</artifactId>
-        <version>1.2.17-SNAPSHOT</version>
+        <version>1.2.16-SNAPSHOT</version>
     </parent>
 
     <artifactId>distribution</artifactId>

Modified: webservices/axiom/trunk/implementations/axiom-dom/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axiom/trunk/implementations/axiom-dom/pom.xml?rev=1714455&r1=1714454&r2=1714455&view=diff
==============================================================================
--- webservices/axiom/trunk/implementations/axiom-dom/pom.xml (original)
+++ webservices/axiom/trunk/implementations/axiom-dom/pom.xml Sun Nov 15 14:01:42 2015
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.ws.commons.axiom</groupId>
         <artifactId>implementations</artifactId>
-        <version>1.2.17-SNAPSHOT</version>
+        <version>1.2.16-SNAPSHOT</version>
     </parent>
 
     <artifactId>axiom-dom</artifactId>

Modified: webservices/axiom/trunk/implementations/axiom-impl/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axiom/trunk/implementations/axiom-impl/pom.xml?rev=1714455&r1=1714454&r2=1714455&view=diff
==============================================================================
--- webservices/axiom/trunk/implementations/axiom-impl/pom.xml (original)
+++ webservices/axiom/trunk/implementations/axiom-impl/pom.xml Sun Nov 15 14:01:42 2015
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.ws.commons.axiom</groupId>
         <artifactId>implementations</artifactId>
-        <version>1.2.17-SNAPSHOT</version>
+        <version>1.2.16-SNAPSHOT</version>
     </parent>
 
     <artifactId>axiom-impl</artifactId>

Modified: webservices/axiom/trunk/implementations/fom-impl/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axiom/trunk/implementations/fom-impl/pom.xml?rev=1714455&r1=1714454&r2=1714455&view=diff
==============================================================================
--- webservices/axiom/trunk/implementations/fom-impl/pom.xml (original)
+++ webservices/axiom/trunk/implementations/fom-impl/pom.xml Sun Nov 15 14:01:42 2015
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.ws.commons.axiom</groupId>
         <artifactId>implementations</artifactId>
-        <version>1.2.17-SNAPSHOT</version>
+        <version>1.2.16-SNAPSHOT</version>
     </parent>
 
     <artifactId>fom-impl</artifactId>

Modified: webservices/axiom/trunk/implementations/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axiom/trunk/implementations/pom.xml?rev=1714455&r1=1714454&r2=1714455&view=diff
==============================================================================
--- webservices/axiom/trunk/implementations/pom.xml (original)
+++ webservices/axiom/trunk/implementations/pom.xml Sun Nov 15 14:01:42 2015
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.ws.commons.axiom</groupId>
         <artifactId>axiom</artifactId>
-        <version>1.2.17-SNAPSHOT</version>
+        <version>1.2.16-SNAPSHOT</version>
     </parent>
 
     <artifactId>implementations</artifactId>

Modified: webservices/axiom/trunk/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axiom/trunk/pom.xml?rev=1714455&r1=1714454&r2=1714455&view=diff
==============================================================================
--- webservices/axiom/trunk/pom.xml (original)
+++ webservices/axiom/trunk/pom.xml Sun Nov 15 14:01:42 2015
@@ -28,7 +28,7 @@
 
     <groupId>org.apache.ws.commons.axiom</groupId>
     <artifactId>axiom</artifactId>
-    <version>1.2.17-SNAPSHOT</version>
+    <version>1.2.16-SNAPSHOT</version>
     <packaging>pom</packaging>
 
     <name>Axiom</name>

Modified: webservices/axiom/trunk/samples/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axiom/trunk/samples/pom.xml?rev=1714455&r1=1714454&r2=1714455&view=diff
==============================================================================
--- webservices/axiom/trunk/samples/pom.xml (original)
+++ webservices/axiom/trunk/samples/pom.xml Sun Nov 15 14:01:42 2015
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.ws.commons.axiom</groupId>
         <artifactId>axiom</artifactId>
-        <version>1.2.17-SNAPSHOT</version>
+        <version>1.2.16-SNAPSHOT</version>
     </parent>
 
     <artifactId>samples</artifactId>

Modified: webservices/axiom/trunk/systests/cross-om-tests/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axiom/trunk/systests/cross-om-tests/pom.xml?rev=1714455&r1=1714454&r2=1714455&view=diff
==============================================================================
--- webservices/axiom/trunk/systests/cross-om-tests/pom.xml (original)
+++ webservices/axiom/trunk/systests/cross-om-tests/pom.xml Sun Nov 15 14:01:42 2015
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.ws.commons.axiom</groupId>
         <artifactId>systests</artifactId>
-        <version>1.2.17-SNAPSHOT</version>
+        <version>1.2.16-SNAPSHOT</version>
     </parent>
 
     <artifactId>cross-om-tests</artifactId>

Modified: webservices/axiom/trunk/systests/eclipse-tests/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axiom/trunk/systests/eclipse-tests/pom.xml?rev=1714455&r1=1714454&r2=1714455&view=diff
==============================================================================
--- webservices/axiom/trunk/systests/eclipse-tests/pom.xml (original)
+++ webservices/axiom/trunk/systests/eclipse-tests/pom.xml Sun Nov 15 14:01:42 2015
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.ws.commons.axiom</groupId>
         <artifactId>systests</artifactId>
-        <version>1.2.17-SNAPSHOT</version>
+        <version>1.2.16-SNAPSHOT</version>
     </parent>
 
     <artifactId>eclipse-tests</artifactId>

Modified: webservices/axiom/trunk/systests/integration-tests/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axiom/trunk/systests/integration-tests/pom.xml?rev=1714455&r1=1714454&r2=1714455&view=diff
==============================================================================
--- webservices/axiom/trunk/systests/integration-tests/pom.xml (original)
+++ webservices/axiom/trunk/systests/integration-tests/pom.xml Sun Nov 15 14:01:42 2015
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.ws.commons.axiom</groupId>
         <artifactId>systests</artifactId>
-        <version>1.2.17-SNAPSHOT</version>
+        <version>1.2.16-SNAPSHOT</version>
     </parent>
 
     <artifactId>integration-tests</artifactId>

Modified: webservices/axiom/trunk/systests/jboss-tests/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axiom/trunk/systests/jboss-tests/pom.xml?rev=1714455&r1=1714454&r2=1714455&view=diff
==============================================================================
--- webservices/axiom/trunk/systests/jboss-tests/pom.xml (original)
+++ webservices/axiom/trunk/systests/jboss-tests/pom.xml Sun Nov 15 14:01:42 2015
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.ws.commons.axiom</groupId>
         <artifactId>systests</artifactId>
-        <version>1.2.17-SNAPSHOT</version>
+        <version>1.2.16-SNAPSHOT</version>
     </parent>
 
     <artifactId>jboss-tests</artifactId>

Modified: webservices/axiom/trunk/systests/old-tests/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axiom/trunk/systests/old-tests/pom.xml?rev=1714455&r1=1714454&r2=1714455&view=diff
==============================================================================
--- webservices/axiom/trunk/systests/old-tests/pom.xml (original)
+++ webservices/axiom/trunk/systests/old-tests/pom.xml Sun Nov 15 14:01:42 2015
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.ws.commons.axiom</groupId>
         <artifactId>systests</artifactId>
-        <version>1.2.17-SNAPSHOT</version>
+        <version>1.2.16-SNAPSHOT</version>
     </parent>
 
     <artifactId>old-tests</artifactId>

Modified: webservices/axiom/trunk/systests/osgi-tests/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axiom/trunk/systests/osgi-tests/pom.xml?rev=1714455&r1=1714454&r2=1714455&view=diff
==============================================================================
--- webservices/axiom/trunk/systests/osgi-tests/pom.xml (original)
+++ webservices/axiom/trunk/systests/osgi-tests/pom.xml Sun Nov 15 14:01:42 2015
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.ws.commons.axiom</groupId>
         <artifactId>systests</artifactId>
-        <version>1.2.17-SNAPSHOT</version>
+        <version>1.2.16-SNAPSHOT</version>
     </parent>
 
     <artifactId>osgi-tests</artifactId>

Modified: webservices/axiom/trunk/systests/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axiom/trunk/systests/pom.xml?rev=1714455&r1=1714454&r2=1714455&view=diff
==============================================================================
--- webservices/axiom/trunk/systests/pom.xml (original)
+++ webservices/axiom/trunk/systests/pom.xml Sun Nov 15 14:01:42 2015
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.ws.commons.axiom</groupId>
         <artifactId>axiom</artifactId>
-        <version>1.2.17-SNAPSHOT</version>
+        <version>1.2.16-SNAPSHOT</version>
     </parent>
 
     <artifactId>systests</artifactId>

Modified: webservices/axiom/trunk/systests/spring-ws-tests/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axiom/trunk/systests/spring-ws-tests/pom.xml?rev=1714455&r1=1714454&r2=1714455&view=diff
==============================================================================
--- webservices/axiom/trunk/systests/spring-ws-tests/pom.xml (original)
+++ webservices/axiom/trunk/systests/spring-ws-tests/pom.xml Sun Nov 15 14:01:42 2015
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.ws.commons.axiom</groupId>
         <artifactId>systests</artifactId>
-        <version>1.2.17-SNAPSHOT</version>
+        <version>1.2.16-SNAPSHOT</version>
     </parent>
 
     <artifactId>spring-ws-tests</artifactId>

Modified: webservices/axiom/trunk/systests/wss4j-tests/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axiom/trunk/systests/wss4j-tests/pom.xml?rev=1714455&r1=1714454&r2=1714455&view=diff
==============================================================================
--- webservices/axiom/trunk/systests/wss4j-tests/pom.xml (original)
+++ webservices/axiom/trunk/systests/wss4j-tests/pom.xml Sun Nov 15 14:01:42 2015
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.ws.commons.axiom</groupId>
         <artifactId>systests</artifactId>
-        <version>1.2.17-SNAPSHOT</version>
+        <version>1.2.16-SNAPSHOT</version>
     </parent>
 
     <artifactId>wss4j-tests</artifactId>

Modified: webservices/axiom/trunk/testing/axiom-testsuite/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axiom/trunk/testing/axiom-testsuite/pom.xml?rev=1714455&r1=1714454&r2=1714455&view=diff
==============================================================================
--- webservices/axiom/trunk/testing/axiom-testsuite/pom.xml (original)
+++ webservices/axiom/trunk/testing/axiom-testsuite/pom.xml Sun Nov 15 14:01:42 2015
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.ws.commons.axiom</groupId>
         <artifactId>testing</artifactId>
-        <version>1.2.17-SNAPSHOT</version>
+        <version>1.2.16-SNAPSHOT</version>
     </parent>
 
     <artifactId>axiom-testsuite</artifactId>

Modified: webservices/axiom/trunk/testing/axiom-truth/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axiom/trunk/testing/axiom-truth/pom.xml?rev=1714455&r1=1714454&r2=1714455&view=diff
==============================================================================
--- webservices/axiom/trunk/testing/axiom-truth/pom.xml (original)
+++ webservices/axiom/trunk/testing/axiom-truth/pom.xml Sun Nov 15 14:01:42 2015
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.ws.commons.axiom</groupId>
         <artifactId>testing</artifactId>
-        <version>1.2.17-SNAPSHOT</version>
+        <version>1.2.16-SNAPSHOT</version>
     </parent>
 
     <artifactId>axiom-truth</artifactId>

Modified: webservices/axiom/trunk/testing/dom-testsuite/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axiom/trunk/testing/dom-testsuite/pom.xml?rev=1714455&r1=1714454&r2=1714455&view=diff
==============================================================================
--- webservices/axiom/trunk/testing/dom-testsuite/pom.xml (original)
+++ webservices/axiom/trunk/testing/dom-testsuite/pom.xml Sun Nov 15 14:01:42 2015
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.ws.commons.axiom</groupId>
         <artifactId>testing</artifactId>
-        <version>1.2.17-SNAPSHOT</version>
+        <version>1.2.16-SNAPSHOT</version>
     </parent>
 
     <artifactId>dom-testsuite</artifactId>

Modified: webservices/axiom/trunk/testing/fom-testsuite/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axiom/trunk/testing/fom-testsuite/pom.xml?rev=1714455&r1=1714454&r2=1714455&view=diff
==============================================================================
--- webservices/axiom/trunk/testing/fom-testsuite/pom.xml (original)
+++ webservices/axiom/trunk/testing/fom-testsuite/pom.xml Sun Nov 15 14:01:42 2015
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.ws.commons.axiom</groupId>
         <artifactId>testing</artifactId>
-        <version>1.2.17-SNAPSHOT</version>
+        <version>1.2.16-SNAPSHOT</version>
     </parent>
 
     <artifactId>fom-testsuite</artifactId>

Modified: webservices/axiom/trunk/testing/jaxen-testsuite/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axiom/trunk/testing/jaxen-testsuite/pom.xml?rev=1714455&r1=1714454&r2=1714455&view=diff
==============================================================================
--- webservices/axiom/trunk/testing/jaxen-testsuite/pom.xml (original)
+++ webservices/axiom/trunk/testing/jaxen-testsuite/pom.xml Sun Nov 15 14:01:42 2015
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.ws.commons.axiom</groupId>
         <artifactId>testing</artifactId>
-        <version>1.2.17-SNAPSHOT</version>
+        <version>1.2.16-SNAPSHOT</version>
     </parent>
 
     <artifactId>jaxen-testsuite</artifactId>

Modified: webservices/axiom/trunk/testing/multiton/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axiom/trunk/testing/multiton/pom.xml?rev=1714455&r1=1714454&r2=1714455&view=diff
==============================================================================
--- webservices/axiom/trunk/testing/multiton/pom.xml (original)
+++ webservices/axiom/trunk/testing/multiton/pom.xml Sun Nov 15 14:01:42 2015
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.ws.commons.axiom</groupId>
         <artifactId>testing</artifactId>
-        <version>1.2.17-SNAPSHOT</version>
+        <version>1.2.16-SNAPSHOT</version>
     </parent>
 
     <artifactId>multiton</artifactId>

Modified: webservices/axiom/trunk/testing/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axiom/trunk/testing/pom.xml?rev=1714455&r1=1714454&r2=1714455&view=diff
==============================================================================
--- webservices/axiom/trunk/testing/pom.xml (original)
+++ webservices/axiom/trunk/testing/pom.xml Sun Nov 15 14:01:42 2015
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.ws.commons.axiom</groupId>
         <artifactId>axiom</artifactId>
-        <version>1.2.17-SNAPSHOT</version>
+        <version>1.2.16-SNAPSHOT</version>
     </parent>
 
     <artifactId>testing</artifactId>

Modified: webservices/axiom/trunk/testing/saaj-testsuite/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axiom/trunk/testing/saaj-testsuite/pom.xml?rev=1714455&r1=1714454&r2=1714455&view=diff
==============================================================================
--- webservices/axiom/trunk/testing/saaj-testsuite/pom.xml (original)
+++ webservices/axiom/trunk/testing/saaj-testsuite/pom.xml Sun Nov 15 14:01:42 2015
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.ws.commons.axiom</groupId>
         <artifactId>testing</artifactId>
-        <version>1.2.17-SNAPSHOT</version>
+        <version>1.2.16-SNAPSHOT</version>
     </parent>
 
     <artifactId>saaj-testsuite</artifactId>

Modified: webservices/axiom/trunk/testing/soap-testsuite/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axiom/trunk/testing/soap-testsuite/pom.xml?rev=1714455&r1=1714454&r2=1714455&view=diff
==============================================================================
--- webservices/axiom/trunk/testing/soap-testsuite/pom.xml (original)
+++ webservices/axiom/trunk/testing/soap-testsuite/pom.xml Sun Nov 15 14:01:42 2015
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.ws.commons.axiom</groupId>
         <artifactId>testing</artifactId>
-        <version>1.2.17-SNAPSHOT</version>
+        <version>1.2.16-SNAPSHOT</version>
     </parent>
 
     <artifactId>soap-testsuite</artifactId>

Modified: webservices/axiom/trunk/testing/spring-ws-testsuite/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axiom/trunk/testing/spring-ws-testsuite/pom.xml?rev=1714455&r1=1714454&r2=1714455&view=diff
==============================================================================
--- webservices/axiom/trunk/testing/spring-ws-testsuite/pom.xml (original)
+++ webservices/axiom/trunk/testing/spring-ws-testsuite/pom.xml Sun Nov 15 14:01:42 2015
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.ws.commons.axiom</groupId>
         <artifactId>testing</artifactId>
-        <version>1.2.17-SNAPSHOT</version>
+        <version>1.2.16-SNAPSHOT</version>
     </parent>
 
     <artifactId>spring-ws-testsuite</artifactId>

Modified: webservices/axiom/trunk/testing/testutils/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axiom/trunk/testing/testutils/pom.xml?rev=1714455&r1=1714454&r2=1714455&view=diff
==============================================================================
--- webservices/axiom/trunk/testing/testutils/pom.xml (original)
+++ webservices/axiom/trunk/testing/testutils/pom.xml Sun Nov 15 14:01:42 2015
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.ws.commons.axiom</groupId>
         <artifactId>testing</artifactId>
-        <version>1.2.17-SNAPSHOT</version>
+        <version>1.2.16-SNAPSHOT</version>
     </parent>
 
     <artifactId>testutils</artifactId>

Modified: webservices/axiom/trunk/testing/xml-testsuite/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axiom/trunk/testing/xml-testsuite/pom.xml?rev=1714455&r1=1714454&r2=1714455&view=diff
==============================================================================
--- webservices/axiom/trunk/testing/xml-testsuite/pom.xml (original)
+++ webservices/axiom/trunk/testing/xml-testsuite/pom.xml Sun Nov 15 14:01:42 2015
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.ws.commons.axiom</groupId>
         <artifactId>testing</artifactId>
-        <version>1.2.17-SNAPSHOT</version>
+        <version>1.2.16-SNAPSHOT</version>
     </parent>
 
     <artifactId>xml-testsuite</artifactId>

Modified: webservices/axiom/trunk/testing/xml-truth/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axiom/trunk/testing/xml-truth/pom.xml?rev=1714455&r1=1714454&r2=1714455&view=diff
==============================================================================
--- webservices/axiom/trunk/testing/xml-truth/pom.xml (original)
+++ webservices/axiom/trunk/testing/xml-truth/pom.xml Sun Nov 15 14:01:42 2015
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.ws.commons.axiom</groupId>
         <artifactId>testing</artifactId>
-        <version>1.2.17-SNAPSHOT</version>
+        <version>1.2.16-SNAPSHOT</version>
     </parent>
 
     <artifactId>xml-truth</artifactId>

Modified: webservices/axiom/trunk/userguide/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axiom/trunk/userguide/pom.xml?rev=1714455&r1=1714454&r2=1714455&view=diff
==============================================================================
--- webservices/axiom/trunk/userguide/pom.xml (original)
+++ webservices/axiom/trunk/userguide/pom.xml Sun Nov 15 14:01:42 2015
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.ws.commons.axiom</groupId>
         <artifactId>axiom</artifactId>
-        <version>1.2.17-SNAPSHOT</version>
+        <version>1.2.16-SNAPSHOT</version>
     </parent>
 
     <artifactId>userguide</artifactId>