Fix SCM section in the maven-bundle-plugin pom.xml
git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@1704577 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/tools/maven-bundle-plugin/pom.xml b/tools/maven-bundle-plugin/pom.xml
index 283d402..b66cccc 100644
--- a/tools/maven-bundle-plugin/pom.xml
+++ b/tools/maven-bundle-plugin/pom.xml
@@ -40,9 +40,9 @@
</description>
<scm>
- <connection>scm:svn:http://svn.apache.org/repos/asf/felix/trunk/bundleplugin</connection>
- <developerConnection>scm:svn:https://svn.apache.org/repos/asf/felix/trunk/bundleplugin</developerConnection>
- <url>http://svn.apache.org/repos/asf/felix/trunk/bundleplugin</url>
+ <connection>scm:svn:http://svn.apache.org/repos/asf/felix/trunk/tools/maven-bundle-plugin</connection>
+ <developerConnection>scm:svn:https://svn.apache.org/repos/asf/felix/trunk/tools/maven-bundle-plugin</developerConnection>
+ <url>http://svn.apache.org/viewvc/felix/trunk/tools/maven-bundle-plugin</url>
</scm>
<properties>