mirror of https://github.com/apache/maven.git
Removed scm parts which are inherited and fixed GitHub URL.
This commit is contained in:
parent
00e6f20bf5
commit
d2342c1f87
|
@ -33,12 +33,6 @@ under the License.
|
|||
|
||||
<name>Maven IT Plugin :: Class Loader :: Aggregator</name>
|
||||
|
||||
<scm>
|
||||
<connection>scm:svn:http://svn.apache.org/repos/asf/maven/core-integration-testing/trunk/core-it-support/core-it-plugins/maven-it-plugin-class-loader</connection>
|
||||
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk/core-it-support/core-it-plugins/maven-it-plugin-class-loader</developerConnection>
|
||||
<url>http://svn.apache.org/viewvc/maven/core-integration-testing/trunk/core-it-support/core-it-plugins/maven-it-plugin-class-loader</url>
|
||||
</scm>
|
||||
|
||||
<modules>
|
||||
<module>maven-it-plugin-class-loader</module>
|
||||
<module>dep-a</module>
|
||||
|
|
|
@ -86,12 +86,6 @@ under the License.
|
|||
<module>mng6759-plugin-resolves-project-dependencies</module>
|
||||
</modules>
|
||||
|
||||
<scm>
|
||||
<connection>scm:git:https://gitbox.apache.org/repos/asf/maven-integration-testing.git</connection>
|
||||
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/maven-integration-testing.git</developerConnection>
|
||||
<url>https://github.com/apache/maven-integration-testing/</url>
|
||||
</scm>
|
||||
|
||||
<distributionManagement>
|
||||
<repository>
|
||||
<id>maven.it</id>
|
||||
|
|
|
@ -46,7 +46,7 @@ under the License.
|
|||
<scm>
|
||||
<connection>scm:git:https://gitbox.apache.org/repos/asf/maven-integration-testing.git</connection>
|
||||
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/maven-integration-testing.git</developerConnection>
|
||||
<url>https://github.com/apache/maven-integration-testing/tree/${project.scm.tag}</url>
|
||||
<url>https://github.com/apache/maven-integration-testing/</url>
|
||||
</scm>
|
||||
<ciManagement>
|
||||
<system>Jenkins</system>
|
||||
|
|
Loading…
Reference in New Issue