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 2018/11/02 21:07:29 UTC

svn commit: r1845627 - in /webservices/axiom/branches/1.2.x: ./ 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/ bu...

Author: veithen
Date: Fri Nov  2 21:07:29 2018
New Revision: 1845627

URL: http://svn.apache.org/viewvc?rev=1845627&view=rev
Log:
[maven-release-plugin] prepare for next development iteration

Modified:
    webservices/axiom/branches/1.2.x/apidocs/pom.xml
    webservices/axiom/branches/1.2.x/aspects/core-aspects/pom.xml
    webservices/axiom/branches/1.2.x/aspects/dom-aspects/pom.xml
    webservices/axiom/branches/1.2.x/aspects/fom-aspects/pom.xml
    webservices/axiom/branches/1.2.x/aspects/om-aspects/pom.xml
    webservices/axiom/branches/1.2.x/aspects/pom.xml
    webservices/axiom/branches/1.2.x/aspects/shared-aspects/pom.xml
    webservices/axiom/branches/1.2.x/axiom-all/pom.xml
    webservices/axiom/branches/1.2.x/axiom-api/pom.xml
    webservices/axiom/branches/1.2.x/axiom-c14n/pom.xml
    webservices/axiom/branches/1.2.x/axiom-compat/pom.xml
    webservices/axiom/branches/1.2.x/axiom-jaxb/pom.xml
    webservices/axiom/branches/1.2.x/buildutils/jar-resource-bundle/pom.xml
    webservices/axiom/branches/1.2.x/buildutils/javadoc-postprocessor-plugin/pom.xml
    webservices/axiom/branches/1.2.x/buildutils/no-package-cycles-enforcer-rule/pom.xml
    webservices/axiom/branches/1.2.x/buildutils/pom.xml
    webservices/axiom/branches/1.2.x/buildutils/shade-axiom-xml/pom.xml
    webservices/axiom/branches/1.2.x/buildutils/shade-osgi/pom.xml
    webservices/axiom/branches/1.2.x/code-coverage/pom.xml
    webservices/axiom/branches/1.2.x/components/pom.xml
    webservices/axiom/branches/1.2.x/components/xml-utils/pom.xml
    webservices/axiom/branches/1.2.x/devguide/pom.xml
    webservices/axiom/branches/1.2.x/distribution/pom.xml
    webservices/axiom/branches/1.2.x/implementations/axiom-dom/pom.xml
    webservices/axiom/branches/1.2.x/implementations/axiom-impl/pom.xml
    webservices/axiom/branches/1.2.x/implementations/fom-impl/pom.xml
    webservices/axiom/branches/1.2.x/implementations/pom.xml
    webservices/axiom/branches/1.2.x/pom.xml
    webservices/axiom/branches/1.2.x/samples/pom.xml
    webservices/axiom/branches/1.2.x/systests/cross-om-tests/pom.xml
    webservices/axiom/branches/1.2.x/systests/eclipse-tests/pom.xml
    webservices/axiom/branches/1.2.x/systests/jboss-tests/pom.xml
    webservices/axiom/branches/1.2.x/systests/old-tests/pom.xml
    webservices/axiom/branches/1.2.x/systests/osgi-tests/pom.xml
    webservices/axiom/branches/1.2.x/systests/pom.xml
    webservices/axiom/branches/1.2.x/systests/spring-ws-tests/pom.xml
    webservices/axiom/branches/1.2.x/systests/wss4j-tests/pom.xml
    webservices/axiom/branches/1.2.x/testing/axiom-testsuite/pom.xml
    webservices/axiom/branches/1.2.x/testing/axiom-truth/pom.xml
    webservices/axiom/branches/1.2.x/testing/dom-testsuite/pom.xml
    webservices/axiom/branches/1.2.x/testing/fom-testsuite/pom.xml
    webservices/axiom/branches/1.2.x/testing/jaxen-testsuite/pom.xml
    webservices/axiom/branches/1.2.x/testing/jaxp-testsuite/pom.xml
    webservices/axiom/branches/1.2.x/testing/multiton/pom.xml
    webservices/axiom/branches/1.2.x/testing/pom.xml
    webservices/axiom/branches/1.2.x/testing/saaj-testsuite/pom.xml
    webservices/axiom/branches/1.2.x/testing/soap-testsuite/pom.xml
    webservices/axiom/branches/1.2.x/testing/spring-ws-testsuite/pom.xml
    webservices/axiom/branches/1.2.x/testing/testutils/pom.xml
    webservices/axiom/branches/1.2.x/testing/xml-testsuite/pom.xml
    webservices/axiom/branches/1.2.x/testing/xml-truth/pom.xml
    webservices/axiom/branches/1.2.x/userguide/pom.xml

Modified: webservices/axiom/branches/1.2.x/apidocs/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axiom/branches/1.2.x/apidocs/pom.xml?rev=1845627&r1=1845626&r2=1845627&view=diff
==============================================================================
--- webservices/axiom/branches/1.2.x/apidocs/pom.xml (original)
+++ webservices/axiom/branches/1.2.x/apidocs/pom.xml Fri Nov  2 21:07:29 2018
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.ws.commons.axiom</groupId>
         <artifactId>axiom</artifactId>
