Fix svn url

git-svn-id: https://svn.apache.org/repos/asf/karaf/branches/karaf-1.x@958979 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/pom.xml b/pom.xml
index 23f342f..e6971c7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -24,7 +24,6 @@
         <groupId>org.apache.felix</groupId>
         <artifactId>felix-parent</artifactId>
         <version>1.2.1</version>
-        <relativePath>../pom/pom.xml</relativePath>
     </parent>
 
     <groupId>org.apache.felix.karaf</groupId>
@@ -53,9 +52,9 @@
     </modules>
 
     <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/felix/trunk/karaf</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/felix/trunk/karaf</developerConnection>
-        <url>http://svn.apache.org/viewvc/felix/trunk/karaf/</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/karaf/branches/karaf-1.x</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/karaf/branches/karaf-1.x</developerConnection>
+        <url>http://svn.apache.org/viewvc/karaf/branches/karaf-1.x/</url>
     </scm>
 
     <issueManagement>