[maven-release-plugin] prepare for next development iteration
diff --git a/pom.xml b/pom.xml
index 07e37c1..c0f097f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,14 +22,14 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.hyracks</groupId>
   <artifactId>fullstack</artifactId>
-  <version>0.2.16-incubating</version>
+  <version>0.2.17-SNAPSHOT</version>
   <packaging>pom</packaging>
   <name>hyracks-ecosystem-full-stack</name>
 
   <parent>
     <groupId>org.apache</groupId>
     <artifactId>apache</artifactId>
-    <version>17</version>
+    <version>LATEST</version>
   </parent>
 
   <licenses>
@@ -224,7 +224,7 @@
     <connection>scm:git:https://github.com/apache/incubator-asterixdb-hyracks</connection>
     <developerConnection>scm:git:ssh://fulliautomatix.ics.uci.edu:29418/hyracks</developerConnection>
     <url>https://github.com/apache/incubator-asterixdb-hyracks</url>
-    <tag>fullstack-0.2.16-incubating</tag>
+    <tag>HEAD</tag>
   </scm>