[maven-release-plugin] prepare for next development iteration

git-svn-id: https://svn.apache.org/repos/asf/sling/trunk@1775221 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/slingshot/pom.xml b/slingshot/pom.xml
index d22a9fc..5dfbbcd 100644
--- a/slingshot/pom.xml
+++ b/slingshot/pom.xml
@@ -28,7 +28,7 @@
     </parent>
 
     <artifactId>org.apache.sling.sample.slingshot</artifactId>
-    <version>0.8.0</version>
+    <version>0.8.1-SNAPSHOT</version>
     <packaging>bundle</packaging>
 
     <name>Apache Sling - Slingshot Demo</name>
@@ -40,9 +40,9 @@
     </properties>
     
     <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/sling/tags/org.apache.sling.sample.slingshot-0.8.0</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/sling/tags/org.apache.sling.sample.slingshot-0.8.0</developerConnection>
-        <url>http://svn.apache.org/viewvc/sling/tags/org.apache.sling.sample.slingshot-0.8.0</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/sling/trunk/samples/slingshot</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/sling/trunk/samples/slingshot</developerConnection>
+        <url>http://svn.apache.org/viewvc/sling/trunk/samples/slingshot</url>
     </scm>
 
     <build>