[maven-release-plugin] prepare for next development iteration
git-svn-id: https://hyracks.googlecode.com/svn/trunk/hyracks@534 123451ca-8445-de46-9d55-352943316053
diff --git a/hyracks-cli/pom.xml b/hyracks-cli/pom.xml
index a083033..ba2c796 100644
--- a/hyracks-cli/pom.xml
+++ b/hyracks-cli/pom.xml
@@ -2,12 +2,12 @@
<modelVersion>4.0.0</modelVersion>
<groupId>edu.uci.ics.hyracks</groupId>
<artifactId>hyracks-cli</artifactId>
- <version>0.1.7</version>
+ <version>0.1.8-SNAPSHOT</version>
<parent>
<groupId>edu.uci.ics.hyracks</groupId>
<artifactId>hyracks</artifactId>
- <version>0.1.7</version>
+ <version>0.1.8-SNAPSHOT</version>
</parent>
<build>
@@ -89,7 +89,7 @@
<dependency>
<groupId>edu.uci.ics.hyracks</groupId>
<artifactId>hyracks-api</artifactId>
- <version>0.1.7</version>
+ <version>0.1.8-SNAPSHOT</version>
<scope>compile</scope>
</dependency>
</dependencies>