[maven-release-plugin] prepare for next development iteration
git-svn-id: https://hyracks.googlecode.com/svn/trunk@3343 123451ca-8445-de46-9d55-352943316053
diff --git a/fullstack/hyracks/hyracks-storage-am-lsm-btree/pom.xml b/fullstack/hyracks/hyracks-storage-am-lsm-btree/pom.xml
index 33b82da..6c4ffd3 100644
--- a/fullstack/hyracks/hyracks-storage-am-lsm-btree/pom.xml
+++ b/fullstack/hyracks/hyracks-storage-am-lsm-btree/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>edu.uci.ics.hyracks</groupId>
<artifactId>hyracks</artifactId>
- <version>0.2.4</version>
+ <version>0.2.5-SNAPSHOT</version>
</parent>
<build>
@@ -25,21 +25,21 @@
<dependency>
<groupId>edu.uci.ics.hyracks</groupId>
<artifactId>hyracks-storage-am-btree</artifactId>
- <version>0.2.4</version>
+ <version>0.2.5-SNAPSHOT</version>
<type>jar</type>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>edu.uci.ics.hyracks</groupId>
<artifactId>hyracks-storage-am-bloomfilter</artifactId>
- <version>0.2.4</version>
+ <version>0.2.5-SNAPSHOT</version>
<type>jar</type>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>edu.uci.ics.hyracks</groupId>
<artifactId>hyracks-storage-am-lsm-common</artifactId>
- <version>0.2.4</version>
+ <version>0.2.5-SNAPSHOT</version>
<type>jar</type>
<scope>compile</scope>
</dependency>