You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2011/07/10 22:10:13 UTC

svn commit: r1144952 - in /maven/core-integration-testing/trunk/core-it-support: ./ core-it-component/ core-it-extension/ core-it-plugins/ core-it-support-artifacts/ core-it-toolchain/ core-it-wagon/ maven-it-helper/ maven-it-sample-archetype/

Author: hboutemy
Date: Sun Jul 10 20:10:12 2011
New Revision: 1144952

URL: http://svn.apache.org/viewvc?rev=1144952&view=rev
Log:
renamed core-integration-testing to core-it-support to match directory name

Modified:
    maven/core-integration-testing/trunk/core-it-support/core-it-component/pom.xml
    maven/core-integration-testing/trunk/core-it-support/core-it-extension/pom.xml
    maven/core-integration-testing/trunk/core-it-support/core-it-plugins/pom.xml
    maven/core-integration-testing/trunk/core-it-support/core-it-support-artifacts/pom.xml
    maven/core-integration-testing/trunk/core-it-support/core-it-toolchain/pom.xml
    maven/core-integration-testing/trunk/core-it-support/core-it-wagon/pom.xml
    maven/core-integration-testing/trunk/core-it-support/maven-it-helper/pom.xml
    maven/core-integration-testing/trunk/core-it-support/maven-it-sample-archetype/pom.xml
    maven/core-integration-testing/trunk/core-it-support/pom.xml

Modified: maven/core-integration-testing/trunk/core-it-support/core-it-component/pom.xml
URL: http://svn.apache.org/viewvc/maven/core-integration-testing/trunk/core-it-support/core-it-component/pom.xml?rev=1144952&r1=1144951&r2=1144952&view=diff
==============================================================================
--- maven/core-integration-testing/trunk/core-it-support/core-it-component/pom.xml (original)
+++ maven/core-integration-testing/trunk/core-it-support/core-it-component/pom.xml Sun Jul 10 20:10:12 2011
@@ -19,12 +19,12 @@ specific language governing permissions 
 under the License.
 -->
 
-<project>
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
   <modelVersion>4.0.0</modelVersion>
 
   <parent>
     <groupId>org.apache.maven.its</groupId>
-    <artifactId>core-integration-testing</artifactId>
+    <artifactId>core-it-support</artifactId>
     <version>2.1-SNAPSHOT</version>
   </parent>
 

Modified: maven/core-integration-testing/trunk/core-it-support/core-it-extension/pom.xml
URL: http://svn.apache.org/viewvc/maven/core-integration-testing/trunk/core-it-support/core-it-extension/pom.xml?rev=1144952&r1=1144951&r2=1144952&view=diff
==============================================================================
--- maven/core-integration-testing/trunk/core-it-support/core-it-extension/pom.xml (original)
+++ maven/core-integration-testing/trunk/core-it-support/core-it-extension/pom.xml Sun Jul 10 20:10:12 2011
@@ -23,8 +23,8 @@ under the License.
   <modelVersion>4.0.0</modelVersion>
 
   <parent>
-    <artifactId>core-integration-testing</artifactId>
     <groupId>org.apache.maven.its</groupId>
+    <artifactId>core-it-support</artifactId>
     <version>2.1-SNAPSHOT</version>
   </parent>
 

Modified: maven/core-integration-testing/trunk/core-it-support/core-it-plugins/pom.xml
URL: http://svn.apache.org/viewvc/maven/core-integration-testing/trunk/core-it-support/core-it-plugins/pom.xml?rev=1144952&r1=1144951&r2=1144952&view=diff
==============================================================================
--- maven/core-integration-testing/trunk/core-it-support/core-it-plugins/pom.xml (original)
+++ maven/core-integration-testing/trunk/core-it-support/core-it-plugins/pom.xml Sun Jul 10 20:10:12 2011
@@ -1,4 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
+
 <!--
 Licensed to the Apache Software Foundation (ASF) under one
 or more contributor license agreements.  See the NOTICE file
@@ -16,12 +17,14 @@ software distributed under the License i
 KIND, either express or implied.  See the License for the
 specific language governing permissions and limitations
 under the License.
---><project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+-->
+
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
   <modelVersion>4.0.0</modelVersion>
 
   <parent>
-    <artifactId>core-integration-testing</artifactId>
     <groupId>org.apache.maven.its</groupId>
+    <artifactId>core-it-support</artifactId>
     <version>2.1-SNAPSHOT</version>
   </parent>
 

Modified: maven/core-integration-testing/trunk/core-it-support/core-it-support-artifacts/pom.xml
URL: http://svn.apache.org/viewvc/maven/core-integration-testing/trunk/core-it-support/core-it-support-artifacts/pom.xml?rev=1144952&r1=1144951&r2=1144952&view=diff
==============================================================================
--- maven/core-integration-testing/trunk/core-it-support/core-it-support-artifacts/pom.xml (original)
+++ maven/core-integration-testing/trunk/core-it-support/core-it-support-artifacts/pom.xml Sun Jul 10 20:10:12 2011
@@ -24,12 +24,11 @@ under the License.
 
   <parent>
     <groupId>org.apache.maven.its</groupId>
