diff --git a/htrace-c/pom.xml b/htrace-c/pom.xml
index aee52f5..d624ef8 100644
--- a/htrace-c/pom.xml
+++ b/htrace-c/pom.xml
@@ -24,7 +24,7 @@
htrace
org.apache.htrace
- 4.1.0-incubating-SNAPSHOT
+ 4.2.0-incubating-SNAPSHOT
..
diff --git a/htrace-c/src/CMakeLists.txt b/htrace-c/src/CMakeLists.txt
index 815962b..727880b 100644
--- a/htrace-c/src/CMakeLists.txt
+++ b/htrace-c/src/CMakeLists.txt
@@ -120,9 +120,9 @@ set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -fvisibility=hidden")
# The production version of the library, which exposes only the public API.
add_library(htrace SHARED ${SRC_ALL})
target_link_libraries(htrace ${DEPS_ALL})
-# Set version 4.1.0
+# Set version 4.2.0
set(HTRACE_VERSION_MAJOR "4")
-set(HTRACE_VERSION_MINOR "1")
+set(HTRACE_VERSION_MINOR "2")
set(HTRACE_VERSION_PATCH "0")
set(HTRACE_VERSION_STRING
"${HTRACE_VERSION_MAJOR}.${HTRACE_VERSION_MINOR}.${HTRACE_VERSION_PATCH}")
diff --git a/htrace-core4/pom.xml b/htrace-core4/pom.xml
index 77e9b46..46adfda 100644
--- a/htrace-core4/pom.xml
+++ b/htrace-core4/pom.xml
@@ -18,7 +18,7 @@ language governing permissions and limitations under the License. -->
htrace
org.apache.htrace
- 4.1.0-incubating-SNAPSHOT
+ 4.2.0-incubating-SNAPSHOT
..
diff --git a/htrace-flume/pom.xml b/htrace-flume/pom.xml
index c9e1834..f82c89d 100644
--- a/htrace-flume/pom.xml
+++ b/htrace-flume/pom.xml
@@ -18,7 +18,7 @@ language governing permissions and limitations under the License. -->
htrace
org.apache.htrace
- 4.1.0-incubating-SNAPSHOT
+ 4.2.0-incubating-SNAPSHOT
..
diff --git a/htrace-hbase/pom.xml b/htrace-hbase/pom.xml
index 6d9ea28..81b8803 100644
--- a/htrace-hbase/pom.xml
+++ b/htrace-hbase/pom.xml
@@ -18,7 +18,7 @@ language governing permissions and limitations under the License. -->
htrace
org.apache.htrace
- 4.1.0-incubating-SNAPSHOT
+ 4.2.0-incubating-SNAPSHOT
..
diff --git a/htrace-htraced/pom.xml b/htrace-htraced/pom.xml
index b67af6d..e7831fc 100644
--- a/htrace-htraced/pom.xml
+++ b/htrace-htraced/pom.xml
@@ -18,7 +18,7 @@ language governing permissions and limitations under the License. -->
htrace
org.apache.htrace
- 4.1.0-incubating-SNAPSHOT
+ 4.2.0-incubating-SNAPSHOT
..
@@ -237,7 +237,7 @@ language governing permissions and limitations under the License. -->
Application
true
- 4.1.0
+ 4.2.0
755
644
root
@@ -266,7 +266,7 @@ language governing permissions and limitations under the License. -->
/usr/local/htraced/java
- target/htrace-htraced-4.1.0-incubating-SNAPSHOT.jar
+ target/${project.artifactId}-${project.version}.jar
diff --git a/htrace-webapp/pom.xml b/htrace-webapp/pom.xml
index 3fc3e5b..a7d156b 100644
--- a/htrace-webapp/pom.xml
+++ b/htrace-webapp/pom.xml
@@ -18,7 +18,7 @@ language governing permissions and limitations under the License. -->
htrace
org.apache.htrace
- 4.1.0-incubating-SNAPSHOT
+ 4.2.0-incubating-SNAPSHOT
..
diff --git a/htrace-zipkin/pom.xml b/htrace-zipkin/pom.xml
index 66659ff..b7ce61e 100644
--- a/htrace-zipkin/pom.xml
+++ b/htrace-zipkin/pom.xml
@@ -18,7 +18,7 @@ language governing permissions and limitations under the License. -->
htrace
org.apache.htrace
- 4.1.0-incubating-SNAPSHOT
+ 4.2.0-incubating-SNAPSHOT
..
diff --git a/pom.xml b/pom.xml
index 786a56f..932f29a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -21,7 +21,7 @@ language governing permissions and limitations under the License. -->
org.apache.htrace
htrace
- 4.1.0-incubating-SNAPSHOT
+ 4.2.0-incubating-SNAPSHOT
pom
Apache HTrace
A distributed tracing framework.