You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by ks...@apache.org on 2015/10/29 21:58:37 UTC

servicemix-maven-plugins git commit: scm confuguration corrected

Repository: servicemix-maven-plugins
Updated Branches:
  refs/heads/master 41620be04 -> a4ce96067


scm confuguration corrected


Project: http://git-wip-us.apache.org/repos/asf/servicemix-maven-plugins/repo
Commit: http://git-wip-us.apache.org/repos/asf/servicemix-maven-plugins/commit/a4ce9606
Tree: http://git-wip-us.apache.org/repos/asf/servicemix-maven-plugins/tree/a4ce9606
Diff: http://git-wip-us.apache.org/repos/asf/servicemix-maven-plugins/diff/a4ce9606

Branch: refs/heads/master
Commit: a4ce96067089d98c4d88800f793589d5682562a5
Parents: 41620be
Author: Krzysztof Sobkowiak <kr...@gmail.com>
Authored: Thu Oct 29 21:58:14 2015 +0100
Committer: Krzysztof Sobkowiak <kr...@gmail.com>
Committed: Thu Oct 29 21:58:14 2015 +0100

----------------------------------------------------------------------
 depends-maven-plugin/pom.xml | 6 ------
 maven-plugins-pom/pom.xml    | 6 ------
 pom.xml                      | 7 +++++++
 3 files changed, 7 insertions(+), 12 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/servicemix-maven-plugins/blob/a4ce9606/depends-maven-plugin/pom.xml
----------------------------------------------------------------------
diff --git a/depends-maven-plugin/pom.xml b/depends-maven-plugin/pom.xml
index 68ea60e..00cbe88 100644
--- a/depends-maven-plugin/pom.xml
+++ b/depends-maven-plugin/pom.xml
@@ -21,12 +21,6 @@
     <version>1.3.2-SNAPSHOT</version>
     <name>Apache ServiceMix :: Plugins :: Maven2 Depends Plugin</name>
 
-    <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/servicemix/maven-plugins/trunk/depends-maven-plugin</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/servicemix/maven-plugins/trunk/depends-maven-plugin</developerConnection>
-        <url>http://svn.apache.org/viewcvs.cgi/servicemix/maven-plugins/trunk/depends-maven-plugin</url>
-    </scm>
-
     <dependencies>
         <dependency>
             <groupId>org.apache.maven</groupId>

http://git-wip-us.apache.org/repos/asf/servicemix-maven-plugins/blob/a4ce9606/maven-plugins-pom/pom.xml
----------------------------------------------------------------------
diff --git a/maven-plugins-pom/pom.xml b/maven-plugins-pom/pom.xml
index 1b20772..afee4cb 100644
--- a/maven-plugins-pom/pom.xml
+++ b/maven-plugins-pom/pom.xml
@@ -31,12 +31,6 @@
   <packaging>pom</packaging>
   <name>Apache ServiceMix :: Plugins :: Plugins POM</name>
   
-  <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/servicemix/maven-plugins/trunk/maven-plugins-pom</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/servicemix/maven-plugins/trunk/maven-plugins-pom</developerConnection>
-    <url>http://svn.apache.org/viewcvs.cgi/servicemix/maven-plugins/trunk/maven-plugins-pom</url>
-  </scm>
-  
   <properties>
       <servicemix.legal.version>1.0</servicemix.legal.version>
   </properties>

http://git-wip-us.apache.org/repos/asf/servicemix-maven-plugins/blob/a4ce9606/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 51e2709..34ea9c3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -40,6 +40,13 @@
     <packaging>pom</packaging>
     <name>Apache ServiceMix :: Plugins</name>
 
+    <scm>
+        <connection>scm:git:https://git-wip-us.apache.org/repos/asf/servicemix-maven-bundles.git</connection>
+        <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/servicemix-maven-bundles.git</developerConnection>
+        <url>https://git-wip-us.apache.org/repos/asf?p=servicemix-maven-bundles.git</url>
+        <tag>HEAD</tag>
+    </scm>
+
     <modules>
         <module>maven-plugins-pom</module>