Update scm info
git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@1142020 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/bundleplugin/pom.xml b/bundleplugin/pom.xml
index 9788070..556eb63 100644
--- a/bundleplugin/pom.xml
+++ b/bundleplugin/pom.xml
@@ -42,7 +42,7 @@
<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/bundleplugin</url>
+ <url>http://svn.apache.org/repos/asf/felix/trunk/bundleplugin</url>
</scm>
<build>
diff --git a/bundlerepository/pom.xml b/bundlerepository/pom.xml
index a86b422..6c47e7f 100644
--- a/bundlerepository/pom.xml
+++ b/bundlerepository/pom.xml
@@ -29,6 +29,11 @@
<description>Bundle repository service.</description>
<artifactId>org.apache.felix.bundlerepository</artifactId>
<version>1.6.7-SNAPSHOT</version>
+ <scm>
+ <connection>scm:svn:http://svn.apache.org/repos/asf/felix/trunk/bundlerepository</connection>
+ <developerConnection>scm:svn:https://svn.apache.org/repos/asf/felix/trunk/bundlerepository</developerConnection>
+ <url>http://svn.apache.org/repos/asf/felix/trunk/bundlerepository</url>
+ </scm>
<dependencies>
<dependency>
<groupId>${project.groupId}</groupId>