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

git-svn-id: https://svn.apache.org/repos/asf/incubator/syncope/branches/0_6_X@1247233 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/archetype/pom.xml b/archetype/pom.xml
index 4d4f88f..b4c9ddf 100644
--- a/archetype/pom.xml
+++ b/archetype/pom.xml
@@ -19,20 +19,20 @@
     <parent>
         <groupId>org.syncope</groupId>
         <artifactId>syncope</artifactId>
-        <version>0.6.1</version>
+        <version>0.6.2-SNAPSHOT</version>
     </parent>
 
     <name>Syncope archetype</name>
     <description>Syncope archetype</description>
     <groupId>org.syncope</groupId>
     <artifactId>syncope-archetype</artifactId>
-    <version>0.6.5</version>
+    <version>0.6.6-SNAPSHOT</version>
     <packaging>maven-archetype</packaging>
 
     <scm>
-        <connection>scm:svn:http://syncope.googlecode.com/svn/tags/syncope-0.6.1/archetype</connection>
-        <developerConnection>scm:svn:https://syncope.googlecode.com/svn/tags/syncope-0.6.1/archetype</developerConnection>
-        <url>http://syncope.googlecode.com/svn/tags/syncope-0.6.1/archetype</url>
+        <connection>scm:svn:http://syncope.googlecode.com/svn/branches/0_6_X/archetype</connection>
+        <developerConnection>scm:svn:https://syncope.googlecode.com/svn/branches/0_6_X/archetype</developerConnection>
+        <url>http://syncope.googlecode.com/svn/branches/0_6_X/archetype</url>
     </scm>
 
     <build>
diff --git a/client/pom.xml b/client/pom.xml
index 2ac52dd..e3fd2dc 100644
--- a/client/pom.xml
+++ b/client/pom.xml
@@ -19,7 +19,7 @@
     <parent>
         <groupId>org.syncope</groupId>
         <artifactId>syncope</artifactId>
-        <version>0.6.1</version>
+        <version>0.6.2-SNAPSHOT</version>
     </parent>
 
     <name>Syncope client</name>
diff --git a/console/pom.xml b/console/pom.xml
index 92a6a22..1d4cbbf 100644
--- a/console/pom.xml
+++ b/console/pom.xml
@@ -19,7 +19,7 @@
     <parent>
         <groupId>org.syncope</groupId>
         <artifactId>syncope</artifactId>
-        <version>0.6.1</version>
+        <version>0.6.2-SNAPSHOT</version>
     </parent>
 
     <name>Syncope console</name>
diff --git a/core/pom.xml b/core/pom.xml
index 5ac2b16..9c87ee7 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -19,7 +19,7 @@
     <parent>
         <groupId>org.syncope</groupId>
         <artifactId>syncope</artifactId>
-        <version>0.6.1</version>
+        <version>0.6.2-SNAPSHOT</version>
     </parent>
 
     <name>Syncope core</name>
diff --git a/pom.xml b/pom.xml
index 655e827..5e17409 100644
--- a/pom.xml
+++ b/pom.xml
@@ -20,7 +20,7 @@
     <description>Syncope</description>
     <groupId>org.syncope</groupId>
     <artifactId>syncope</artifactId>
-    <version>0.6.1</version>
+    <version>0.6.2-SNAPSHOT</version>
     <packaging>pom</packaging>
 
     <!-- maven repository on sonatype -->
@@ -44,9 +44,9 @@
     </licenses>
 
     <scm>
-        <connection>scm:svn:http://syncope.googlecode.com/svn/tags/syncope-0.6.1</connection>
-        <developerConnection>scm:svn:https://syncope.googlecode.com/svn/tags/syncope-0.6.1</developerConnection>
-        <url>http://syncope.googlecode.com/svn/tags/syncope-0.6.1</url>
+        <connection>scm:svn:http://syncope.googlecode.com/svn/branches/0_6_X</connection>
+        <developerConnection>scm:svn:https://syncope.googlecode.com/svn/branches/0_6_X</developerConnection>
+        <url>http://syncope.googlecode.com/svn/branches/0_6_X</url>
     </scm>
 
     <issueManagement>