mirror of https://github.com/apache/maven.git
o Inherited from maven-parent:9
o Fixed SCM info git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@695819 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
5c9b3fc3ab
commit
a29a32858d
|
@ -53,9 +53,9 @@ under the License.
|
|||
</modules>
|
||||
|
||||
<scm>
|
||||
<connection>scm:svn:http://svn.apache.org/repos/asf/maven/core-integration-testing/trunk/core-integration-testing-plugins</connection>
|
||||
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk/core-integration-testing-plugins</developerConnection>
|
||||
<url>http://svn.apache.org/viewcvs.cgi/maven/core-integration-testing/trunk/core-integration-testing-plugins</url>
|
||||
<connection>scm:svn:http://svn.apache.org/repos/asf/maven/core-integration-testing/trunk/core-integration-tests-support/core-integration-testing-plugins</connection>
|
||||
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk/core-integration-tests-support/core-integration-testing-plugins</developerConnection>
|
||||
<url>http://svn.apache.org/viewvc/maven/core-integration-testing/trunk/core-integration-tests-support/core-integration-testing-plugins</url>
|
||||
</scm>
|
||||
|
||||
<build>
|
||||
|
|
|
@ -25,7 +25,7 @@ under the License.
|
|||
<parent>
|
||||
<groupId>org.apache.maven</groupId>
|
||||
<artifactId>maven-parent</artifactId>
|
||||
<version>5</version>
|
||||
<version>9</version>
|
||||
</parent>
|
||||
|
||||
<groupId>org.apache.maven.its</groupId>
|
||||
|
|
|
@ -25,7 +25,7 @@ under the License.
|
|||
<parent>
|
||||
<groupId>org.apache.maven</groupId>
|
||||
<artifactId>maven-parent</artifactId>
|
||||
<version>9-SNAPSHOT</version>
|
||||
<version>9</version>
|
||||
<relativePath>../../pom/maven/pom.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
|
@ -47,7 +47,7 @@ under the License.
|
|||
<scm>
|
||||
<connection>scm:svn:http://svn.apache.org/repos/asf/maven/core-integration-testing/trunk/core-integration-tests-support</connection>
|
||||
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk/core-integration-tests-support</developerConnection>
|
||||
<url>http://svn.apache.org/viewcvs.cgi/maven/core-integration-testing/trunk/core-integration-tests-support</url>
|
||||
<url>http://svn.apache.org/viewvc/maven/core-integration-testing/trunk/core-integration-tests-support</url>
|
||||
</scm>
|
||||
<issueManagement>
|
||||
<system>jira</system>
|
||||
|
|
Loading…
Reference in New Issue