Revert "[maven-release-plugin] prepare for next development iteration"
This reverts commit ba7ed18443fb0789526f9d03af7aa34e953aaa6d.
diff --git a/hyracks/hyracks-examples/btree-example/btreeclient/pom.xml b/hyracks/hyracks-examples/btree-example/btreeclient/pom.xml
index 256da31..ef0025a 100644
--- a/hyracks/hyracks-examples/btree-example/btreeclient/pom.xml
+++ b/hyracks/hyracks-examples/btree-example/btreeclient/pom.xml
@@ -25,7 +25,7 @@
<parent>
<groupId>org.apache.hyracks.examples</groupId>
<artifactId>btree-example</artifactId>
- <version>0.2.18-SNAPSHOT</version>
+ <version>0.2.17-incubating</version>
</parent>
<properties>
@@ -36,19 +36,19 @@
<dependency>
<groupId>org.apache.hyracks</groupId>
<artifactId>hyracks-dataflow-std</artifactId>
- <version>0.2.18-SNAPSHOT</version>
+ <version>0.2.17-incubating</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.apache.hyracks</groupId>
<artifactId>hyracks-storage-am-btree</artifactId>
- <version>0.2.18-SNAPSHOT</version>
+ <version>0.2.17-incubating</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.apache.hyracks.examples.btree</groupId>
<artifactId>btreehelper</artifactId>
- <version>0.2.18-SNAPSHOT</version>
+ <version>0.2.17-incubating</version>
<type>jar</type>
<scope>compile</scope>
</dependency>