-        <version>1.2.21</version>
+        <version>1.2.22-SNAPSHOT</version>
     </parent>
 
     <artifactId>apidocs</artifactId>

Modified: webservices/axiom/branches/1.2.x/aspects/core-aspects/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axiom/branches/1.2.x/aspects/core-aspects/pom.xml?rev=1845627&r1=1845626&r2=1845627&view=diff
==============================================================================
--- webservices/axiom/branches/1.2.x/aspects/core-aspects/pom.xml (original)
+++ webservices/axiom/branches/1.2.x/aspects/core-aspects/pom.xml Fri Nov  2 21:07:29 2018
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.ws.commons.axiom</groupId>
         <artifactId>aspects</artifactId>
-        <version>1.2.21</version>
+        <version>1.2.22-SNAPSHOT</version>
     </parent>
 
     <artifactId>core-aspects</artifactId>

Modified: webservices/axiom/branches/1.2.x/aspects/dom-aspects/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axiom/branches/1.2.x/aspects/dom-aspects/pom.xml?rev=1845627&r1=1845626&r2=1845627&view=diff
==============================================================================
--- webservices/axiom/branches/1.2.x/aspects/dom-aspects/pom.xml (original)
+++ webservices/axiom/branches/1.2.x/aspects/dom-aspects/pom.xml Fri Nov  2 21:07:29 2018
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.ws.commons.axiom</groupId>
         <artifactId>aspects</artifactId>
-        <version>1.2.21</version>
+        <version>1.2.22-SNAPSHOT</version>
     </parent>
 
     <artifactId>dom-aspects</artifactId>

Modified: webservices/axiom/branches/1.2.x/aspects/fom-aspects/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axiom/branches/1.2.x/aspects/fom-aspects/pom.xml?rev=1845627&r1=1845626&r2=1845627&view=diff
==============================================================================
--- webservices/axiom/branches/1.2.x/aspects/fom-aspects/pom.xml (original)
+++ webservices/axiom/branches/1.2.x/aspects/fom-aspects/pom.xml Fri Nov  2 21:07:29 2018
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.ws.commons.axiom</groupId>
         <artifactId>aspects</artifactId>
-        <version>1.2.21</version>
+        <version>1.2.22-SNAPSHOT</version>
     </parent>
 
     <artifactId>fom-aspects</artifactId>

Modified: webservices/axiom/branches/1.2.x/aspects/om-aspects/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axiom/branches/1.2.x/aspects/om-aspects/pom.xml?rev=1845627&r1=1845626&r2=1845627&view=diff
==============================================================================
--- webservices/axiom/branches/1.2.x/aspects/om-aspects/pom.xml (original)
+++ webservices/axiom/branches/1.2.x/aspects/om-aspects/pom.xml Fri Nov  2 21:07:29 2018
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.ws.commons.axiom</groupId>
         <artifactId>aspects</artifactId>
-        <version>1.2.21</version>
+        <version>1.2.22-SNAPSHOT</version>
     </parent>
 
     <artifactId>om-aspects</artifactId>

Modified: webservices/axiom/branches/1.2.x/aspects/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axiom/branches/1.2.x/aspects/pom.xml?rev=1845627&r1=1845626&r2=1845627&view=diff
==============================================================================
--- webservices/axiom/branches/1.2.x/aspects/pom.xml (original)
+++ webservices/axiom/branches/1.2.x/aspects/pom.xml Fri Nov  2 21:07:29 2018
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.ws.commons.axiom</groupId>
         <artifactId>axiom</artifactId>
-        <version>1.2.21</version>
+        <version>1.2.22-SNAPSHOT</version>
     </parent>
 
     <artifactId>aspects</artifactId>

Modified: webservices/axiom/branches/1.2.x/aspects/shared-aspects/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axiom/branches/1.2.x/aspects/shared-aspects/pom.xml?rev=1845627&r1=1845626&r2=1845627&view=diff
==============================================================================
--- webservices/axiom/branches/1.2.x/aspects/shared-aspects/pom.xml (original)
+++ webservices/axiom/branches/1.2.x/aspects/shared-aspects/pom.xml Fri Nov  2 21:07:29 2018
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.ws.commons.axiom</groupId>
         <artifactId>aspects</artifactId>
-        <version>1.2.21</version>
+        <version>1.2.22-SNAPSHOT</version>
     </parent>
 
     <artifactId>shared-aspects</artifactId>

Modified: webservices/axiom/branches/1.2.x/axiom-all/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axiom/branches/1.2.x/axiom-all/pom.xml?rev=1845627&r1=1845626&r2=1845627&view=diff
==============================================================================
--- webservices/axiom/branches/1.2.x/axiom-all/pom.xml (original)
+++ webservices/axiom/branches/1.2.x/axiom-all/pom.xml Fri Nov  2 21:07:29 2018
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.ws.commons.axiom</groupId>
         <artifactId>axiom</artifactId>
-        <version>1.2.21</version>
+        <version>1.2.22-SNAPSHOT</version>
     </parent>
 
     <artifactId>axiom-all</artifactId>

