Revert "[maven-release-plugin] prepare for next development iteration"
This reverts commit ba7ed18443fb0789526f9d03af7aa34e953aaa6d.
diff --git a/hyracks/hyracks-examples/tpch-example/tpchclient/pom.xml b/hyracks/hyracks-examples/tpch-example/tpchclient/pom.xml
index a152a99..5bb4897 100644
--- a/hyracks/hyracks-examples/tpch-example/tpchclient/pom.xml
+++ b/hyracks/hyracks-examples/tpch-example/tpchclient/pom.xml
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.hyracks</groupId>
<artifactId>tpch-example</artifactId>
- <version>0.2.18-SNAPSHOT</version>
+ <version>0.2.17-incubating</version>
</parent>
@@ -36,13 +36,13 @@
<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-data-std</artifactId>
- <version>0.2.18-SNAPSHOT</version>
+ <version>0.2.17-incubating</version>
</dependency>
</dependencies>
<build>