[maven-release-plugin] prepare for next development iteration
diff --git a/pom.xml b/pom.xml
index 763162b..fda1e7f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -21,7 +21,7 @@
 
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.apache.reef</groupId>
-    <version>0.10.0-incubating</version>
+    <version>0.11.0-incubating-SNAPSHOT</version>
     <packaging>pom</packaging>
     <name>REEF</name>
     <artifactId>reef-project</artifactId>
@@ -57,7 +57,7 @@
         <connection>scm:git:git@github.com:apache/incubator-reef.git</connection>
         <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/incubator-reef.git</developerConnection>
         <url>scm:git:git@github.com:apache/incubator-reef.git</url>
-        <tag>reef-project-0.10.0-incubating</tag>
+        <tag>HEAD</tag>
     </scm>
 
     <developers>
diff --git a/reef-annotations/pom.xml b/reef-annotations/pom.xml
index e02983e..cb5f078 100644
--- a/reef-annotations/pom.xml
+++ b/reef-annotations/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.reef</groupId>
         <artifactId>reef-project</artifactId>
-        <version>0.10.0-incubating</version>
+        <version>0.11.0-incubating-SNAPSHOT</version>
     </parent>
 
     <artifactId>reef-annotations</artifactId>
diff --git a/reef-checkpoint/pom.xml b/reef-checkpoint/pom.xml
index d4b0129..e3a1d80 100644
--- a/reef-checkpoint/pom.xml
+++ b/reef-checkpoint/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.reef</groupId>
         <artifactId>reef-project</artifactId>
-        <version>0.10.0-incubating</version>
+        <version>0.11.0-incubating-SNAPSHOT</version>
     </parent>
     <artifactId>reef-checkpoint</artifactId>
     <name>REEF Checkpoint</name>
diff --git a/reef-common/pom.xml b/reef-common/pom.xml
index 2ba94a8..8576538 100644
--- a/reef-common/pom.xml
+++ b/reef-common/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.reef</groupId>
         <artifactId>reef-project</artifactId>
-        <version>0.10.0-incubating</version>
+        <version>0.11.0-incubating-SNAPSHOT</version>
     </parent>
 
     <artifactId>reef-common</artifactId>
diff --git a/reef-examples-clr/pom.xml b/reef-examples-clr/pom.xml
index a3438c9..de4025e 100644
--- a/reef-examples-clr/pom.xml
+++ b/reef-examples-clr/pom.xml
@@ -26,7 +26,7 @@
     <parent>
         <groupId>org.apache.reef</groupId>
         <artifactId>reef-project</artifactId>
-        <version>0.10.0-incubating</version>
+        <version>0.11.0-incubating-SNAPSHOT</version>
     </parent>
 
     <dependencies>
diff --git a/reef-examples-hdinsight/pom.xml b/reef-examples-hdinsight/pom.xml
index 0e78714..6c24383 100644
--- a/reef-examples-hdinsight/pom.xml
+++ b/reef-examples-hdinsight/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.reef</groupId>
         <artifactId>reef-project</artifactId>
-        <version>0.10.0-incubating</version>
+        <version>0.11.0-incubating-SNAPSHOT</version>
     </parent>
 
     <dependencies>
diff --git a/reef-examples/pom.xml b/reef-examples/pom.xml
index 5632a5e..580c56e 100644
--- a/reef-examples/pom.xml
+++ b/reef-examples/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.reef</groupId>
         <artifactId>reef-project</artifactId>
-        <version>0.10.0-incubating</version>
+        <version>0.11.0-incubating-SNAPSHOT</version>
     </parent>
 
     <dependencies>
diff --git a/reef-io/pom.xml b/reef-io/pom.xml
index 57adc04..aee26ff 100644
--- a/reef-io/pom.xml
+++ b/reef-io/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.reef</groupId>
         <artifactId>reef-project</artifactId>
-        <version>0.10.0-incubating</version>
+        <version>0.11.0-incubating-SNAPSHOT</version>
     </parent>
     <artifactId>reef-io</artifactId>
     <name>REEF IO</name>
