[maven-release-plugin] rollback the release of asterix-0.0.4

git-svn-id: https://asterixdb.googlecode.com/svn/trunk/asterix@1643 eaa15691-b419-025a-1212-ee371bd00084
diff --git a/pom.xml b/pom.xml
index 5f8d3ed..1f19b17 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.4-SNAPSHOT</version>
 	<packaging>pom</packaging>
 
     <properties>
@@ -26,8 +26,8 @@
 	</build>
 
 	<scm>
-		<connection>scm:svn:https://grape.ics.uci.edu/svn/asterix/tags/asterix/asterix-0.0.4</connection>
-		<developerConnection>scm:svn:https://grape.ics.uci.edu/svn/asterix/tags/asterix/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>