Revert after failed release

git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@769715 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/scr/pom.xml b/scr/pom.xml
index 3e38217..3e5fdcb 100644
--- a/scr/pom.xml
+++ b/scr/pom.xml
@@ -30,7 +30,12 @@
         Implementation of the Declarative Services specification 1.0
     </description>
     <artifactId>org.apache.felix.scr</artifactId>
-    <version>1.0.8</version>
+    <version>1.0.7-SNAPSHOT</version>
+    <scm>
+        <connection>scm:svn:https://svn.apache.org/repos/asf/felix/trunk/scr</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/felix/trunk/scr</developerConnection>
+        <url>scm:svn:https://svn.apache.org/repos/asf/felix/trunk/scr</url>
+    </scm>
     <dependencies>
         <dependency>
             <groupId>${pom.groupId}</groupId>
@@ -90,10 +95,4 @@
             </plugin>
         </plugins>
     </build>
-
-  <scm>
-    <connection>scm:svn:https://svn.apache.org/repos/asf/felix/releases/org.apache.felix.scr-1.0.8</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/felix/releases/org.apache.felix.scr-1.0.8</developerConnection>
-    <url>scm:svn:https://svn.apache.org/repos/asf/felix/releases/org.apache.felix.scr-1.0.8</url>
-  </scm>
 </project>