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>


Reply via email to