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/08 22:37:00 UTC

svn commit: r1144497 - in /maven/core-integration-testing/trunk: core-it-suite/pom.xml core-it-support/pom.xml pom.xml

Author: hboutemy
Date: Fri Jul  8 20:37:00 2011
New Revision: 1144497

URL: http://svn.apache.org/viewvc?rev=1144497&view=rev
Log:
renamed parent POM to prepare site publication

Modified:
    maven/core-integration-testing/trunk/core-it-suite/pom.xml
    maven/core-integration-testing/trunk/core-it-support/pom.xml
    maven/core-integration-testing/trunk/pom.xml

Modified: maven/core-integration-testing/trunk/core-it-suite/pom.xml
URL: http://svn.apache.org/viewvc/maven/core-integration-testing/trunk/core-it-suite/pom.xml?rev=1144497&r1=1144496&r2=1144497&view=diff
==============================================================================
--- maven/core-integration-testing/trunk/core-it-suite/pom.xml (original)
+++ maven/core-integration-testing/trunk/core-it-suite/pom.xml Fri Jul  8 20:37:00 2011
@@ -24,7 +24,7 @@ under the License.
 
   <parent>
     <groupId>org.apache.maven.its</groupId>
-    <artifactId>core-integration-testing-parent</artifactId>
+    <artifactId>core-its</artifactId>
     <version>2.1-SNAPSHOT</version>
   </parent>
 

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=1144497&r1=1144496&r2=1144497&view=diff
==============================================================================
--- maven/core-integration-testing/trunk/core-it-support/pom.xml (original)
+++ maven/core-integration-testing/trunk/core-it-support/pom.xml Fri Jul  8 20:37:00 2011
@@ -22,17 +22,14 @@ under the License.
 
   <parent>
     <groupId>org.apache.maven.its</groupId>
-    <artifactId>core-integration-testing-parent</artifactId>
+    <artifactId>core-its</artifactId>
     <version>2.1-SNAPSHOT</version>
   </parent>
 
-  <groupId>org.apache.maven.its</groupId>
   <artifactId>core-integration-testing</artifactId>
-  <version>2.1-SNAPSHOT</version>
   <packaging>pom</packaging>
 
   <name>Maven Integration Testing Support</name>
-  <url>http://maven.apache.org</url>
 
   <modules>
     <module>core-it-plugins</module>

Modified: maven/core-integration-testing/trunk/pom.xml
URL: http://svn.apache.org/viewvc/maven/core-integration-testing/trunk/pom.xml?rev=1144497&r1=1144496&r2=1144497&view=diff
==============================================================================
--- maven/core-integration-testing/trunk/pom.xml (original)
+++ maven/core-integration-testing/trunk/pom.xml Fri Jul  8 20:37:00 2011
@@ -30,11 +30,11 @@ under the License.
   </parent>
 
   <groupId>org.apache.maven.its</groupId>
-  <artifactId>core-integration-testing-parent</artifactId>
+  <artifactId>core-its</artifactId>
   <version>2.1-SNAPSHOT</version>
   <packaging>pom</packaging>
 
-  <name>Maven Integration Tests Parent</name>
+  <name>Maven Core Integration Tests</name>
 
   <modules>
     <module>core-it-support</module>
@@ -46,6 +46,11 @@ under the License.
     <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk/</developerConnection>
     <url>http://svn.apache.org/viewvc/maven/core-integration-testing/trunk/</url>
   </scm>
+  <ciManagement>
+    <system>Jenkins</system>
+    <url>https://builds.apache.org/hudson/view/M-R/view/Maven/job/core-integration-testing-maven-3-trunk/</url>
+  </ciManagement>
+
   <build>
     <pluginManagement>
       <plugins>