Modified: webservices/axiom/branches/1.2.x/axiom-api/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axiom/branches/1.2.x/axiom-api/pom.xml?rev=1845627&r1=1845626&r2=1845627&view=diff
==============================================================================
--- webservices/axiom/branches/1.2.x/axiom-api/pom.xml (original)
+++ webservices/axiom/branches/1.2.x/axiom-api/pom.xml Fri Nov  2 21:07:29 2018
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.ws.commons.axiom</groupId>
         <artifactId>axiom</artifactId>
-        <version>1.2.21</version>
+        <version>1.2.22-SNAPSHOT</version>
     </parent>
 
     <artifactId>axiom-api</artifactId>

Modified: webservices/axiom/branches/1.2.x/axiom-c14n/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axiom/branches/1.2.x/axiom-c14n/pom.xml?rev=1845627&r1=1845626&r2=1845627&view=diff
==============================================================================
--- webservices/axiom/branches/1.2.x/axiom-c14n/pom.xml (original)
+++ webservices/axiom/branches/1.2.x/axiom-c14n/pom.xml Fri Nov  2 21:07:29 2018
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.ws.commons.axiom</groupId>
         <artifactId>axiom</artifactId>
-        <version>1.2.21</version>
+        <version>1.2.22-SNAPSHOT</version>
     </parent>
 
     <artifactId>axiom-c14n</artifactId>

Modified: webservices/axiom/branches/1.2.x/axiom-compat/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axiom/branches/1.2.x/axiom-compat/pom.xml?rev=1845627&r1=1845626&r2=1845627&view=diff
==============================================================================
--- webservices/axiom/branches/1.2.x/axiom-compat/pom.xml (original)
+++ webservices/axiom/branches/1.2.x/axiom-compat/pom.xml Fri Nov  2 21:07:29 2018
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.ws.commons.axiom</groupId>
         <artifactId>axiom</artifactId>
-        <version>1.2.21</version>
+        <version>1.2.22-SNAPSHOT</version>
     </parent>
 
     <artifactId>axiom-compat</artifactId>

Modified: webservices/axiom/branches/1.2.x/axiom-jaxb/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axiom/branches/1.2.x/axiom-jaxb/pom.xml?rev=1845627&r1=1845626&r2=1845627&view=diff
==============================================================================
--- webservices/axiom/branches/1.2.x/axiom-jaxb/pom.xml (original)
+++ webservices/axiom/branches/1.2.x/axiom-jaxb/pom.xml Fri Nov  2 21:07:29 2018
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.ws.commons.axiom</groupId>
         <artifactId>axiom</artifactId>
-        <version>1.2.21</version>
+        <version>1.2.22-SNAPSHOT</version>
     </parent>
 
     <artifactId>axiom-jaxb</artifactId>

Modified: webservices/axiom/branches/1.2.x/buildutils/jar-resource-bundle/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axiom/branches/1.2.x/buildutils/jar-resource-bundle/pom.xml?rev=1845627&r1=1845626&r2=1845627&view=diff
==============================================================================
--- webservices/axiom/branches/1.2.x/buildutils/jar-resource-bundle/pom.xml (original)
+++ webservices/axiom/branches/1.2.x/buildutils/jar-resource-bundle/pom.xml Fri Nov  2 21:07:29 2018
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.ws.commons.axiom</groupId>
         <artifactId>buildutils</artifactId>
-        <version>1.2.21</version>
+        <version>1.2.22-SNAPSHOT</version>
     </parent>
 
     <artifactId>jar-resource-bundle</artifactId>

Modified: webservices/axiom/branches/1.2.x/buildutils/javadoc-postprocessor-plugin/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axiom/branches/1.2.x/buildutils/javadoc-postprocessor-plugin/pom.xml?rev=1845627&r1=1845626&r2=1845627&view=diff
==============================================================================
--- webservices/axiom/branches/1.2.x/buildutils/javadoc-postprocessor-plugin/pom.xml (original)
+++ webservices/axiom/branches/1.2.x/buildutils/javadoc-postprocessor-plugin/pom.xml Fri Nov  2 21:07:29 2018
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.ws.commons.axiom</groupId>
         <artifactId>buildutils</artifactId>
-        <version>1.2.21</version>
+        <version>1.2.22-SNAPSHOT</version>
     </parent>
 
     <artifactId>javadoc-postprocessor-plugin</artifactId>

Modified: webservices/axiom/branches/1.2.x/buildutils/no-package-cycles-enforcer-rule/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axiom/branches/1.2.x/buildutils/no-package-cycles-enforcer-rule/pom.xml?rev=1845627&r1=1845626&r2=1845627&view=diff
==============================================================================
--- webservices/axiom/branches/1.2.x/buildutils/no-package-cycles-enforcer-rule/pom.xml (original)
+++ webservices/axiom/branches/1.2.x/buildutils/no-package-cycles-enforcer-rule/pom.xml Fri Nov  2 21:07:29 2018
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.ws.commons.axiom</groupId>
         <artifactId>buildutils</artifactId>
-        <version>1.2.21</version>
+        <version>1.2.22-SNAPSHOT</version>
     </parent>
 
     <artifactId>no-package-cycles-enforcer-rule</artifactId>