diff --git a/reef-poison/pom.xml b/reef-poison/pom.xml
index 04266b6..f5eb7a7 100644
--- a/reef-poison/pom.xml
+++ b/reef-poison/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.reef</groupId>
         <artifactId>reef-project</artifactId>
-        <version>0.10.0-incubating</version>
+        <version>0.11.0-incubating-SNAPSHOT</version>
     </parent>
 
     <artifactId>reef-poison</artifactId>
diff --git a/reef-runtime-hdinsight/pom.xml b/reef-runtime-hdinsight/pom.xml
index b490415..3f9a1d5 100644
--- a/reef-runtime-hdinsight/pom.xml
+++ b/reef-runtime-hdinsight/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.reef</groupId>
         <artifactId>reef-project</artifactId>
-        <version>0.10.0-incubating</version>
+        <version>0.11.0-incubating-SNAPSHOT</version>
     </parent>
     <name>REEF Runtime for HDInsight</name>
     <artifactId>reef-runtime-hdinsight</artifactId>
diff --git a/reef-runtime-local/pom.xml b/reef-runtime-local/pom.xml
index 238b3ee..51517ed 100644
--- a/reef-runtime-local/pom.xml
+++ b/reef-runtime-local/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.reef</groupId>
         <artifactId>reef-project</artifactId>
-        <version>0.10.0-incubating</version>
+        <version>0.11.0-incubating-SNAPSHOT</version>
     </parent>
 
     <artifactId>reef-runtime-local</artifactId>
diff --git a/reef-runtime-yarn/pom.xml b/reef-runtime-yarn/pom.xml
index ae14a85..9b2265a 100644
--- a/reef-runtime-yarn/pom.xml
+++ b/reef-runtime-yarn/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.reef</groupId>
         <artifactId>reef-project</artifactId>
-        <version>0.10.0-incubating</version>
+        <version>0.11.0-incubating-SNAPSHOT</version>
     </parent>
     <name>REEF Runtime for YARN</name>
     <artifactId>reef-runtime-yarn</artifactId>
diff --git a/reef-tang/pom.xml b/reef-tang/pom.xml
index 20a70c2..a58aeb0 100644
--- a/reef-tang/pom.xml
+++ b/reef-tang/pom.xml
@@ -26,7 +26,7 @@
     <parent>
         <groupId>org.apache.reef</groupId>
         <artifactId>reef-project</artifactId>
-        <version>0.10.0-incubating</version>
+        <version>0.11.0-incubating-SNAPSHOT</version>
     </parent>
 
     <modules>
diff --git a/reef-tang/tang-test-jarA/pom.xml b/reef-tang/tang-test-jarA/pom.xml
index 8844b0c..686c3c3 100644
--- a/reef-tang/tang-test-jarA/pom.xml
+++ b/reef-tang/tang-test-jarA/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.reef</groupId>
         <artifactId>tang-project</artifactId>
-        <version>0.10.0-incubating</version>
+        <version>0.11.0-incubating-SNAPSHOT</version>
     </parent>
 
     <artifactId>tang-test-jarA</artifactId>
diff --git a/reef-tang/tang-test-jarAB/pom.xml b/reef-tang/tang-test-jarAB/pom.xml
index 817d24d..6ba9868 100644
--- a/reef-tang/tang-test-jarAB/pom.xml
+++ b/reef-tang/tang-test-jarAB/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.reef</groupId>
         <artifactId>tang-project</artifactId>
-        <version>0.10.0-incubating</version>
+        <version>0.11.0-incubating-SNAPSHOT</version>
     </parent>
 
     <artifactId>tang-test-jarAB</artifactId>
diff --git a/reef-tang/tang-test-jarB-conflictA/pom.xml b/reef-tang/tang-test-jarB-conflictA/pom.xml
index d154fab..e81c594 100644
--- a/reef-tang/tang-test-jarB-conflictA/pom.xml
+++ b/reef-tang/tang-test-jarB-conflictA/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.reef</groupId>
         <artifactId>tang-project</artifactId>
