Change version on the 3.1 branch from 3.1.0-incubating to 3.2.0-incubating-SNAPSHOT
diff --git a/htrace-core/pom.xml b/htrace-core/pom.xml
index d3b7f1b..c293f6f 100644
--- a/htrace-core/pom.xml
+++ b/htrace-core/pom.xml
@@ -18,7 +18,7 @@
   <parent>
     <artifactId>htrace</artifactId>
     <groupId>org.apache.htrace</groupId>
-    <version>3.1.0-incubating</version>
+    <version>3.2.0-incubating-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent>
 
diff --git a/htrace-flume/pom.xml b/htrace-flume/pom.xml
index 9e7358b..227f442 100644
--- a/htrace-flume/pom.xml
+++ b/htrace-flume/pom.xml
@@ -18,7 +18,7 @@
   <parent>
     <artifactId>htrace</artifactId>
     <groupId>org.apache.htrace</groupId>
-    <version>3.1.0-incubating</version>
+    <version>3.2.0-incubating-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent>
 
diff --git a/htrace-hbase/pom.xml b/htrace-hbase/pom.xml
index c2407fe..dbdbed6 100644
--- a/htrace-hbase/pom.xml
+++ b/htrace-hbase/pom.xml
@@ -18,7 +18,7 @@
   <parent>
     <artifactId>htrace</artifactId>
     <groupId>org.apache.htrace</groupId>
-    <version>3.1.0-incubating</version>
+    <version>3.2.0-incubating-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent>
 
diff --git a/htrace-htraced/pom.xml b/htrace-htraced/pom.xml
index de0600c..6995ed4 100644
--- a/htrace-htraced/pom.xml
+++ b/htrace-htraced/pom.xml
@@ -18,7 +18,7 @@
   <parent>
     <artifactId>htrace</artifactId>
     <groupId>org.apache.htrace</groupId>
-    <version>3.1.0-incubating</version>
+    <version>3.2.0-incubating-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent>
 
diff --git a/htrace-zipkin/pom.xml b/htrace-zipkin/pom.xml
index db58a10..c3760c7 100644
--- a/htrace-zipkin/pom.xml
+++ b/htrace-zipkin/pom.xml
@@ -18,7 +18,7 @@
   <parent>
     <artifactId>htrace</artifactId>
     <groupId>org.apache.htrace</groupId>
-    <version>3.1.0-incubating</version>
+    <version>3.2.0-incubating-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent>
 
diff --git a/pom.xml b/pom.xml
index 9b16b44..b5ca583 100644
--- a/pom.xml
+++ b/pom.xml
@@ -21,7 +21,7 @@
 
   <groupId>org.apache.htrace</groupId>
   <artifactId>htrace</artifactId>
-  <version>3.1.0-incubating</version>
+  <version>3.2.0-incubating-SNAPSHOT</version>
   <packaging>pom</packaging>
   <name>Apache HTrace</name>
   <description>A tracing framework for use with distributed systems written in java</description>