Modified: webservices/axiom/branches/1.2.x/buildutils/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axiom/branches/1.2.x/buildutils/pom.xml?rev=1845627&r1=1845626&r2=1845627&view=diff
==============================================================================
--- webservices/axiom/branches/1.2.x/buildutils/pom.xml (original)
+++ webservices/axiom/branches/1.2.x/buildutils/pom.xml Fri Nov  2 21:07:29 2018
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.ws.commons.axiom</groupId>
         <artifactId>axiom</artifactId>
-        <version>1.2.21</version>
+        <version>1.2.22-SNAPSHOT</version>
     </parent>
 
     <artifactId>buildutils</artifactId>

Modified: webservices/axiom/branches/1.2.x/buildutils/shade-axiom-xml/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axiom/branches/1.2.x/buildutils/shade-axiom-xml/pom.xml?rev=1845627&r1=1845626&r2=1845627&view=diff
==============================================================================
--- webservices/axiom/branches/1.2.x/buildutils/shade-axiom-xml/pom.xml (original)
+++ webservices/axiom/branches/1.2.x/buildutils/shade-axiom-xml/pom.xml Fri Nov  2 21:07:29 2018
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.ws.commons.axiom</groupId>
         <artifactId>buildutils</artifactId>
-        <version>1.2.21</version>
+        <version>1.2.22-SNAPSHOT</version>
     </parent>
 
     <artifactId>shade-axiom-xml</artifactId>

Modified: webservices/axiom/branches/1.2.x/buildutils/shade-osgi/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axiom/branches/1.2.x/buildutils/shade-osgi/pom.xml?rev=1845627&r1=1845626&r2=1845627&view=diff
==============================================================================
--- webservices/axiom/branches/1.2.x/buildutils/shade-osgi/pom.xml (original)
+++ webservices/axiom/branches/1.2.x/buildutils/shade-osgi/pom.xml Fri Nov  2 21:07:29 2018
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.ws.commons.axiom</groupId>
         <artifactId>buildutils</artifactId>
-        <version>1.2.21</version>
+        <version>1.2.22-SNAPSHOT</version>
     </parent>
 
     <artifactId>shade-osgi</artifactId>

Modified: webservices/axiom/branches/1.2.x/code-coverage/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axiom/branches/1.2.x/code-coverage/pom.xml?rev=1845627&r1=1845626&r2=1845627&view=diff
==============================================================================
--- webservices/axiom/branches/1.2.x/code-coverage/pom.xml (original)
+++ webservices/axiom/branches/1.2.x/code-coverage/pom.xml Fri Nov  2 21:07:29 2018
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.ws.commons.axiom</groupId>
         <artifactId>axiom</artifactId>
-        <version>1.2.21</version>
+        <version>1.2.22-SNAPSHOT</version>
     </parent>
 
     <artifactId>code-coverage</artifactId>

Modified: webservices/axiom/branches/1.2.x/components/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axiom/branches/1.2.x/components/pom.xml?rev=1845627&r1=1845626&r2=1845627&view=diff
==============================================================================
--- webservices/axiom/branches/1.2.x/components/pom.xml (original)
+++ webservices/axiom/branches/1.2.x/components/pom.xml Fri Nov  2 21:07:29 2018
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.ws.commons.axiom</groupId>
         <artifactId>axiom</artifactId>
-        <version>1.2.21</version>
+        <version>1.2.22-SNAPSHOT</version>
     </parent>
 
     <artifactId>components</artifactId>

Modified: webservices/axiom/branches/1.2.x/components/xml-utils/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axiom/branches/1.2.x/components/xml-utils/pom.xml?rev=1845627&r1=1845626&r2=1845627&view=diff
==============================================================================
--- webservices/axiom/branches/1.2.x/components/xml-utils/pom.xml (original)
+++ webservices/axiom/branches/1.2.x/components/xml-utils/pom.xml Fri Nov  2 21:07:29 2018
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.ws.commons.axiom</groupId>
         <artifactId>components</artifactId>
-        <version>1.2.21</version>
+        <version>1.2.22-SNAPSHOT</version>
     </parent>
 
     <artifactId>xml-utils</artifactId>

Modified: webservices/axiom/branches/1.2.x/devguide/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axiom/branches/1.2.x/devguide/pom.xml?rev=1845627&r1=1845626&r2=1845627&view=diff
==============================================================================
--- webservices/axiom/branches/1.2.x/devguide/pom.xml (original)
+++ webservices/axiom/branches/1.2.x/devguide/pom.xml Fri Nov  2 21:07:29 2018
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.ws.commons.axiom</groupId>
         <artifactId>axiom</artifactId>
-        <version>1.2.21</version>
+        <version>1.2.22-SNAPSHOT</version>
     </parent>
 
     <artifactId>devguide</artifactId>

Modified: webservices/axiom/branches/1.2.x/distribution/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axiom/branches/1.2.x/distribution/pom.xml?rev=1845627&r1=1845626&r2=1845627&view=diff
==============================================================================
--- webservices/axiom/branches/1.2.x/distribution/pom.xml (original)
+++ webservices/axiom/branches/1.2.x/distribution/pom.xml Fri Nov  2 21:07:29 2018
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.ws.commons.axiom</groupId>
         <artifactId>axiom</artifactId>
-        <version>1.2.21</version>
+        <version>1.2.22-SNAPSHOT</version>
     </parent>
 
     <artifactId>distribution</artifactId>

