Revert "[maven-release-plugin] prepare for next development iteration"
This reverts commit c30fa934ec44be86c38b5d1d5b5d51c13e5dd41e.
Change-Id: I98b18f24a20dcd8dc75e828e47fb0ab88179a4a0
Reviewed-on: https://asterix-gerrit.ics.uci.edu/384
Tested-by: Jenkins <jenkins@fulliautomatix.ics.uci.edu>
Reviewed-by: Till Westmann <tillw@apache.org>
diff --git a/hyracks/hyracks-examples/btree-example/btreeclient/pom.xml b/hyracks/hyracks-examples/btree-example/btreeclient/pom.xml
index 9c49494..720d7d8 100644
--- a/hyracks/hyracks-examples/btree-example/btreeclient/pom.xml
+++ b/hyracks/hyracks-examples/btree-example/btreeclient/pom.xml
@@ -20,26 +20,26 @@
<parent>
<groupId>org.apache.hyracks.examples</groupId>
<artifactId>btree-example</artifactId>
- <version>0.2.17-SNAPSHOT</version>
+ <version>0.2.16-incubating</version>
</parent>
<dependencies>
<dependency>
<groupId>org.apache.hyracks</groupId>
<artifactId>hyracks-dataflow-std</artifactId>
- <version>0.2.17-SNAPSHOT</version>
+ <version>0.2.16-incubating</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.apache.hyracks</groupId>
<artifactId>hyracks-storage-am-btree</artifactId>
- <version>0.2.17-SNAPSHOT</version>
+ <version>0.2.16-incubating</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.apache.hyracks.examples.btree</groupId>
<artifactId>btreehelper</artifactId>
- <version>0.2.17-SNAPSHOT</version>
+ <version>0.2.16-incubating</version>
<type>jar</type>
<scope>compile</scope>
</dependency>
diff --git a/hyracks/hyracks-examples/btree-example/btreehelper/pom.xml b/hyracks/hyracks-examples/btree-example/btreehelper/pom.xml
index 5fc4033..4d53638 100644
--- a/hyracks/hyracks-examples/btree-example/btreehelper/pom.xml
+++ b/hyracks/hyracks-examples/btree-example/btreehelper/pom.xml
@@ -20,32 +20,32 @@
<parent>
<groupId>org.apache.hyracks.examples</groupId>
<artifactId>btree-example</artifactId>
- <version>0.2.17-SNAPSHOT</version>
+ <version>0.2.16-incubating</version>
</parent>
<dependencies>
<dependency>
<groupId>org.apache.hyracks</groupId>
<artifactId>hyracks-dataflow-std</artifactId>
- <version>0.2.17-SNAPSHOT</version>
+ <version>0.2.16-incubating</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.apache.hyracks</groupId>
<artifactId>hyracks-storage-am-btree</artifactId>
- <version>0.2.17-SNAPSHOT</version>
+ <version>0.2.16-incubating</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.apache.hyracks</groupId>
<artifactId>hyracks-api</artifactId>
- <version>0.2.17-SNAPSHOT</version>
+ <version>0.2.16-incubating</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.apache.hyracks</groupId>
<artifactId>hyracks-data-std</artifactId>
- <version>0.2.17-SNAPSHOT</version>
+ <version>0.2.16-incubating</version>
</dependency>
</dependencies>
<build>
diff --git a/hyracks/hyracks-examples/btree-example/btreeserver/pom.xml b/hyracks/hyracks-examples/btree-example/btreeserver/pom.xml
index 3f2005b..87a251d 100644
--- a/hyracks/hyracks-examples/btree-example/btreeserver/pom.xml
+++ b/hyracks/hyracks-examples/btree-example/btreeserver/pom.xml
@@ -16,13 +16,13 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.hyracks.examples.btree</groupId>
<artifactId>btreeserver</artifactId>
- <version>0.2.17-SNAPSHOT</version>
+ <version>0.2.16-incubating</version>
<name>btreeserver</name>
<parent>
<groupId>org.apache.hyracks.examples</groupId>
<artifactId>btree-example</artifactId>
- <version>0.2.17-SNAPSHOT</version>
+ <version>0.2.16-incubating</version>
</parent>
<build>
@@ -77,20 +77,20 @@
<dependency>
<groupId>org.apache.hyracks.examples.btree</groupId>
<artifactId>btreehelper</artifactId>
- <version>0.2.17-SNAPSHOT</version>
+ <version>0.2.16-incubating</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.apache.hyracks</groupId>
<artifactId>hyracks-control-cc</artifactId>
- <version>0.2.17-SNAPSHOT</version>
+ <version>0.2.16-incubating</version>
<type>jar</type>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.apache.hyracks</groupId>
<artifactId>hyracks-control-nc</artifactId>
- <version>0.2.17-SNAPSHOT</version>
+ <version>0.2.16-incubating</version>
<type>jar</type>
<scope>compile</scope>
</dependency>
diff --git a/hyracks/hyracks-examples/btree-example/pom.xml b/hyracks/hyracks-examples/btree-example/pom.xml
index b27d567..223b6c2 100644
--- a/hyracks/hyracks-examples/btree-example/pom.xml
+++ b/hyracks/hyracks-examples/btree-example/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.hyracks</groupId>
<artifactId>hyracks-examples</artifactId>
- <version>0.2.17-SNAPSHOT</version>
+ <version>0.2.16-incubating</version>
</parent>
<modules>
diff --git a/hyracks/hyracks-examples/hadoop-compat-example/hadoopcompatclient/pom.xml b/hyracks/hyracks-examples/hadoop-compat-example/hadoopcompatclient/pom.xml
index 03d84e5..bb1fbe3 100644
--- a/hyracks/hyracks-examples/hadoop-compat-example/hadoopcompatclient/pom.xml
+++ b/hyracks/hyracks-examples/hadoop-compat-example/hadoopcompatclient/pom.xml
@@ -21,20 +21,20 @@
<parent>
<groupId>org.apache.hyracks.examples</groupId>
<artifactId>hadoop-compat-example</artifactId>
- <version>0.2.17-SNAPSHOT</version>
+ <version>0.2.16-incubating</version>
</parent>
<dependencies>
<dependency>
<groupId>org.apache.hyracks</groupId>
<artifactId>hyracks-dataflow-std</artifactId>
- <version>0.2.17-SNAPSHOT</version>
+ <version>0.2.16-incubating</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.apache.hyracks.examples.compat</groupId>
<artifactId>hadoopcompathelper</artifactId>
- <version>0.2.17-SNAPSHOT</version>
+ <version>0.2.16-incubating</version>
<type>jar</type>
<scope>compile</scope>
</dependency>
diff --git a/hyracks/hyracks-examples/hadoop-compat-example/hadoopcompathelper/pom.xml b/hyracks/hyracks-examples/hadoop-compat-example/hadoopcompathelper/pom.xml
index cfb9138..a2137b8 100644
--- a/hyracks/hyracks-examples/hadoop-compat-example/hadoopcompathelper/pom.xml
+++ b/hyracks/hyracks-examples/hadoop-compat-example/hadoopcompathelper/pom.xml
@@ -21,20 +21,20 @@
<parent>
<groupId>org.apache.hyracks.examples</groupId>
<artifactId>hadoop-compat-example</artifactId>
- <version>0.2.17-SNAPSHOT</version>
+ <version>0.2.16-incubating</version>
</parent>
<dependencies>
<dependency>
<groupId>org.apache.hyracks</groupId>
<artifactId>hyracks-dataflow-std</artifactId>
- <version>0.2.17-SNAPSHOT</version>
+ <version>0.2.16-incubating</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.apache.hyracks</groupId>
<artifactId>hyracks-api</artifactId>
- <version>0.2.17-SNAPSHOT</version>
+ <version>0.2.16-incubating</version>
<scope>compile</scope>
</dependency>
</dependencies>
diff --git a/hyracks/hyracks-examples/hadoop-compat-example/hadoopcompatserver/pom.xml b/hyracks/hyracks-examples/hadoop-compat-example/hadoopcompatserver/pom.xml
index 7f27263..0dc0ea5 100644
--- a/hyracks/hyracks-examples/hadoop-compat-example/hadoopcompatserver/pom.xml
+++ b/hyracks/hyracks-examples/hadoop-compat-example/hadoopcompatserver/pom.xml
@@ -16,13 +16,13 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.hyracks.examples.compat</groupId>
<artifactId>hadoopcompatserver</artifactId>
- <version>0.2.17-SNAPSHOT</version>
+ <version>0.2.16-incubating</version>
<name>hadoopcompatserver</name>
<parent>
<groupId>org.apache.hyracks.examples</groupId>
<artifactId>hadoop-compat-example</artifactId>
- <version>0.2.17-SNAPSHOT</version>
+ <version>0.2.16-incubating</version>
</parent>
<build>
@@ -74,7 +74,7 @@
<plugin>
<groupId>org.apache.hyracks</groupId>
<artifactId>hyracks-virtualcluster-maven-plugin</artifactId>
- <version>0.2.17-SNAPSHOT</version>
+ <version>0.2.16-incubating</version>
<configuration>
<hyracksServerHome>${basedir}/target/hadoopcompatserver-${project.version}-binary-assembly</hyracksServerHome>
<jvmOptions>${jvm.extraargs}</jvmOptions>
@@ -149,27 +149,27 @@
<dependency>
<groupId>org.apache.hyracks.examples.compat</groupId>
<artifactId>hadoopcompathelper</artifactId>
- <version>0.2.17-SNAPSHOT</version>
+ <version>0.2.16-incubating</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.apache.hyracks</groupId>
<artifactId>hyracks-control-cc</artifactId>
- <version>0.2.17-SNAPSHOT</version>
+ <version>0.2.16-incubating</version>
<type>jar</type>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.apache.hyracks</groupId>
<artifactId>hyracks-control-nc</artifactId>
- <version>0.2.17-SNAPSHOT</version>
+ <version>0.2.16-incubating</version>
<type>jar</type>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.apache.hyracks.examples.compat</groupId>
<artifactId>hadoopcompatclient</artifactId>
- <version>0.2.17-SNAPSHOT</version>
+ <version>0.2.16-incubating</version>
<type>jar</type>
<scope>test</scope>
</dependency>
diff --git a/hyracks/hyracks-examples/hadoop-compat-example/pom.xml b/hyracks/hyracks-examples/hadoop-compat-example/pom.xml
index 8c12bcb..4350ca8 100644
--- a/hyracks/hyracks-examples/hadoop-compat-example/pom.xml
+++ b/hyracks/hyracks-examples/hadoop-compat-example/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.hyracks</groupId>
<artifactId>hyracks-examples</artifactId>
- <version>0.2.17-SNAPSHOT</version>
+ <version>0.2.16-incubating</version>
</parent>
<modules>
@@ -42,7 +42,7 @@
<dependency>
<groupId>org.apache.hyracks</groupId>
<artifactId>hyracks-hadoop-compat</artifactId>
- <version>0.2.17-SNAPSHOT</version>
+ <version>0.2.16-incubating</version>
<type>jar</type>
<scope>compile</scope>
</dependency>
diff --git a/hyracks/hyracks-examples/hyracks-integration-tests/pom.xml b/hyracks/hyracks-examples/hyracks-integration-tests/pom.xml
index 044e904..99d0c17 100644
--- a/hyracks/hyracks-examples/hyracks-integration-tests/pom.xml
+++ b/hyracks/hyracks-examples/hyracks-integration-tests/pom.xml
@@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.hyracks</groupId>
<artifactId>hyracks-examples</artifactId>
- <version>0.2.17-SNAPSHOT</version>
+ <version>0.2.16-incubating</version>
</parent>
<build>
<plugins>
@@ -39,75 +39,75 @@
<dependency>
<groupId>org.apache.hyracks</groupId>
<artifactId>hyracks-dataflow-std</artifactId>
- <version>0.2.17-SNAPSHOT</version>
+ <version>0.2.16-incubating</version>
<type>jar</type>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.apache.hyracks</groupId>
<artifactId>hyracks-control-cc</artifactId>
- <version>0.2.17-SNAPSHOT</version>
+ <version>0.2.16-incubating</version>
<type>jar</type>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.apache.hyracks</groupId>
<artifactId>hyracks-control-nc</artifactId>
- <version>0.2.17-SNAPSHOT</version>
+ <version>0.2.16-incubating</version>
<type>jar</type>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.apache.hyracks</groupId>
<artifactId>hyracks-storage-am-btree</artifactId>
- <version>0.2.17-SNAPSHOT</version>
+ <version>0.2.16-incubating</version>
<type>jar</type>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.apache.hyracks</groupId>
<artifactId>hyracks-storage-am-rtree</artifactId>
- <version>0.2.17-SNAPSHOT</version>
+ <version>0.2.16-incubating</version>
<type>jar</type>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.apache.hyracks</groupId>
<artifactId>hyracks-storage-am-lsm-btree</artifactId>
- <version>0.2.17-SNAPSHOT</version>
+ <version>0.2.16-incubating</version>
<type>jar</type>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.apache.hyracks</groupId>
<artifactId>hyracks-storage-am-lsm-rtree</artifactId>
- <version>0.2.17-SNAPSHOT</version>
+ <version>0.2.16-incubating</version>
<type>jar</type>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.apache.hyracks</groupId>
<artifactId>hyracks-storage-am-lsm-invertedindex</artifactId>
- <version>0.2.17-SNAPSHOT</version>
+ <version>0.2.16-incubating</version>
<type>jar</type>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.apache.hyracks</groupId>
<artifactId>hyracks-test-support</artifactId>
- <version>0.2.17-SNAPSHOT</version>
+ <version>0.2.16-incubating</version>
<type>jar</type>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.hyracks</groupId>
<artifactId>hyracks-data-std</artifactId>
- <version>0.2.17-SNAPSHOT</version>
+ <version>0.2.16-incubating</version>
</dependency>
<dependency>
<groupId>org.apache.hyracks</groupId>
<artifactId>hyracks-client</artifactId>
- <version>0.2.17-SNAPSHOT</version>
+ <version>0.2.16-incubating</version>
<type>jar</type>
<scope>compile</scope>
</dependency>
diff --git a/hyracks/hyracks-examples/hyracks-shutdown-test/pom.xml b/hyracks/hyracks-examples/hyracks-shutdown-test/pom.xml
index 3c53fbd..c0c411f 100644
--- a/hyracks/hyracks-examples/hyracks-shutdown-test/pom.xml
+++ b/hyracks/hyracks-examples/hyracks-shutdown-test/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.hyracks</groupId>
<artifactId>hyracks-examples</artifactId>
- <version>0.2.17-SNAPSHOT</version>
+ <version>0.2.16-incubating</version>
</parent>
<build>
@@ -74,7 +74,7 @@
<plugin>
<groupId>org.apache.hyracks</groupId>
<artifactId>hyracks-virtualcluster-maven-plugin</artifactId>
- <version>0.2.17-SNAPSHOT</version>
+ <version>0.2.16-incubating</version>
<configuration>
<hyracksServerHome>${basedir}/target/hyracks-shutdown-test-${project.version}-binary-assembly</hyracksServerHome>
<jvmOptions>${jvm.extraargs}</jvmOptions>
@@ -154,27 +154,27 @@
<dependency>
<groupId>org.apache.hyracks</groupId>
<artifactId>texthelper</artifactId>
- <version>0.2.17-SNAPSHOT</version>
+ <version>0.2.16-incubating</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.apache.hyracks</groupId>
<artifactId>hyracks-control-cc</artifactId>
- <version>0.2.17-SNAPSHOT</version>
+ <version>0.2.16-incubating</version>
<type>jar</type>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.apache.hyracks</groupId>
<artifactId>hyracks-control-nc</artifactId>
- <version>0.2.17-SNAPSHOT</version>
+ <version>0.2.16-incubating</version>
<type>jar</type>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.apache.hyracks</groupId>
<artifactId>textclient</artifactId>
- <version>0.2.17-SNAPSHOT</version>
+ <version>0.2.16-incubating</version>
<type>jar</type>
<scope>test</scope>
</dependency>
diff --git a/hyracks/hyracks-examples/pom.xml b/hyracks/hyracks-examples/pom.xml
index 7d0cb37..43dc8d7 100644
--- a/hyracks/hyracks-examples/pom.xml
+++ b/hyracks/hyracks-examples/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.hyracks</groupId>
<artifactId>hyracks</artifactId>
- <version>0.2.17-SNAPSHOT</version>
+ <version>0.2.16-incubating</version>
</parent>
<licenses>
diff --git a/hyracks/hyracks-examples/text-example/pom.xml b/hyracks/hyracks-examples/text-example/pom.xml
index af424f8..f46f6b0 100644
--- a/hyracks/hyracks-examples/text-example/pom.xml
+++ b/hyracks/hyracks-examples/text-example/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.hyracks</groupId>
<artifactId>hyracks-examples</artifactId>
- <version>0.2.17-SNAPSHOT</version>
+ <version>0.2.16-incubating</version>
</parent>
<modules>
diff --git a/hyracks/hyracks-examples/text-example/textclient/pom.xml b/hyracks/hyracks-examples/text-example/textclient/pom.xml
index fcab22d..bc2dfe9 100644
--- a/hyracks/hyracks-examples/text-example/textclient/pom.xml
+++ b/hyracks/hyracks-examples/text-example/textclient/pom.xml
@@ -20,20 +20,20 @@
<parent>
<groupId>org.apache.hyracks</groupId>
<artifactId>text-example</artifactId>
- <version>0.2.17-SNAPSHOT</version>
+ <version>0.2.16-incubating</version>
</parent>
<dependencies>
<dependency>
<groupId>org.apache.hyracks</groupId>
<artifactId>hyracks-dataflow-std</artifactId>
- <version>0.2.17-SNAPSHOT</version>
+ <version>0.2.16-incubating</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.apache.hyracks</groupId>
<artifactId>texthelper</artifactId>
- <version>0.2.17-SNAPSHOT</version>
+ <version>0.2.16-incubating</version>
<type>jar</type>
<scope>compile</scope>
</dependency>
diff --git a/hyracks/hyracks-examples/text-example/texthelper/pom.xml b/hyracks/hyracks-examples/text-example/texthelper/pom.xml
index c623f0f..b2169ef 100644
--- a/hyracks/hyracks-examples/text-example/texthelper/pom.xml
+++ b/hyracks/hyracks-examples/text-example/texthelper/pom.xml
@@ -20,26 +20,26 @@
<parent>
<groupId>org.apache.hyracks</groupId>
<artifactId>text-example</artifactId>
- <version>0.2.17-SNAPSHOT</version>
+ <version>0.2.16-incubating</version>
</parent>
<dependencies>
<dependency>
<groupId>org.apache.hyracks</groupId>
<artifactId>hyracks-dataflow-std</artifactId>
- <version>0.2.17-SNAPSHOT</version>
+ <version>0.2.16-incubating</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.apache.hyracks</groupId>
<artifactId>hyracks-api</artifactId>
- <version>0.2.17-SNAPSHOT</version>
+ <version>0.2.16-incubating</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.apache.hyracks</groupId>
<artifactId>hyracks-data-std</artifactId>
- <version>0.2.17-SNAPSHOT</version>
+ <version>0.2.16-incubating</version>
</dependency>
</dependencies>
<build>
diff --git a/hyracks/hyracks-examples/text-example/textserver/pom.xml b/hyracks/hyracks-examples/text-example/textserver/pom.xml
index 995e09e..06e3c50 100644
--- a/hyracks/hyracks-examples/text-example/textserver/pom.xml
+++ b/hyracks/hyracks-examples/text-example/textserver/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.hyracks</groupId>
<artifactId>text-example</artifactId>
- <version>0.2.17-SNAPSHOT</version>
+ <version>0.2.16-incubating</version>
</parent>
<build>
@@ -73,7 +73,7 @@
<plugin>
<groupId>org.apache.hyracks</groupId>
<artifactId>hyracks-virtualcluster-maven-plugin</artifactId>
- <version>0.2.17-SNAPSHOT</version>
+ <version>0.2.16-incubating</version>
<configuration>
<hyracksServerHome>${basedir}/target/textserver-${project.version}-binary-assembly</hyracksServerHome>
<jvmOptions>${jvm.extraargs}</jvmOptions>
@@ -153,27 +153,27 @@
<dependency>
<groupId>org.apache.hyracks</groupId>
<artifactId>texthelper</artifactId>
- <version>0.2.17-SNAPSHOT</version>
+ <version>0.2.16-incubating</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.apache.hyracks</groupId>
<artifactId>hyracks-control-cc</artifactId>
- <version>0.2.17-SNAPSHOT</version>
+ <version>0.2.16-incubating</version>
<type>jar</type>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.apache.hyracks</groupId>
<artifactId>hyracks-control-nc</artifactId>
- <version>0.2.17-SNAPSHOT</version>
+ <version>0.2.16-incubating</version>
<type>jar</type>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.apache.hyracks</groupId>
<artifactId>textclient</artifactId>
- <version>0.2.17-SNAPSHOT</version>
+ <version>0.2.16-incubating</version>
<type>jar</type>
<scope>test</scope>
</dependency>
diff --git a/hyracks/hyracks-examples/tpch-example/pom.xml b/hyracks/hyracks-examples/tpch-example/pom.xml
index 31fd585..2dc6f01 100644
--- a/hyracks/hyracks-examples/tpch-example/pom.xml
+++ b/hyracks/hyracks-examples/tpch-example/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.hyracks</groupId>
<artifactId>hyracks-examples</artifactId>
- <version>0.2.17-SNAPSHOT</version>
+ <version>0.2.16-incubating</version>
</parent>
<modules>
diff --git a/hyracks/hyracks-examples/tpch-example/tpchclient/pom.xml b/hyracks/hyracks-examples/tpch-example/tpchclient/pom.xml
index 3753532..e6f7a1c 100644
--- a/hyracks/hyracks-examples/tpch-example/tpchclient/pom.xml
+++ b/hyracks/hyracks-examples/tpch-example/tpchclient/pom.xml
@@ -19,20 +19,20 @@
<parent>
<groupId>org.apache.hyracks</groupId>
<artifactId>tpch-example</artifactId>
- <version>0.2.17-SNAPSHOT</version>
+ <version>0.2.16-incubating</version>
</parent>
<dependencies>
<dependency>
<groupId>org.apache.hyracks</groupId>
<artifactId>hyracks-dataflow-std</artifactId>
- <version>0.2.17-SNAPSHOT</version>
+ <version>0.2.16-incubating</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.apache.hyracks</groupId>
<artifactId>hyracks-data-std</artifactId>
- <version>0.2.17-SNAPSHOT</version>
+ <version>0.2.16-incubating</version>
</dependency>
</dependencies>
<build>
diff --git a/hyracks/hyracks-examples/tpch-example/tpchserver/pom.xml b/hyracks/hyracks-examples/tpch-example/tpchserver/pom.xml
index bd97ed5..a55d41b 100644
--- a/hyracks/hyracks-examples/tpch-example/tpchserver/pom.xml
+++ b/hyracks/hyracks-examples/tpch-example/tpchserver/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.hyracks</groupId>
<artifactId>tpch-example</artifactId>
- <version>0.2.17-SNAPSHOT</version>
+ <version>0.2.16-incubating</version>
</parent>
<build>
@@ -76,25 +76,25 @@
<dependency>
<groupId>org.apache.hyracks</groupId>
<artifactId>hyracks-dataflow-std</artifactId>
- <version>0.2.17-SNAPSHOT</version>
+ <version>0.2.16-incubating</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.apache.hyracks</groupId>
<artifactId>hyracks-data-std</artifactId>
- <version>0.2.17-SNAPSHOT</version>
+ <version>0.2.16-incubating</version>
</dependency>
<dependency>
<groupId>org.apache.hyracks</groupId>
<artifactId>hyracks-control-cc</artifactId>
- <version>0.2.17-SNAPSHOT</version>
+ <version>0.2.16-incubating</version>
<type>jar</type>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.apache.hyracks</groupId>
<artifactId>hyracks-control-nc</artifactId>
- <version>0.2.17-SNAPSHOT</version>
+ <version>0.2.16-incubating</version>
<type>jar</type>
<scope>compile</scope>
</dependency>