HTRACE-394 Change version to 4.3.0-incubating
diff --git a/htrace-c/pom.xml b/htrace-c/pom.xml
index f20489a..4145031 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-incubating-SNAPSHOT</version>
+    <version>4.3.0-incubating</version>
     <relativePath>..</relativePath>
   </parent>
 
diff --git a/htrace-core4/pom.xml b/htrace-core4/pom.xml
index e3165ce..ce90382 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-incubating-SNAPSHOT</version>
+    <version>4.3.0-incubating</version>
     <relativePath>..</relativePath>
   </parent>
 
diff --git a/htrace-flume/pom.xml b/htrace-flume/pom.xml
index 8238410..859df44 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-incubating-SNAPSHOT</version>
+    <version>4.3.0-incubating</version>
     <relativePath>..</relativePath>
   </parent>
 
diff --git a/htrace-hbase/pom.xml b/htrace-hbase/pom.xml
index e3427c5..05f79c0 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-incubating-SNAPSHOT</version>
+    <version>4.3.0-incubating</version>
     <relativePath>..</relativePath>
   </parent>
 
diff --git a/htrace-htraced/pom.xml b/htrace-htraced/pom.xml
index a981ca7..d43493d 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-incubating-SNAPSHOT</version>
+    <version>4.3.0-incubating</version>
     <relativePath>..</relativePath>
   </parent>
 
diff --git a/htrace-webapp/pom.xml b/htrace-webapp/pom.xml
index d868397..7a229cc 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-incubating-SNAPSHOT</version>
+    <version>4.3.0-incubating</version>
     <relativePath>..</relativePath>
   </parent>
 
diff --git a/htrace-zipkin/pom.xml b/htrace-zipkin/pom.xml
index f272e7e..4a6e5de 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-incubating-SNAPSHOT</version>
+    <version>4.3.0-incubating</version>
     <relativePath>..</relativePath>
   </parent>
 
diff --git a/pom.xml b/pom.xml
index 44e850a..fcdb469 100644
--- a/pom.xml
+++ b/pom.xml
@@ -21,7 +21,7 @@
 
   <groupId>org.apache.htrace</groupId>
   <artifactId>htrace</artifactId>
-  <version>4.3.0-incubating-SNAPSHOT</version>
+  <version>4.3.0-incubating</version>
   <packaging>pom</packaging>
   <name>Apache HTrace</name>
   <description>A distributed tracing framework.</description>