Modified: webservices/axiom/branches/1.2.x/implementations/axiom-dom/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axiom/branches/1.2.x/implementations/axiom-dom/pom.xml?rev=1845627&r1=1845626&r2=1845627&view=diff
==============================================================================
--- webservices/axiom/branches/1.2.x/implementations/axiom-dom/pom.xml (original)
+++ webservices/axiom/branches/1.2.x/implementations/axiom-dom/pom.xml Fri Nov  2 21:07:29 2018
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.ws.commons.axiom</groupId>
         <artifactId>implementations</artifactId>
-        <version>1.2.21</version>
+        <version>1.2.22-SNAPSHOT</version>
     </parent>
 
     <artifactId>axiom-dom</artifactId>

Modified: webservices/axiom/branches/1.2.x/implementations/axiom-impl/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axiom/branches/1.2.x/implementations/axiom-impl/pom.xml?rev=1845627&r1=1845626&r2=1845627&view=diff
==============================================================================
--- webservices/axiom/branches/1.2.x/implementations/axiom-impl/pom.xml (original)
+++ webservices/axiom/branches/1.2.x/implementations/axiom-impl/pom.xml Fri Nov  2 21:07:29 2018
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.ws.commons.axiom</groupId>
         <artifactId>implementations</artifactId>
-        <version>1.2.21</version>
+        <version>1.2.22-SNAPSHOT</version>
     </parent>
 
     <artifactId>axiom-impl</artifactId>

Modified: webservices/axiom/branches/1.2.x/implementations/fom-impl/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axiom/branches/1.2.x/implementations/fom-impl/pom.xml?rev=1845627&r1=1845626&r2=1845627&view=diff
==============================================================================
--- webservices/axiom/branches/1.2.x/implementations/fom-impl/pom.xml (original)
+++ webservices/axiom/branches/1.2.x/implementations/fom-impl/pom.xml Fri Nov  2 21:07:29 2018
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.ws.commons.axiom</groupId>
         <artifactId>implementations</artifactId>
-        <version>1.2.21</version>
+        <version>1.2.22-SNAPSHOT</version>
     </parent>
 
     <artifactId>fom-impl</artifactId>

Modified: webservices/axiom/branches/1.2.x/implementations/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axiom/branches/1.2.x/implementations/pom.xml?rev=1845627&r1=1845626&r2=1845627&view=diff
==============================================================================
--- webservices/axiom/branches/1.2.x/implementations/pom.xml (original)
+++ webservices/axiom/branches/1.2.x/implementations/pom.xml Fri Nov  2 21:07:29 2018
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.ws.commons.axiom</groupId>
         <artifactId>axiom</artifactId>
-        <version>1.2.21</version>
+        <version>1.2.22-SNAPSHOT</version>
     </parent>
 
     <artifactId>implementations</artifactId>

Modified: webservices/axiom/branches/1.2.x/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axiom/branches/1.2.x/pom.xml?rev=1845627&r1=1845626&r2=1845627&view=diff
==============================================================================
--- webservices/axiom/branches/1.2.x/pom.xml (original)
+++ webservices/axiom/branches/1.2.x/pom.xml Fri Nov  2 21:07:29 2018
@@ -28,7 +28,7 @@
 
     <groupId>org.apache.ws.commons.axiom</groupId>
     <artifactId>axiom</artifactId>
-    <version>1.2.21</version>
+    <version>1.2.22-SNAPSHOT</version>
     <packaging>pom</packaging>
 
     <name>Axiom</name>
@@ -227,9 +227,9 @@
     </modules>
 
     <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/webservices/axiom/tags/1.2.21</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/webservices/axiom/tags/1.2.21</developerConnection>
-        <url>http://svn.apache.org/viewvc/webservices/axiom/tags/1.2.21</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/webservices/axiom/branches/1.2.x</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/webservices/axiom/branches/1.2.x</developerConnection>
+        <url>http://svn.apache.org/viewvc/webservices/axiom/branches/1.2.x</url>
     </scm>
     <issueManagement>
         <system>JIRA</system>

Modified: webservices/axiom/branches/1.2.x/samples/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axiom/branches/1.2.x/samples/pom.xml?rev=1845627&r1=1845626&r2=1845627&view=diff
==============================================================================
--- webservices/axiom/branches/1.2.x/samples/pom.xml (original)
+++ webservices/axiom/branches/1.2.x/samples/pom.xml Fri Nov  2 21:07:29 2018
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.ws.commons.axiom</groupId>
         <artifactId>axiom</artifactId>
-        <version>1.2.21</version>
+        <version>1.2.22-SNAPSHOT</version>
     </parent>
 
     <artifactId>samples</artifactId>

Modified: webservices/axiom/branches/1.2.x/systests/cross-om-tests/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axiom/branches/1.2.x/systests/cross-om-tests/pom.xml?rev=1845627&r1=1845626&r2=1845627&view=diff
==============================================================================
--- webservices/axiom/branches/1.2.x/systests/cross-om-tests/pom.xml (original)
+++ webservices/axiom/branches/1.2.x/systests/cross-om-tests/pom.xml Fri Nov  2 21:07:29 2018
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.ws.commons.axiom</groupId>
         <artifactId>systests</artifactId>
