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 2019/01/08 23:09:17 UTC

svn commit: r1850808 - 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: Tue Jan  8 23:09:17 2019
New Revision: 1850808

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

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/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/jaxws-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=1850808&r1=1850807&r2=1850808&view=diff
==============================================================================
--- webservices/axiom/branches/1.2.x/apidocs/pom.xml (original)
+++ webservices/axiom/branches/1.2.x/apidocs/pom.xml Tue Jan  8 23:09:17 2019
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.ws.commons.axiom</groupId>
         <artifactId>axiom</artifactId>
-        <version>1.2.23-SNAPSHOT</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=1850808&r1=1850807&r2=1850808&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 Tue Jan  8 23:09:17 2019
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.ws.commons.axiom</groupId>
         <artifactId>aspects</artifactId>
-        <version>1.2.23-SNAPSHOT</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=1850808&r1=1850807&r2=1850808&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 Tue Jan  8 23:09:17 2019
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.ws.commons.axiom</groupId>
         <artifactId>aspects</artifactId>
-        <version>1.2.23-SNAPSHOT</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=1850808&r1=1850807&r2=1850808&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 Tue Jan  8 23:09:17 2019
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.ws.commons.axiom</groupId>
         <artifactId>aspects</artifactId>
-        <version>1.2.23-SNAPSHOT</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=1850808&r1=1850807&r2=1850808&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 Tue Jan  8 23:09:17 2019
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.ws.commons.axiom</groupId>
         <artifactId>aspects</artifactId>
-        <version>1.2.23-SNAPSHOT</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=1850808&r1=1850807&r2=1850808&view=diff
==============================================================================
--- webservices/axiom/branches/1.2.x/aspects/pom.xml (original)
+++ webservices/axiom/branches/1.2.x/aspects/pom.xml Tue Jan  8 23:09:17 2019
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.ws.commons.axiom</groupId>
         <artifactId>axiom</artifactId>
-        <version>1.2.23-SNAPSHOT</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=1850808&r1=1850807&r2=1850808&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 Tue Jan  8 23:09:17 2019
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.ws.commons.axiom</groupId>
         <artifactId>aspects</artifactId>
-        <version>1.2.23-SNAPSHOT</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=1850808&r1=1850807&r2=1850808&view=diff
==============================================================================
--- webservices/axiom/branches/1.2.x/axiom-all/pom.xml (original)
+++ webservices/axiom/branches/1.2.x/axiom-all/pom.xml Tue Jan  8 23:09:17 2019
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.ws.commons.axiom</groupId>
         <artifactId>axiom</artifactId>
-        <version>1.2.23-SNAPSHOT</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=1850808&r1=1850807&r2=1850808&view=diff
==============================================================================
--- webservices/axiom/branches/1.2.x/axiom-api/pom.xml (original)
+++ webservices/axiom/branches/1.2.x/axiom-api/pom.xml Tue Jan  8 23:09:17 2019
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.ws.commons.axiom</groupId>
         <artifactId>axiom</artifactId>
-        <version>1.2.23-SNAPSHOT</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=1850808&r1=1850807&r2=1850808&view=diff
==============================================================================
--- webservices/axiom/branches/1.2.x/axiom-c14n/pom.xml (original)
+++ webservices/axiom/branches/1.2.x/axiom-c14n/pom.xml Tue Jan  8 23:09:17 2019
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.ws.commons.axiom</groupId>
         <artifactId>axiom</artifactId>
-        <version>1.2.23-SNAPSHOT</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=1850808&r1=1850807&r2=1850808&view=diff
==============================================================================
--- webservices/axiom/branches/1.2.x/axiom-compat/pom.xml (original)
+++ webservices/axiom/branches/1.2.x/axiom-compat/pom.xml Tue Jan  8 23:09:17 2019
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.ws.commons.axiom</groupId>
         <artifactId>axiom</artifactId>
-        <version>1.2.23-SNAPSHOT</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=1850808&r1=1850807&r2=1850808&view=diff
==============================================================================
--- webservices/axiom/branches/1.2.x/axiom-jaxb/pom.xml (original)
+++ webservices/axiom/branches/1.2.x/axiom-jaxb/pom.xml Tue Jan  8 23:09:17 2019
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.ws.commons.axiom</groupId>
         <artifactId>axiom</artifactId>