-    <artifactId>core-integration-testing</artifactId>
+    <artifactId>core-it-support</artifactId>
     <version>2.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>core-it-support-artifacts</artifactId>
-  <version>2.1-SNAPSHOT</version>
   <packaging>pom</packaging>
 
   <name>Maven Integration Test Support Artifacts</name>

Modified: maven/core-integration-testing/trunk/core-it-support/core-it-toolchain/pom.xml
URL: http://svn.apache.org/viewvc/maven/core-integration-testing/trunk/core-it-support/core-it-toolchain/pom.xml?rev=1144952&r1=1144951&r2=1144952&view=diff
==============================================================================
--- maven/core-integration-testing/trunk/core-it-support/core-it-toolchain/pom.xml (original)
+++ maven/core-integration-testing/trunk/core-it-support/core-it-toolchain/pom.xml Sun Jul 10 20:10:12 2011
@@ -19,12 +19,12 @@ specific language governing permissions 
 under the License.
 -->
 
-<project>
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
   <modelVersion>4.0.0</modelVersion>
 
   <parent>
-    <artifactId>core-integration-testing</artifactId>
     <groupId>org.apache.maven.its</groupId>
+    <artifactId>core-it-support</artifactId>
     <version>2.1-SNAPSHOT</version>
   </parent>
 

Modified: maven/core-integration-testing/trunk/core-it-support/core-it-wagon/pom.xml
URL: http://svn.apache.org/viewvc/maven/core-integration-testing/trunk/core-it-support/core-it-wagon/pom.xml?rev=1144952&r1=1144951&r2=1144952&view=diff
==============================================================================
--- maven/core-integration-testing/trunk/core-it-support/core-it-wagon/pom.xml (original)
+++ maven/core-integration-testing/trunk/core-it-support/core-it-wagon/pom.xml Sun Jul 10 20:10:12 2011
@@ -23,8 +23,8 @@ under the License.
   <modelVersion>4.0.0</modelVersion>
 
   <parent>
-    <artifactId>core-integration-testing</artifactId>
     <groupId>org.apache.maven.its</groupId>
+    <artifactId>core-it-support</artifactId>
     <version>2.1-SNAPSHOT</version>
   </parent>
 

Modified: maven/core-integration-testing/trunk/core-it-support/maven-it-helper/pom.xml
URL: http://svn.apache.org/viewvc/maven/core-integration-testing/trunk/core-it-support/maven-it-helper/pom.xml?rev=1144952&r1=1144951&r2=1144952&view=diff
==============================================================================
--- maven/core-integration-testing/trunk/core-it-support/maven-it-helper/pom.xml (original)
+++ maven/core-integration-testing/trunk/core-it-support/maven-it-helper/pom.xml Sun Jul 10 20:10:12 2011
@@ -24,11 +24,10 @@ under the License.
 
   <parent>
     <groupId>org.apache.maven.its</groupId>
-    <artifactId>core-integration-testing</artifactId>
+    <artifactId>core-it-support</artifactId>
     <version>2.1-SNAPSHOT</version>
   </parent>
 
-  <groupId>org.apache.maven.its</groupId>
   <artifactId>maven-it-helper</artifactId>
 
   <name>Maven Integration Test Helper Library</name>

Modified: maven/core-integration-testing/trunk/core-it-support/maven-it-sample-archetype/pom.xml
URL: http://svn.apache.org/viewvc/maven/core-integration-testing/trunk/core-it-support/maven-it-sample-archetype/pom.xml?rev=1144952&r1=1144951&r2=1144952&view=diff
==============================================================================
--- maven/core-integration-testing/trunk/core-it-support/maven-it-sample-archetype/pom.xml (original)
+++ maven/core-integration-testing/trunk/core-it-support/maven-it-sample-archetype/pom.xml Sun Jul 10 20:10:12 2011
@@ -19,18 +19,22 @@ specific language governing permissions 
 under the License.
 -->
 
-<project>
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
   <modelVersion>4.0.0</modelVersion>
+
   <parent>
     <groupId>org.apache.maven</groupId>
     <artifactId>maven-parent</artifactId>
     <version>13</version>
   </parent>
+
   <groupId>org.apache.maven.its</groupId>
   <artifactId>maven-it-sample-archetype</artifactId>
   <version>1.0-SNAPSHOT</version>
   <packaging>maven-archetype</packaging>
+
   <name>maven-it-sample-archetype</name>
+
   <build>
     <extensions>
       <extension>

Modified: maven/core-integration-testing/trunk/core-it-support/pom.xml
URL: http://svn.apache.org/viewvc/maven/core-integration-testing/trunk/core-it-support/pom.xml?rev=1144952&r1=1144951&r2=1144952&view=diff
==============================================================================
--- maven/core-integration-testing/trunk/core-it-support/pom.xml (original)
+++ maven/core-integration-testing/trunk/core-it-support/pom.xml Sun Jul 10 20:10:12 2011
@@ -26,7 +26,7 @@ under the License.
     <version>2.1-SNAPSHOT</version>
   </parent>
 
-  <artifactId>core-integration-testing</artifactId>
+  <artifactId>core-it-support</artifactId>
   <packaging>pom</packaging>
 
   <name>Maven Integration Testing Support</name>