You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by kh...@apache.org on 2019/12/28 22:03:34 UTC

[maven-integration-testing] branch master updated: Removed scm parts which are inherited and fixed GitHub URL.

This is an automated email from the ASF dual-hosted git repository.

khmarbaise pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-integration-testing.git


The following commit(s) were added to refs/heads/master by this push:
     new ea5fbcc  Removed scm parts which are inherited and fixed GitHub URL.
ea5fbcc is described below

commit ea5fbcc486bf7aeef33e039a7750800da1aa9a97
Author: Karl Heinz Marbaise <kh...@apache.org>
AuthorDate: Sat Dec 28 23:02:57 2019 +0100

    Removed scm parts which are inherited and fixed GitHub URL.
---
 .../core-it-plugins/maven-it-plugin-class-loader/pom.xml            | 6 ------
 core-it-support/core-it-plugins/pom.xml                             | 6 ------
 pom.xml                                                             | 2 +-
 3 files changed, 1 insertion(+), 13 deletions(-)

diff --git a/core-it-support/core-it-plugins/maven-it-plugin-class-loader/pom.xml b/core-it-support/core-it-plugins/maven-it-plugin-class-loader/pom.xml
index 4c75a0c..659d101 100644
--- a/core-it-support/core-it-plugins/maven-it-plugin-class-loader/pom.xml
+++ b/core-it-support/core-it-plugins/maven-it-plugin-class-loader/pom.xml
@@ -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>
diff --git a/core-it-support/core-it-plugins/pom.xml b/core-it-support/core-it-plugins/pom.xml
index d13f3f7..95932b9 100644
--- a/core-it-support/core-it-plugins/pom.xml
+++ b/core-it-support/core-it-plugins/pom.xml
@@ -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>
diff --git a/pom.xml b/pom.xml
index 9e5fc8c..d2564c5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>