You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@htrace.apache.org by iw...@apache.org on 2016/04/28 17:10:39 UTC

incubator-htrace git commit: HTRACE-364. Bump the version up to 4.2.0-incubating-SNAPSHOT (iwasakims)

Repository: incubator-htrace
Updated Branches:
  refs/heads/master a9465cd02 -> 4c91ef5dc


HTRACE-364. Bump the version up to 4.2.0-incubating-SNAPSHOT (iwasakims)


Project: http://git-wip-us.apache.org/repos/asf/incubator-htrace/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-htrace/commit/4c91ef5d
Tree: http://git-wip-us.apache.org/repos/asf/incubator-htrace/tree/4c91ef5d
Diff: http://git-wip-us.apache.org/repos/asf/incubator-htrace/diff/4c91ef5d

Branch: refs/heads/master
Commit: 4c91ef5dcb4694bf6c115f5bf9d5ad471db3d0ba
Parents: a9465cd
Author: Masatake Iwasaki <iw...@apache.org>
Authored: Fri Apr 29 00:10:10 2016 +0900
Committer: Masatake Iwasaki <iw...@apache.org>
Committed: Fri Apr 29 00:10:10 2016 +0900

----------------------------------------------------------------------
 htrace-c/pom.xml            | 2 +-
 htrace-c/src/CMakeLists.txt | 4 ++--
 htrace-core4/pom.xml        | 2 +-
 htrace-flume/pom.xml        | 2 +-
 htrace-hbase/pom.xml        | 2 +-
 htrace-htraced/pom.xml      | 6 +++---
 htrace-webapp/pom.xml       | 2 +-
 htrace-zipkin/pom.xml       | 2 +-
 pom.xml                     | 2 +-
 9 files changed, 12 insertions(+), 12 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-htrace/blob/4c91ef5d/htrace-c/pom.xml
----------------------------------------------------------------------
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 @@
   <parent>
     <artifactId>htrace</artifactId>
     <groupId>org.apache.htrace</groupId>
-    <version>4.1.0-incubating-SNAPSHOT</version>
+    <version>4.2.0-incubating-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/incubator-htrace/blob/4c91ef5d/htrace-c/src/CMakeLists.txt
----------------------------------------------------------------------
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}")

http://git-wip-us.apache.org/repos/asf/incubator-htrace/blob/4c91ef5d/htrace-core4/pom.xml
----------------------------------------------------------------------
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. -->
   <parent>
     <artifactId>htrace</artifactId>
     <groupId>org.apache.htrace</groupId>
-    <version>4.1.0-incubating-SNAPSHOT</version>
+    <version>4.2.0-incubating-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/incubator-htrace/blob/4c91ef5d/htrace-flume/pom.xml
----------------------------------------------------------------------
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. -->
   <parent>
     <artifactId>htrace</artifactId>
     <groupId>org.apache.htrace</groupId>
-    <version>4.1.0-incubating-SNAPSHOT</version>
+    <version>4.2.0-incubating-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/incubator-htrace/blob/4c91ef5d/htrace-hbase/pom.xml
----------------------------------------------------------------------
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. -->
   <parent>
     <artifactId>htrace</artifactId>
     <groupId>org.apache.htrace</groupId>
-    <version>4.1.0-incubating-SNAPSHOT</version>
+    <version>4.2.0-incubating-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/incubator-htrace/blob/4c91ef5d/htrace-htraced/pom.xml
----------------------------------------------------------------------
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. -->
   <parent>
     <artifactId>htrace</artifactId>
     <groupId>org.apache.htrace</groupId>
-    <version>4.1.0-incubating-SNAPSHOT</version>
+    <version>4.2.0-incubating-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent>
 
@@ -237,7 +237,7 @@ language governing permissions and limitations under the License. -->
             <configuration>
               <group>Application</group>
               <needarch>true</needarch>
-              <release>4.1.0</release>
+              <release>4.2.0</release>
               <defaultDirmode>755</defaultDirmode>
               <defaultFilemode>644</defaultFilemode>
               <defaultUsername>root</defaultUsername>
@@ -266,7 +266,7 @@ language governing permissions and limitations under the License. -->
                   <directory>/usr/local/htraced/java</directory>
                   <sources>
                     <source>
-                      <location>target/htrace-htraced-4.1.0-incubating-SNAPSHOT.jar</location>
+                      <location>target/${project.artifactId}-${project.version}.jar</location>
                     </source>
                   </sources>
                 </mapping>

http://git-wip-us.apache.org/repos/asf/incubator-htrace/blob/4c91ef5d/htrace-webapp/pom.xml
----------------------------------------------------------------------
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. -->
   <parent>
     <artifactId>htrace</artifactId>
     <groupId>org.apache.htrace</groupId>
-    <version>4.1.0-incubating-SNAPSHOT</version>
+    <version>4.2.0-incubating-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/incubator-htrace/blob/4c91ef5d/htrace-zipkin/pom.xml
----------------------------------------------------------------------
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. -->
   <parent>
     <artifactId>htrace</artifactId>
     <groupId>org.apache.htrace</groupId>
-    <version>4.1.0-incubating-SNAPSHOT</version>
+    <version>4.2.0-incubating-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/incubator-htrace/blob/4c91ef5d/pom.xml
----------------------------------------------------------------------
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. -->
 
   <groupId>org.apache.htrace</groupId>
   <artifactId>htrace</artifactId>
-  <version>4.1.0-incubating-SNAPSHOT</version>
+  <version>4.2.0-incubating-SNAPSHOT</version>
   <packaging>pom</packaging>
   <name>Apache HTrace</name>
   <description>A distributed tracing framework.</description>