[maven-release-plugin] prepare for next development iteration
diff --git a/asterix-installer/pom.xml b/asterix-installer/pom.xml
index d758aba..96316bb 100644
--- a/asterix-installer/pom.xml
+++ b/asterix-installer/pom.xml
@@ -12,7 +12,7 @@
<parent>
<artifactId>asterix</artifactId>
<groupId>edu.uci.ics.asterix</groupId>
- <version>0.8.5</version>
+ <version>0.8.6-SNAPSHOT</version>
</parent>
<artifactId>asterix-installer</artifactId>
<properties>
@@ -158,28 +158,28 @@
<dependency>
<groupId>edu.uci.ics.asterix</groupId>
<artifactId>asterix-events</artifactId>
- <version>0.8.5</version>
+ <version>0.8.6-SNAPSHOT</version>
<type>jar</type>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>edu.uci.ics.asterix</groupId>
<artifactId>asterix-common</artifactId>
- <version>0.8.5</version>
+ <version>0.8.6-SNAPSHOT</version>
<type>test-jar</type>
<scope>test</scope>
</dependency>
<dependency>
<groupId>edu.uci.ics.asterix</groupId>
<artifactId>asterix-server</artifactId>
- <version>0.8.5</version>
+ <version>0.8.6-SNAPSHOT</version>
<type>zip</type>
<classifier>binary-assembly</classifier>
</dependency>
<dependency>
<groupId>edu.uci.ics.asterix</groupId>
<artifactId>asterix-test-framework</artifactId>
- <version>0.8.5</version>
+ <version>0.8.6-SNAPSHOT</version>
<scope>test</scope>
</dependency>
</dependencies>