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

git-svn-id: https://svn.apache.org/repos/asf/directory/shared/branches/0.9.8@620755 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/asn1-codec/pom.xml b/asn1-codec/pom.xml
index c9b59cd..365323f 100644
--- a/asn1-codec/pom.xml
+++ b/asn1-codec/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.directory.shared</groupId>
     <artifactId>shared-parent</artifactId>
-    <version>0.9.8</version>
+    <version>0.9.9-SNAPSHOT</version>
   </parent>
   <artifactId>shared-asn1-codec</artifactId>
   <name>Apache Directory MINA ASN.1 Codec Shared</name>
diff --git a/asn1/pom.xml b/asn1/pom.xml
index a3ceb64..e0ceda2 100644
--- a/asn1/pom.xml
+++ b/asn1/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.directory.shared</groupId>
     <artifactId>shared-parent</artifactId>
-    <version>0.9.8</version>
+    <version>0.9.9-SNAPSHOT</version>
   </parent>
   <artifactId>shared-asn1</artifactId>
   <name>Apache Directory ASN.1 Shared</name>
diff --git a/convert/pom.xml b/convert/pom.xml
index 0aedf82..59c5ead 100644
--- a/convert/pom.xml
+++ b/convert/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.directory.shared</groupId>
     <artifactId>shared-parent</artifactId>
-    <version>0.9.8</version>
+    <version>0.9.9-SNAPSHOT</version>
   </parent>
   <artifactId>shared-converter</artifactId>
   <name>Apache Directory Protocol Ldap Converters</name>
diff --git a/ldap-constants/pom.xml b/ldap-constants/pom.xml
index 7dbf5f6..0cfbe3a 100644
--- a/ldap-constants/pom.xml
+++ b/ldap-constants/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.directory.shared</groupId>
     <artifactId>shared-parent</artifactId>
-    <version>0.9.8</version>
+    <version>0.9.9-SNAPSHOT</version>
   </parent>
   <artifactId>shared-ldap-constants</artifactId>
   <name>Apache Directory Protocol Ldap Shared Constants</name>
diff --git a/ldap-jndi/pom.xml b/ldap-jndi/pom.xml
index f65d081..e816cb1 100644
--- a/ldap-jndi/pom.xml
+++ b/ldap-jndi/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.directory.shared</groupId>
     <artifactId>shared-parent</artifactId>
-    <version>0.9.8</version>
+    <version>0.9.9-SNAPSHOT</version>
   </parent>
   <artifactId>shared-ldap-jndi</artifactId>
   <name>Apache Directory JNDI Shared</name>
diff --git a/ldap/pom.xml b/ldap/pom.xml
index c8454e6..54eab7e 100644
--- a/ldap/pom.xml
+++ b/ldap/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.directory.shared</groupId>
     <artifactId>shared-parent</artifactId>
-    <version>0.9.8</version>
+    <version>0.9.9-SNAPSHOT</version>
   </parent>
   <artifactId>shared-ldap</artifactId>
   <name>Apache Directory Protocol Ldap Shared</name>
diff --git a/pom.xml b/pom.xml
index c2c1985..a3a4cd3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -27,7 +27,7 @@
   <artifactId>shared-parent</artifactId>
   <name>Apache Directory Shared</name>
   <packaging>pom</packaging>  
-  <version>0.9.8</version>
+  <version>0.9.9-SNAPSHOT</version>
   
   <modules>
     <module>asn1</module>
@@ -200,9 +200,9 @@
   </profiles>
  
   <scm>
-    <connection>scm:svn:https://svn.apache.org/repos/asf/directory/shared/releases/0.9.8</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/directory/shared/releases/0.9.8</developerConnection>
-    <url>http://svn.apache.org/viewvc/directory/shared/releases/0.9.8</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/directory/shared/trunk</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/directory/project/releases/8/shared-parent</developerConnection>
+    <url>http://svn.apache.org/viewvc/directory/project/releases/8/shared-parent</url>
   </scm>
 
 </project>