-        <version>1.2.21</version>
+        <version>1.2.22-SNAPSHOT</version>
     </parent>
 
     <artifactId>cross-om-tests</artifactId>

Modified: webservices/axiom/branches/1.2.x/systests/eclipse-tests/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axiom/branches/1.2.x/systests/eclipse-tests/pom.xml?rev=1845627&r1=1845626&r2=1845627&view=diff
==============================================================================
--- webservices/axiom/branches/1.2.x/systests/eclipse-tests/pom.xml (original)
+++ webservices/axiom/branches/1.2.x/systests/eclipse-tests/pom.xml Fri Nov  2 21:07:29 2018
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.ws.commons.axiom</groupId>
         <artifactId>systests</artifactId>
-        <version>1.2.21</version>
+        <version>1.2.22-SNAPSHOT</version>
     </parent>
 
     <artifactId>eclipse-tests</artifactId>

Modified: webservices/axiom/branches/1.2.x/systests/jboss-tests/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axiom/branches/1.2.x/systests/jboss-tests/pom.xml?rev=1845627&r1=1845626&r2=1845627&view=diff
==============================================================================
--- webservices/axiom/branches/1.2.x/systests/jboss-tests/pom.xml (original)
+++ webservices/axiom/branches/1.2.x/systests/jboss-tests/pom.xml Fri Nov  2 21:07:29 2018
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.ws.commons.axiom</groupId>
         <artifactId>systests</artifactId>
-        <version>1.2.21</version>
+        <version>1.2.22-SNAPSHOT</version>
     </parent>
 
     <artifactId>jboss-tests</artifactId>

Modified: webservices/axiom/branches/1.2.x/systests/old-tests/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axiom/branches/1.2.x/systests/old-tests/pom.xml?rev=1845627&r1=1845626&r2=1845627&view=diff
==============================================================================
--- webservices/axiom/branches/1.2.x/systests/old-tests/pom.xml (original)
+++ webservices/axiom/branches/1.2.x/systests/old-tests/pom.xml Fri Nov  2 21:07:29 2018
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.ws.commons.axiom</groupId>
         <artifactId>systests</artifactId>
-        <version>1.2.21</version>
+        <version>1.2.22-SNAPSHOT</version>
     </parent>
 
     <artifactId>old-tests</artifactId>

Modified: webservices/axiom/branches/1.2.x/systests/osgi-tests/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axiom/branches/1.2.x/systests/osgi-tests/pom.xml?rev=1845627&r1=1845626&r2=1845627&view=diff
==============================================================================
--- webservices/axiom/branches/1.2.x/systests/osgi-tests/pom.xml (original)
+++ webservices/axiom/branches/1.2.x/systests/osgi-tests/pom.xml Fri Nov  2 21:07:29 2018
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.ws.commons.axiom</groupId>
         <artifactId>systests</artifactId>
-        <version>1.2.21</version>
+        <version>1.2.22-SNAPSHOT</version>
     </parent>
 
     <artifactId>osgi-tests</artifactId>

Modified: webservices/axiom/branches/1.2.x/systests/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axiom/branches/1.2.x/systests/pom.xml?rev=1845627&r1=1845626&r2=1845627&view=diff
==============================================================================
--- webservices/axiom/branches/1.2.x/systests/pom.xml (original)
+++ webservices/axiom/branches/1.2.x/systests/pom.xml Fri Nov  2 21:07:29 2018
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.ws.commons.axiom</groupId>
         <artifactId>axiom</artifactId>
-        <version>1.2.21</version>
+        <version>1.2.22-SNAPSHOT</version>
     </parent>
 
     <artifactId>systests</artifactId>

Modified: webservices/axiom/branches/1.2.x/systests/spring-ws-tests/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axiom/branches/1.2.x/systests/spring-ws-tests/pom.xml?rev=1845627&r1=1845626&r2=1845627&view=diff
==============================================================================
--- webservices/axiom/branches/1.2.x/systests/spring-ws-tests/pom.xml (original)
+++ webservices/axiom/branches/1.2.x/systests/spring-ws-tests/pom.xml Fri Nov  2 21:07:29 2018
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.ws.commons.axiom</groupId>
         <artifactId>systests</artifactId>
-        <version>1.2.21</version>
+        <version>1.2.22-SNAPSHOT</version>
     </parent>
 
     <artifactId>spring-ws-tests</artifactId>

Modified: webservices/axiom/branches/1.2.x/systests/wss4j-tests/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axiom/branches/1.2.x/systests/wss4j-tests/pom.xml?rev=1845627&r1=1845626&r2=1845627&view=diff
==============================================================================
--- webservices/axiom/branches/1.2.x/systests/wss4j-tests/pom.xml (original)
+++ webservices/axiom/branches/1.2.x/systests/wss4j-tests/pom.xml Fri Nov  2 21:07:29 2018
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.ws.commons.axiom</groupId>
         <artifactId>systests</artifactId>
-        <version>1.2.21</version>
+        <version>1.2.22-SNAPSHOT</version>
     </parent>
 
     <artifactId>wss4j-tests</artifactId>

