[maven-release-plugin] prepare for next development iteration
diff --git a/asterix-common/pom.xml b/asterix-common/pom.xml
index 6c4d6e2..329ada4 100644
--- a/asterix-common/pom.xml
+++ b/asterix-common/pom.xml
@@ -12,7 +12,7 @@
 	<parent>
 		<artifactId>asterix</artifactId>
 		<groupId>edu.uci.ics.asterix</groupId>
-		<version>0.8.6</version>
+		<version>0.8.7-SNAPSHOT</version>
 	</parent>
 	<artifactId>asterix-common</artifactId>
 	<build>
@@ -165,7 +165,7 @@
 		<dependency>
 			<groupId>edu.uci.ics.asterix</groupId>
 			<artifactId>asterix-test-framework</artifactId>
-			<version>0.8.6</version>
+			<version>0.8.7-SNAPSHOT</version>
 			<scope>test</scope>
 		</dependency>
 		<dependency>