SCM configuration corrected
diff --git a/depends-maven-plugin/pom.xml b/depends-maven-plugin/pom.xml
index be086d7..aac0bba 100644
--- a/depends-maven-plugin/pom.xml
+++ b/depends-maven-plugin/pom.xml
@@ -23,10 +23,9 @@
     <name>Apache ServiceMix :: Plugins :: Maven2 Depends Plugin</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>
+        <connection>scm:git:https://git-wip-us.apache.org/repos/asf/servicemix-maven-plugins.git</connection>
+        <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/servicemix-maven-plugins.git</developerConnection>
+        <url>https://git-wip-us.apache.org/repos/asf?p=servicemix-maven-plugins.git</url>
         <tag>HEAD</tag>
     </scm>
 
diff --git a/maven-plugins-pom/pom.xml b/maven-plugins-pom/pom.xml
index 6283858..850ec0c 100644
--- a/maven-plugins-pom/pom.xml
+++ b/maven-plugins-pom/pom.xml
@@ -33,10 +33,9 @@
     <name>Apache ServiceMix :: Plugins :: Plugins POM</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>
+        <connection>scm:git:https://git-wip-us.apache.org/repos/asf/servicemix-maven-plugins.git</connection>
+        <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/servicemix-maven-plugins.git</developerConnection>
+        <url>https://git-wip-us.apache.org/repos/asf?p=servicemix-maven-plugins.git</url>
         <tag>HEAD</tag>
     </scm>