-        <version>0.10.0-incubating</version>
+        <version>0.11.0-incubating-SNAPSHOT</version>
     </parent>
 
     <artifactId>tang-test-jarB-conflictA</artifactId>
diff --git a/reef-tang/tang-test-jarB/pom.xml b/reef-tang/tang-test-jarB/pom.xml
index 9badef8..c56f87a 100644
--- a/reef-tang/tang-test-jarB/pom.xml
+++ b/reef-tang/tang-test-jarB/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.reef</groupId>
         <artifactId>tang-project</artifactId>
-        <version>0.10.0-incubating</version>
+        <version>0.11.0-incubating-SNAPSHOT</version>
     </parent>
 
     <artifactId>tang-test-jarB</artifactId>
diff --git a/reef-tang/tang/pom.xml b/reef-tang/tang/pom.xml
index 8bda0a5..8389d4d 100644
--- a/reef-tang/tang/pom.xml
+++ b/reef-tang/tang/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.reef</groupId>
         <artifactId>tang-project</artifactId>
-        <version>0.10.0-incubating</version>
+        <version>0.11.0-incubating-SNAPSHOT</version>
     </parent>
 
     <artifactId>tang</artifactId>
diff --git a/reef-tests/pom.xml b/reef-tests/pom.xml
index bc7ebb2..e65a906 100644
--- a/reef-tests/pom.xml
+++ b/reef-tests/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.reef</groupId>
         <artifactId>reef-project</artifactId>
-        <version>0.10.0-incubating</version>
+        <version>0.11.0-incubating-SNAPSHOT</version>
     </parent>
 
 
diff --git a/reef-utils-hadoop/pom.xml b/reef-utils-hadoop/pom.xml
index 4f57dc2..d723526 100644
--- a/reef-utils-hadoop/pom.xml
+++ b/reef-utils-hadoop/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.reef</groupId>
         <artifactId>reef-project</artifactId>
-        <version>0.10.0-incubating</version>
+        <version>0.11.0-incubating-SNAPSHOT</version>
     </parent>
 
     <artifactId>reef-utils-hadoop</artifactId>
diff --git a/reef-utils/pom.xml b/reef-utils/pom.xml
index 47ba8ce..f827df0 100644
--- a/reef-utils/pom.xml
+++ b/reef-utils/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.reef</groupId>
         <artifactId>reef-project</artifactId>
-        <version>0.10.0-incubating</version>
+        <version>0.11.0-incubating-SNAPSHOT</version>
     </parent>
 
     <artifactId>reef-utils</artifactId>
diff --git a/reef-wake/pom.xml b/reef-wake/pom.xml
index 5c6f3d0..801c0be 100644
--- a/reef-wake/pom.xml
+++ b/reef-wake/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.reef</groupId>
         <artifactId>reef-project</artifactId>
-        <version>0.10.0-incubating</version>
+        <version>0.11.0-incubating-SNAPSHOT</version>
     </parent>
 
     <modules>
diff --git a/reef-wake/wake/pom.xml b/reef-wake/wake/pom.xml
index badd2e2..b3b3ab5 100644
--- a/reef-wake/wake/pom.xml
+++ b/reef-wake/wake/pom.xml
@@ -26,7 +26,7 @@
     <parent>
         <groupId>org.apache.reef</groupId>
         <artifactId>wake-project</artifactId>
-        <version>0.10.0-incubating</version>
+        <version>0.11.0-incubating-SNAPSHOT</version>
     </parent>
 
     <build>
diff --git a/reef-webserver/pom.xml b/reef-webserver/pom.xml
index 80d16cf..26dedaf 100644
--- a/reef-webserver/pom.xml
+++ b/reef-webserver/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.reef</groupId>
         <artifactId>reef-project</artifactId>
-        <version>0.10.0-incubating</version>
+        <version>0.11.0-incubating-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
     <artifactId>reef-webserver</artifactId>