HTRACE-382 Make 4.3.0 release
diff --git a/htrace-c/pom.xml b/htrace-c/pom.xml
index 2d1ac94..201a06f 100644
--- a/htrace-c/pom.xml
+++ b/htrace-c/pom.xml
@@ -24,7 +24,7 @@
<parent>
<artifactId>htrace</artifactId>
<groupId>org.apache.htrace</groupId>
- <version>4.3.0</version>
+ <version>4.4.0-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>
diff --git a/htrace-core4/pom.xml b/htrace-core4/pom.xml
index a739be9..c31f664 100644
--- a/htrace-core4/pom.xml
+++ b/htrace-core4/pom.xml
@@ -18,7 +18,7 @@
<parent>
<artifactId>htrace</artifactId>
<groupId>org.apache.htrace</groupId>
- <version>4.3.0</version>
+ <version>4.4.0-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>
diff --git a/htrace-flume/pom.xml b/htrace-flume/pom.xml
index 6332716..c0dc4a8 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>4.3.0</version>
+ <version>4.4.0-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>
diff --git a/htrace-hbase/pom.xml b/htrace-hbase/pom.xml
index d265ee5..d56053a 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>4.3.0</version>
+ <version>4.4.0-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>
diff --git a/htrace-htraced/pom.xml b/htrace-htraced/pom.xml
index e2f10cf..b569d7c 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>4.3.0</version>
+ <version>4.4.0-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>
diff --git a/htrace-webapp/pom.xml b/htrace-webapp/pom.xml
index 94cbfe3..43d3a57 100644
--- a/htrace-webapp/pom.xml
+++ b/htrace-webapp/pom.xml
@@ -18,7 +18,7 @@
<parent>
<artifactId>htrace</artifactId>
<groupId>org.apache.htrace</groupId>
- <version>4.3.0</version>
+ <version>4.4.0-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>
diff --git a/htrace-zipkin/pom.xml b/htrace-zipkin/pom.xml
index 02467bd..f626741 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>4.3.0</version>
+ <version>4.4.0-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>
diff --git a/pom.xml b/pom.xml
index b866d2a..6723f94 100644
--- a/pom.xml
+++ b/pom.xml
@@ -21,7 +21,7 @@
<groupId>org.apache.htrace</groupId>
<artifactId>htrace</artifactId>
- <version>4.3.0</version>
+ <version>4.4.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Apache HTrace</name>
<description>A distributed tracing framework.</description>