mirror of https://github.com/apache/maven.git
renamed parent POM to prepare site publication
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@1144497 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
a6b38e5069
commit
77fab03c39
|
@ -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>
|
||||
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue