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

git-svn-id: https://asterixdb.googlecode.com/svn/trunk/asterix@1648 eaa15691-b419-025a-1212-ee371bd00084
diff --git a/pom.xml b/pom.xml
index 5fe3c52..2d0922f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -3,7 +3,7 @@
 	<modelVersion>4.0.0</modelVersion>
 	<groupId>edu.uci.ics.asterix</groupId>
 	<artifactId>asterix</artifactId>
-	<version>0.0.4</version>
+	<version>0.0.5-SNAPSHOT</version>
 	<packaging>pom</packaging>
 
     <properties>
@@ -25,8 +25,8 @@
 	</build>
 
 	<scm>
-		<connection>scm:svn:https://asterixdb.googlecode.com/svn/tags/asterix-0.0.4</connection>
-		<developerConnection>scm:svn:https://asterixdb.googlecode.com/svn/tags/asterix-0.0.4</developerConnection>
+		<connection>scm:svn:https://asterixdb.googlecode.com/svn/trunk/asterix</connection>
+		<developerConnection>scm:svn:https://asterixdb.googlecode.com/svn/trunk/asterix</developerConnection>
 	</scm>
 
 	<distributionManagement>