[maven-release-plugin] prepare for next development iteration
diff --git a/hyracks/hyracks-examples/tpch-example/tpchserver/pom.xml b/hyracks/hyracks-examples/tpch-example/tpchserver/pom.xml
index 02fc503..ccfa620 100644
--- a/hyracks/hyracks-examples/tpch-example/tpchserver/pom.xml
+++ b/hyracks/hyracks-examples/tpch-example/tpchserver/pom.xml
@@ -26,7 +26,7 @@
   <parent>
     <groupId>org.apache.hyracks</groupId>
     <artifactId>tpch-example</artifactId>
-    <version>0.2.16-incubating</version>
+    <version>0.2.17-SNAPSHOT</version>
   </parent>
 
   <build>
@@ -81,25 +81,25 @@
     <dependency>
         <groupId>org.apache.hyracks</groupId>
         <artifactId>hyracks-dataflow-std</artifactId>
-        <version>0.2.16-incubating</version>
+        <version>0.2.17-SNAPSHOT</version>
         <scope>compile</scope>
     </dependency>
     <dependency>
     	<groupId>org.apache.hyracks</groupId>
     	<artifactId>hyracks-data-std</artifactId>
-    	<version>0.2.16-incubating</version>
+    	<version>0.2.17-SNAPSHOT</version>
     </dependency>
   	<dependency>
   		<groupId>org.apache.hyracks</groupId>
   		<artifactId>hyracks-control-cc</artifactId>
-  		<version>0.2.16-incubating</version>
+  		<version>0.2.17-SNAPSHOT</version>
   		<type>jar</type>
   		<scope>compile</scope>
   	</dependency>
   	<dependency>
   		<groupId>org.apache.hyracks</groupId>
   		<artifactId>hyracks-control-nc</artifactId>
-  		<version>0.2.16-incubating</version>
+  		<version>0.2.17-SNAPSHOT</version>
   		<type>jar</type>
   		<scope>compile</scope>
   	</dependency>