Modified: webservices/axiom/branches/1.2.x/testing/axiom-testsuite/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axiom/branches/1.2.x/testing/axiom-testsuite/pom.xml?rev=1845627&r1=1845626&r2=1845627&view=diff
==============================================================================
--- webservices/axiom/branches/1.2.x/testing/axiom-testsuite/pom.xml (original)
+++ webservices/axiom/branches/1.2.x/testing/axiom-testsuite/pom.xml Fri Nov  2 21:07:29 2018
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.ws.commons.axiom</groupId>
         <artifactId>testing</artifactId>
-        <version>1.2.21</version>
+        <version>1.2.22-SNAPSHOT</version>
     </parent>
 
     <artifactId>axiom-testsuite</artifactId>

Modified: webservices/axiom/branches/1.2.x/testing/axiom-truth/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axiom/branches/1.2.x/testing/axiom-truth/pom.xml?rev=1845627&r1=1845626&r2=1845627&view=diff
==============================================================================
--- webservices/axiom/branches/1.2.x/testing/axiom-truth/pom.xml (original)
+++ webservices/axiom/branches/1.2.x/testing/axiom-truth/pom.xml Fri Nov  2 21:07:29 2018
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.ws.commons.axiom</groupId>
         <artifactId>testing</artifactId>
-        <version>1.2.21</version>
+        <version>1.2.22-SNAPSHOT</version>
     </parent>
 
     <artifactId>axiom-truth</artifactId>

Modified: webservices/axiom/branches/1.2.x/testing/dom-testsuite/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axiom/branches/1.2.x/testing/dom-testsuite/pom.xml?rev=1845627&r1=1845626&r2=1845627&view=diff
==============================================================================
--- webservices/axiom/branches/1.2.x/testing/dom-testsuite/pom.xml (original)
+++ webservices/axiom/branches/1.2.x/testing/dom-testsuite/pom.xml Fri Nov  2 21:07:29 2018
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.ws.commons.axiom</groupId>
         <artifactId>testing</artifactId>
-        <version>1.2.21</version>
+        <version>1.2.22-SNAPSHOT</version>
     </parent>
 
     <artifactId>dom-testsuite</artifactId>

Modified: webservices/axiom/branches/1.2.x/testing/fom-testsuite/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axiom/branches/1.2.x/testing/fom-testsuite/pom.xml?rev=1845627&r1=1845626&r2=1845627&view=diff
==============================================================================
--- webservices/axiom/branches/1.2.x/testing/fom-testsuite/pom.xml (original)
+++ webservices/axiom/branches/1.2.x/testing/fom-testsuite/pom.xml Fri Nov  2 21:07:29 2018
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.ws.commons.axiom</groupId>
         <artifactId>testing</artifactId>
-        <version>1.2.21</version>
+        <version>1.2.22-SNAPSHOT</version>
     </parent>
 
     <artifactId>fom-testsuite</artifactId>

Modified: webservices/axiom/branches/1.2.x/testing/jaxen-testsuite/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axiom/branches/1.2.x/testing/jaxen-testsuite/pom.xml?rev=1845627&r1=1845626&r2=1845627&view=diff
==============================================================================
--- webservices/axiom/branches/1.2.x/testing/jaxen-testsuite/pom.xml (original)
+++ webservices/axiom/branches/1.2.x/testing/jaxen-testsuite/pom.xml Fri Nov  2 21:07:29 2018
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.ws.commons.axiom</groupId>
         <artifactId>testing</artifactId>
-        <version>1.2.21</version>
+        <version>1.2.22-SNAPSHOT</version>
     </parent>
 
     <artifactId>jaxen-testsuite</artifactId>

Modified: webservices/axiom/branches/1.2.x/testing/jaxp-testsuite/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axiom/branches/1.2.x/testing/jaxp-testsuite/pom.xml?rev=1845627&r1=1845626&r2=1845627&view=diff
==============================================================================
--- webservices/axiom/branches/1.2.x/testing/jaxp-testsuite/pom.xml (original)
+++ webservices/axiom/branches/1.2.x/testing/jaxp-testsuite/pom.xml Fri Nov  2 21:07:29 2018
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.ws.commons.axiom</groupId>
         <artifactId>testing</artifactId>
-        <version>1.2.21</version>
+        <version>1.2.22-SNAPSHOT</version>
     </parent>
 
     <artifactId>jaxp-testsuite</artifactId>

Modified: webservices/axiom/branches/1.2.x/testing/multiton/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axiom/branches/1.2.x/testing/multiton/pom.xml?rev=1845627&r1=1845626&r2=1845627&view=diff
==============================================================================
--- webservices/axiom/branches/1.2.x/testing/multiton/pom.xml (original)
+++ webservices/axiom/branches/1.2.x/testing/multiton/pom.xml Fri Nov  2 21:07:29 2018
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.ws.commons.axiom</groupId>
         <artifactId>testing</artifactId>
-        <version>1.2.21</version>
+        <version>1.2.22-SNAPSHOT</version>
     </parent>
 
     <artifactId>multiton</artifactId>

Modified: webservices/axiom/branches/1.2.x/testing/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axiom/branches/1.2.x/testing/pom.xml?rev=1845627&r1=1845626&r2=1845627&view=diff
==============================================================================
--- webservices/axiom/branches/1.2.x/testing/pom.xml (original)
+++ webservices/axiom/branches/1.2.x/testing/pom.xml Fri Nov  2 21:07:29 2018
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.ws.commons.axiom</groupId>
         <artifactId>axiom</artifactId>