-        <version>1.2.23-SNAPSHOT</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=1850808&r1=1850807&r2=1850808&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 Tue Jan  8 23:09:17 2019
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.ws.commons.axiom</groupId>
         <artifactId>buildutils</artifactId>
-        <version>1.2.23-SNAPSHOT</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=1850808&r1=1850807&r2=1850808&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 Tue Jan  8 23:09:17 2019
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.ws.commons.axiom</groupId>
         <artifactId>buildutils</artifactId>
-        <version>1.2.23-SNAPSHOT</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=1850808&r1=1850807&r2=1850808&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 Tue Jan  8 23:09:17 2019
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.ws.commons.axiom</groupId>
         <artifactId>buildutils</artifactId>
-        <version>1.2.23-SNAPSHOT</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=1850808&r1=1850807&r2=1850808&view=diff
==============================================================================
--- webservices/axiom/branches/1.2.x/buildutils/pom.xml (original)
+++ webservices/axiom/branches/1.2.x/buildutils/pom.xml Tue Jan  8 23:09:17 2019
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.ws.commons.axiom</groupId>
         <artifactId>axiom</artifactId>
-        <version>1.2.23-SNAPSHOT</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=1850808&r1=1850807&r2=1850808&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 Tue Jan  8 23:09:17 2019
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.ws.commons.axiom</groupId>
         <artifactId>buildutils</artifactId>
-        <version>1.2.23-SNAPSHOT</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=1850808&r1=1850807&r2=1850808&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 Tue Jan  8 23:09:17 2019
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.ws.commons.axiom</groupId>
         <artifactId>buildutils</artifactId>
-        <version>1.2.23-SNAPSHOT</version>
+        <version>1.2.22-SNAPSHOT</version>
     </parent>
 
     <artifactId>shade-osgi</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=1850808&r1=1850807&r2=1850808&view=diff
==============================================================================
--- webservices/axiom/branches/1.2.x/components/pom.xml (original)
+++ webservices/axiom/branches/1.2.x/components/pom.xml Tue Jan  8 23:09:17 2019
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.ws.commons.axiom</groupId>
         <artifactId>axiom</artifactId>
-        <version>1.2.23-SNAPSHOT</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=1850808&r1=1850807&r2=1850808&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 Tue Jan  8 23:09:17 2019
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.ws.commons.axiom</groupId>
         <artifactId>components</artifactId>
-        <version>1.2.23-SNAPSHOT</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=1850808&r1=1850807&r2=1850808&view=diff
==============================================================================
--- webservices/axiom/branches/1.2.x/devguide/pom.xml (original)
+++ webservices/axiom/branches/1.2.x/devguide/pom.xml Tue Jan  8 23:09:17 2019
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.ws.commons.axiom</groupId>
         <artifactId>axiom</artifactId>
-        <version>1.2.23-SNAPSHOT</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=1850808&r1=1850807&r2=1850808&view=diff
==============================================================================
--- webservices/axiom/branches/1.2.x/distribution/pom.xml (original)
+++ webservices/axiom/branches/1.2.x/distribution/pom.xml Tue Jan  8 23:09:17 2019
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.ws.commons.axiom</groupId>
         <artifactId>axiom</artifactId>
-        <version>1.2.23-SNAPSHOT</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=1850808&r1=1850807&r2=1850808&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 Tue Jan  8 23:09:17 2019
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.ws.commons.axiom</groupId>
         <artifactId>implementations</artifactId>
-        <version>1.2.23-SNAPSHOT</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=1850808&r1=1850807&r2=1850808&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 Tue Jan  8 23:09:17 2019
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.ws.commons.axiom</groupId>
         <artifactId>implementations</artifactId>
-        <version>1.2.23-SNAPSHOT</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=1850808&r1=1850807&r2=1850808&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 Tue Jan  8 23:09:17 2019
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.ws.commons.axiom</groupId>
         <artifactId>implementations</artifactId>
-        <version>1.2.23-SNAPSHOT</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=1850808&r1=1850807&r2=1850808&view=diff
==============================================================================
--- webservices/axiom/branches/1.2.x/implementations/pom.xml (original)
+++ webservices/axiom/branches/1.2.x/implementations/pom.xml Tue Jan  8 23:09:17 2019
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.ws.commons.axiom</groupId>
         <artifactId>axiom</artifactId>
