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 2014/07/09 20:34:52 UTC

svn commit: r1609259 - in /webservices/axiom/trunk/testsuites: dom-testsuite/pom.xml jaxen-testsuite/pom.xml pom.xml soap-testsuite/pom.xml spring-ws-testsuite/pom.xml

Author: veithen
Date: Wed Jul  9 18:34:52 2014
New Revision: 1609259

URL: http://svn.apache.org/r1609259
Log:
Renamed the "testsuites" module to "testing" so that we can use it as the parent of other testing related stuff.

Modified:
    webservices/axiom/trunk/testsuites/dom-testsuite/pom.xml
    webservices/axiom/trunk/testsuites/jaxen-testsuite/pom.xml
    webservices/axiom/trunk/testsuites/pom.xml
    webservices/axiom/trunk/testsuites/soap-testsuite/pom.xml
    webservices/axiom/trunk/testsuites/spring-ws-testsuite/pom.xml

Modified: webservices/axiom/trunk/testsuites/dom-testsuite/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axiom/trunk/testsuites/dom-testsuite/pom.xml?rev=1609259&r1=1609258&r2=1609259&view=diff
==============================================================================
--- webservices/axiom/trunk/testsuites/dom-testsuite/pom.xml (original)
+++ webservices/axiom/trunk/testsuites/dom-testsuite/pom.xml Wed Jul  9 18:34:52 2014
@@ -21,7 +21,7 @@
     <modelVersion>4.0.0</modelVersion>
     <parent>
         <groupId>org.apache.ws.commons.axiom</groupId>
-        <artifactId>testsuites</artifactId>
+        <artifactId>testing</artifactId>
         <version>1.2.15-SNAPSHOT</version>
     </parent>
     <artifactId>dom-testsuite</artifactId>

Modified: webservices/axiom/trunk/testsuites/jaxen-testsuite/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axiom/trunk/testsuites/jaxen-testsuite/pom.xml?rev=1609259&r1=1609258&r2=1609259&view=diff
==============================================================================
--- webservices/axiom/trunk/testsuites/jaxen-testsuite/pom.xml (original)
+++ webservices/axiom/trunk/testsuites/jaxen-testsuite/pom.xml Wed Jul  9 18:34:52 2014
@@ -21,7 +21,7 @@
     <modelVersion>4.0.0</modelVersion>
     <parent>
         <groupId>org.apache.ws.commons.axiom</groupId>
-        <artifactId>testsuites</artifactId>
+        <artifactId>testing</artifactId>
         <version>1.2.15-SNAPSHOT</version>
     </parent>
     <artifactId>jaxen-testsuite</artifactId>

Modified: webservices/axiom/trunk/testsuites/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axiom/trunk/testsuites/pom.xml?rev=1609259&r1=1609258&r2=1609259&view=diff
==============================================================================
--- webservices/axiom/trunk/testsuites/pom.xml (original)
+++ webservices/axiom/trunk/testsuites/pom.xml Wed Jul  9 18:34:52 2014
@@ -24,8 +24,8 @@
         <artifactId>axiom</artifactId>
         <version>1.2.15-SNAPSHOT</version>
     </parent>
-    <artifactId>testsuites</artifactId>
-    <name>Test Suites</name>
+    <artifactId>testing</artifactId>
+    <name>Testing</name>
     <packaging>pom</packaging>
     <modules>
         <module>dom-testsuite</module>

Modified: webservices/axiom/trunk/testsuites/soap-testsuite/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axiom/trunk/testsuites/soap-testsuite/pom.xml?rev=1609259&r1=1609258&r2=1609259&view=diff
==============================================================================
--- webservices/axiom/trunk/testsuites/soap-testsuite/pom.xml (original)
+++ webservices/axiom/trunk/testsuites/soap-testsuite/pom.xml Wed Jul  9 18:34:52 2014
@@ -21,7 +21,7 @@
     <modelVersion>4.0.0</modelVersion>
     <parent>
         <groupId>org.apache.ws.commons.axiom</groupId>
-        <artifactId>testsuites</artifactId>
+        <artifactId>testing</artifactId>
         <version>1.2.15-SNAPSHOT</version>
     </parent>
     <artifactId>soap-testsuite</artifactId>
@@ -57,4 +57,4 @@
             </build>
         </profile>
     </profiles>
-</project>
\ No newline at end of file
+</project>

Modified: webservices/axiom/trunk/testsuites/spring-ws-testsuite/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axiom/trunk/testsuites/spring-ws-testsuite/pom.xml?rev=1609259&r1=1609258&r2=1609259&view=diff
==============================================================================
--- webservices/axiom/trunk/testsuites/spring-ws-testsuite/pom.xml (original)
+++ webservices/axiom/trunk/testsuites/spring-ws-testsuite/pom.xml Wed Jul  9 18:34:52 2014
@@ -21,7 +21,7 @@
     <modelVersion>4.0.0</modelVersion>
     <parent>
         <groupId>org.apache.ws.commons.axiom</groupId>
-        <artifactId>testsuites</artifactId>
+        <artifactId>testing</artifactId>
         <version>1.2.15-SNAPSHOT</version>
     </parent>
     <artifactId>spring-ws-testsuite</artifactId>