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

git-svn-id: https://svn.apache.org/repos/asf/incubator/sis/branches/0.2-incubating@1362777 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/pom.xml b/pom.xml
index ff845f0..11c6243 100644
--- a/pom.xml
+++ b/pom.xml
@@ -25,7 +25,7 @@
   <parent>
     <groupId>org.apache.sis</groupId>
     <artifactId>sis-parent</artifactId>
-    <version>0.2-incubating</version>
+    <version>0.3-incubating-SNAPSHOT</version>
     <relativePath>sis-parent/pom.xml</relativePath>
   </parent>
 
@@ -36,12 +36,12 @@
 
   <scm>
     <connection>
-      scm:svn:http://svn.apache.org/repos/asf/incubator/sis/tags/0.2-incubating-rc4
+      scm:svn:http://svn.apache.org/repos/asf/incubator/sis/branches/0.2-incubating
     </connection>
     <developerConnection>
-      scm:svn:https://svn.apache.org/repos/asf/incubator/sis/tags/0.2-incubating-rc4
+      scm:svn:https://svn.apache.org/repos/asf/incubator/sis/branches/0.2-incubating
     </developerConnection>
-    <url>http://svn.apache.org/viewvc/incubator/sis/tags/0.2-incubating-rc4</url>
+    <url>http://svn.apache.org/viewvc/incubator/sis/branches/0.2-incubating</url>
   </scm>
 
   <modules>
diff --git a/sis-core/pom.xml b/sis-core/pom.xml
index fcb00b1..43e2535 100644
--- a/sis-core/pom.xml
+++ b/sis-core/pom.xml
@@ -25,7 +25,7 @@
   <parent>
     <groupId>org.apache.sis</groupId>
     <artifactId>sis-parent</artifactId>
-    <version>0.2-incubating</version>
+    <version>0.3-incubating-SNAPSHOT</version>
     <relativePath>../sis-parent/pom.xml</relativePath>
   </parent>
 
diff --git a/sis-parent/pom.xml b/sis-parent/pom.xml
index 8a53da6..ccce28b 100644
--- a/sis-parent/pom.xml
+++ b/sis-parent/pom.xml
@@ -30,7 +30,7 @@
  
   <groupId>org.apache.sis</groupId>
   <artifactId>sis-parent</artifactId>
-  <version>0.2-incubating</version>
+  <version>0.3-incubating-SNAPSHOT</version>
   <packaging>pom</packaging>
 
   <name>Apache SIS parent</name>
@@ -298,8 +298,8 @@
   </reporting>
 
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/incubator/sis/tags/0.2-incubating-rc4</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/sis/tags/0.2-incubating-rc4</developerConnection>
-    <url>http://svn.apache.org/viewvc/incubator/sis/tags/0.2-incubating-rc4</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/incubator/sis/branches/0.2-incubating</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/sis/branches/0.2-incubating</developerConnection>
+    <url>http://svn.apache.org/viewvc/incubator/sis/branches/0.2-incubating</url>
   </scm>
 </project>
diff --git a/sis-webapp/pom.xml b/sis-webapp/pom.xml
index d539a39..8d04289 100644
--- a/sis-webapp/pom.xml
+++ b/sis-webapp/pom.xml
@@ -17,7 +17,7 @@
 	<parent>
 		<groupId>org.apache.sis</groupId>
 		<artifactId>sis-parent</artifactId>
-		<version>0.2-incubating</version>
+		<version>0.3-incubating-SNAPSHOT</version>
 		<relativePath>../sis-parent/pom.xml</relativePath>
 	</parent>
 
@@ -46,7 +46,7 @@
 		<dependency>
 			<groupId>org.apache.sis</groupId>
 			<artifactId>sis-core</artifactId>
-			<version>0.2-incubating</version>
+			<version>0.3-incubating-SNAPSHOT</version>
 		</dependency>
 	</dependencies>