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>
|
<parent>
|
||||||
<groupId>org.apache.maven.its</groupId>
|
<groupId>org.apache.maven.its</groupId>
|
||||||
<artifactId>core-integration-testing-parent</artifactId>
|
<artifactId>core-its</artifactId>
|
||||||
<version>2.1-SNAPSHOT</version>
|
<version>2.1-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
|
|
|
@ -22,17 +22,14 @@ under the License.
|
||||||
|
|
||||||
<parent>
|
<parent>
|
||||||
<groupId>org.apache.maven.its</groupId>
|
<groupId>org.apache.maven.its</groupId>
|
||||||
<artifactId>core-integration-testing-parent</artifactId>
|
<artifactId>core-its</artifactId>
|
||||||
<version>2.1-SNAPSHOT</version>
|
<version>2.1-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<groupId>org.apache.maven.its</groupId>
|
|
||||||
<artifactId>core-integration-testing</artifactId>
|
<artifactId>core-integration-testing</artifactId>
|
||||||
<version>2.1-SNAPSHOT</version>
|
|
||||||
<packaging>pom</packaging>
|
<packaging>pom</packaging>
|
||||||
|
|
||||||
<name>Maven Integration Testing Support</name>
|
<name>Maven Integration Testing Support</name>
|
||||||
<url>http://maven.apache.org</url>
|
|
||||||
|
|
||||||
<modules>
|
<modules>
|
||||||
<module>core-it-plugins</module>
|
<module>core-it-plugins</module>
|
||||||
|
|
|
@ -30,11 +30,11 @@ under the License.
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<groupId>org.apache.maven.its</groupId>
|
<groupId>org.apache.maven.its</groupId>
|
||||||
<artifactId>core-integration-testing-parent</artifactId>
|
<artifactId>core-its</artifactId>
|
||||||
<version>2.1-SNAPSHOT</version>
|
<version>2.1-SNAPSHOT</version>
|
||||||
<packaging>pom</packaging>
|
<packaging>pom</packaging>
|
||||||
|
|
||||||
<name>Maven Integration Tests Parent</name>
|
<name>Maven Core Integration Tests</name>
|
||||||
|
|
||||||
<modules>
|
<modules>
|
||||||
<module>core-it-support</module>
|
<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>
|
<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>
|
<url>http://svn.apache.org/viewvc/maven/core-integration-testing/trunk/</url>
|
||||||
</scm>
|
</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>
|
<build>
|
||||||
<pluginManagement>
|
<pluginManagement>
|
||||||
<plugins>
|
<plugins>
|
||||||
|
|
Loading…
Reference in New Issue