-        <version>1.2.21</version>
+        <version>1.2.22-SNAPSHOT</version>
     </parent>
 
     <artifactId>testing</artifactId>

Modified: webservices/axiom/branches/1.2.x/testing/saaj-testsuite/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axiom/branches/1.2.x/testing/saaj-testsuite/pom.xml?rev=1845627&r1=1845626&r2=1845627&view=diff
==============================================================================
--- webservices/axiom/branches/1.2.x/testing/saaj-testsuite/pom.xml (original)
+++ webservices/axiom/branches/1.2.x/testing/saaj-testsuite/pom.xml Fri Nov  2 21:07:29 2018
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.ws.commons.axiom</groupId>
         <artifactId>testing</artifactId>
-        <version>1.2.21</version>
+        <version>1.2.22-SNAPSHOT</version>
     </parent>
 
     <artifactId>saaj-testsuite</artifactId>

Modified: webservices/axiom/branches/1.2.x/testing/soap-testsuite/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axiom/branches/1.2.x/testing/soap-testsuite/pom.xml?rev=1845627&r1=1845626&r2=1845627&view=diff
==============================================================================
--- webservices/axiom/branches/1.2.x/testing/soap-testsuite/pom.xml (original)
+++ webservices/axiom/branches/1.2.x/testing/soap-testsuite/pom.xml Fri Nov  2 21:07:29 2018
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.ws.commons.axiom</groupId>
         <artifactId>testing</artifactId>
-        <version>1.2.21</version>
+        <version>1.2.22-SNAPSHOT</version>
     </parent>
 
     <artifactId>soap-testsuite</artifactId>

Modified: webservices/axiom/branches/1.2.x/testing/spring-ws-testsuite/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axiom/branches/1.2.x/testing/spring-ws-testsuite/pom.xml?rev=1845627&r1=1845626&r2=1845627&view=diff
==============================================================================
--- webservices/axiom/branches/1.2.x/testing/spring-ws-testsuite/pom.xml (original)
+++ webservices/axiom/branches/1.2.x/testing/spring-ws-testsuite/pom.xml Fri Nov  2 21:07:29 2018
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.ws.commons.axiom</groupId>
         <artifactId>testing</artifactId>
-        <version>1.2.21</version>
+        <version>1.2.22-SNAPSHOT</version>
     </parent>
 
     <artifactId>spring-ws-testsuite</artifactId>

Modified: webservices/axiom/branches/1.2.x/testing/testutils/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axiom/branches/1.2.x/testing/testutils/pom.xml?rev=1845627&r1=1845626&r2=1845627&view=diff
==============================================================================
--- webservices/axiom/branches/1.2.x/testing/testutils/pom.xml (original)
+++ webservices/axiom/branches/1.2.x/testing/testutils/pom.xml Fri Nov  2 21:07:29 2018
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.ws.commons.axiom</groupId>
         <artifactId>testing</artifactId>
-        <version>1.2.21</version>
+        <version>1.2.22-SNAPSHOT</version>
     </parent>
 
     <artifactId>testutils</artifactId>

Modified: webservices/axiom/branches/1.2.x/testing/xml-testsuite/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axiom/branches/1.2.x/testing/xml-testsuite/pom.xml?rev=1845627&r1=1845626&r2=1845627&view=diff
==============================================================================
--- webservices/axiom/branches/1.2.x/testing/xml-testsuite/pom.xml (original)
+++ webservices/axiom/branches/1.2.x/testing/xml-testsuite/pom.xml Fri Nov  2 21:07:29 2018
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.ws.commons.axiom</groupId>
         <artifactId>testing</artifactId>
-        <version>1.2.21</version>
+        <version>1.2.22-SNAPSHOT</version>
     </parent>
 
     <artifactId>xml-testsuite</artifactId>

Modified: webservices/axiom/branches/1.2.x/testing/xml-truth/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axiom/branches/1.2.x/testing/xml-truth/pom.xml?rev=1845627&r1=1845626&r2=1845627&view=diff
==============================================================================
--- webservices/axiom/branches/1.2.x/testing/xml-truth/pom.xml (original)
+++ webservices/axiom/branches/1.2.x/testing/xml-truth/pom.xml Fri Nov  2 21:07:29 2018
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.ws.commons.axiom</groupId>
         <artifactId>testing</artifactId>
-        <version>1.2.21</version>
+        <version>1.2.22-SNAPSHOT</version>
     </parent>
 
     <artifactId>xml-truth</artifactId>

Modified: webservices/axiom/branches/1.2.x/userguide/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axiom/branches/1.2.x/userguide/pom.xml?rev=1845627&r1=1845626&r2=1845627&view=diff
==============================================================================
--- webservices/axiom/branches/1.2.x/userguide/pom.xml (original)
+++ webservices/axiom/branches/1.2.x/userguide/pom.xml Fri Nov  2 21:07:29 2018
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.ws.commons.axiom</groupId>
         <artifactId>axiom</artifactId>
-        <version>1.2.21</version>
+        <version>1.2.22-SNAPSHOT</version>
     </parent>
 
     <artifactId>userguide</artifactId>