-        <version>1.2.23-SNAPSHOT</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=1850808&r1=1850807&r2=1850808&view=diff
==============================================================================
--- webservices/axiom/branches/1.2.x/pom.xml (original)
+++ webservices/axiom/branches/1.2.x/pom.xml Tue Jan  8 23:09:17 2019
@@ -28,7 +28,7 @@
 
     <groupId>org.apache.ws.commons.axiom</groupId>
     <artifactId>axiom</artifactId>
-    <version>1.2.23-SNAPSHOT</version>
+    <version>1.2.22-SNAPSHOT</version>
     <packaging>pom</packaging>
 
     <name>Axiom</name>
@@ -933,7 +933,7 @@
                                 <script>
                                     import java.io.File
                                     
-                                    if (new File(project.build.directory, 'tmp').listFiles().length &gt; 0) {
+                                    if (new File(project.build.directory, 'tmp').listFiles().length > 0) {
                                         throw new Error("Temporary directory not empty");
                                     }
                                 </script>

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=1850808&r1=1850807&r2=1850808&view=diff
==============================================================================
--- webservices/axiom/branches/1.2.x/samples/pom.xml (original)
+++ webservices/axiom/branches/1.2.x/samples/pom.xml Tue Jan  8 23:09:17 2019
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.ws.commons.axiom</groupId>
         <artifactId>axiom</artifactId>
-        <version>1.2.23-SNAPSHOT</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=1850808&r1=1850807&r2=1850808&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 Tue Jan  8 23:09:17 2019
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.ws.commons.axiom</groupId>
         <artifactId>systests</artifactId>
-        <version>1.2.23-SNAPSHOT</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=1850808&r1=1850807&r2=1850808&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 Tue Jan  8 23:09:17 2019
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.ws.commons.axiom</groupId>
         <artifactId>systests</artifactId>
-        <version>1.2.23-SNAPSHOT</version>
+        <version>1.2.22-SNAPSHOT</version>
     </parent>
 
     <artifactId>eclipse-tests</artifactId>

Modified: webservices/axiom/branches/1.2.x/systests/jaxws-tests/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axiom/branches/1.2.x/systests/jaxws-tests/pom.xml?rev=1850808&r1=1850807&r2=1850808&view=diff
==============================================================================
--- webservices/axiom/branches/1.2.x/systests/jaxws-tests/pom.xml (original)
+++ webservices/axiom/branches/1.2.x/systests/jaxws-tests/pom.xml Tue Jan  8 23:09:17 2019
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.ws.commons.axiom</groupId>
         <artifactId>systests</artifactId>
-        <version>1.2.23-SNAPSHOT</version>
+        <version>1.2.22-SNAPSHOT</version>
     </parent>
 
     <artifactId>jaxws-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=1850808&r1=1850807&r2=1850808&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 Tue Jan  8 23:09:17 2019
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.ws.commons.axiom</groupId>
         <artifactId>systests</artifactId>
-        <version>1.2.23-SNAPSHOT</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=1850808&r1=1850807&r2=1850808&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 Tue Jan  8 23:09:17 2019
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.ws.commons.axiom</groupId>
         <artifactId>systests</artifactId>
-        <version>1.2.23-SNAPSHOT</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=1850808&r1=1850807&r2=1850808&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 Tue Jan  8 23:09:17 2019
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.ws.commons.axiom</groupId>
         <artifactId>systests</artifactId>
-        <version>1.2.23-SNAPSHOT</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=1850808&r1=1850807&r2=1850808&view=diff
==============================================================================
--- webservices/axiom/branches/1.2.x/systests/pom.xml (original)
+++ webservices/axiom/branches/1.2.x/systests/pom.xml Tue Jan  8 23:09:17 2019
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.ws.commons.axiom</groupId>
         <artifactId>axiom</artifactId>
-        <version>1.2.23-SNAPSHOT</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=1850808&r1=1850807&r2=1850808&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 Tue Jan  8 23:09:17 2019
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.ws.commons.axiom</groupId>
         <artifactId>systests</artifactId>
-        <version>1.2.23-SNAPSHOT</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=1850808&r1=1850807&r2=1850808&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 Tue Jan  8 23:09:17 2019
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.ws.commons.axiom</groupId>
         <artifactId>systests</artifactId>
-        <version>1.2.23-SNAPSHOT</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=1850808&r1=1850807&r2=1850808&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 Tue Jan  8 23:09:17 2019
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.ws.commons.axiom</groupId>
         <artifactId>testing</artifactId>
-        <version>1.2.23-SNAPSHOT</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=1850808&r1=1850807&r2=1850808&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 Tue Jan  8 23:09:17 2019
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.ws.commons.axiom</groupId>
         <artifactId>testing</artifactId>
-        <version>1.2.23-SNAPSHOT</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=1850808&r1=1850807&r2=1850808&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 Tue Jan  8 23:09:17 2019
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.ws.commons.axiom</groupId>
         <artifactId>testing</artifactId>
-        <version>1.2.23-SNAPSHOT</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=1850808&r1=1850807&r2=1850808&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 Tue Jan  8 23:09:17 2019
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.ws.commons.axiom</groupId>
         <artifactId>testing</artifactId>
-        <version>1.2.23-SNAPSHOT</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=1850808&r1=1850807&r2=1850808&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 Tue Jan  8 23:09:17 2019
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.ws.commons.axiom</groupId>
         <artifactId>testing</artifactId>
-        <version>1.2.23-SNAPSHOT</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=1850808&r1=1850807&r2=1850808&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 Tue Jan  8 23:09:17 2019
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.ws.commons.axiom</groupId>
         <artifactId>testing</artifactId>
-        <version>1.2.23-SNAPSHOT</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=1850808&r1=1850807&r2=1850808&view=diff
==============================================================================
--- webservices/axiom/branches/1.2.x/testing/multiton/pom.xml (original)
+++ webservices/axiom/branches/1.2.x/testing/multiton/pom.xml Tue Jan  8 23:09:17 2019
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.ws.commons.axiom</groupId>
         <artifactId>testing</artifactId>
-        <version>1.2.23-SNAPSHOT</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=1850808&r1=1850807&r2=1850808&view=diff
==============================================================================
--- webservices/axiom/branches/1.2.x/testing/pom.xml (original)
+++ webservices/axiom/branches/1.2.x/testing/pom.xml Tue Jan  8 23:09:17 2019
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.ws.commons.axiom</groupId>
         <artifactId>axiom</artifactId>
-        <version>1.2.23-SNAPSHOT</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=1850808&r1=1850807&r2=1850808&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 Tue Jan  8 23:09:17 2019
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.ws.commons.axiom</groupId>
         <artifactId>testing</artifactId>
-        <version>1.2.23-SNAPSHOT</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=1850808&r1=1850807&r2=1850808&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 Tue Jan  8 23:09:17 2019
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.ws.commons.axiom</groupId>
         <artifactId>testing</artifactId>
-        <version>1.2.23-SNAPSHOT</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=1850808&r1=1850807&r2=1850808&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 Tue Jan  8 23:09:17 2019
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.ws.commons.axiom</groupId>
         <artifactId>testing</artifactId>
-        <version>1.2.23-SNAPSHOT</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=1850808&r1=1850807&r2=1850808&view=diff
==============================================================================
--- webservices/axiom/branches/1.2.x/testing/testutils/pom.xml (original)
+++ webservices/axiom/branches/1.2.x/testing/testutils/pom.xml Tue Jan  8 23:09:17 2019
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.ws.commons.axiom</groupId>
         <artifactId>testing</artifactId>
-        <version>1.2.23-SNAPSHOT</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=1850808&r1=1850807&r2=1850808&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 Tue Jan  8 23:09:17 2019
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.ws.commons.axiom</groupId>
         <artifactId>testing</artifactId>
-        <version>1.2.23-SNAPSHOT</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=1850808&r1=1850807&r2=1850808&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 Tue Jan  8 23:09:17 2019
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.ws.commons.axiom</groupId>
         <artifactId>testing</artifactId>
-        <version>1.2.23-SNAPSHOT</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=1850808&r1=1850807&r2=1850808&view=diff
==============================================================================
--- webservices/axiom/branches/1.2.x/userguide/pom.xml (original)
+++ webservices/axiom/branches/1.2.x/userguide/pom.xml Tue Jan  8 23:09:17 2019
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.ws.commons.axiom</groupId>
         <artifactId>axiom</artifactId>
-        <version>1.2.23-SNAPSHOT</version>
+        <version>1.2.22-SNAPSHOT</version>
     </parent>
 
     <artifactId>userguide</artifactId>