You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@htrace.apache.org by cm...@apache.org on 2015/09/09 02:55:26 UTC

incubator-htrace git commit: Set master branch version to 4.1.0-incubating-SNAPSHOT

Repository: incubator-htrace
Updated Branches:
  refs/heads/master 5697d4a6a -> ccaa728be


Set master branch version to 4.1.0-incubating-SNAPSHOT


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

Branch: refs/heads/master
Commit: ccaa728be618dde05f90f3aa2b5a837b6ac1958d
Parents: 5697d4a
Author: Colin P. Mccabe <cm...@apache.org>
Authored: Tue Sep 8 17:54:09 2015 -0700
Committer: Colin P. Mccabe <cm...@apache.org>
Committed: Tue Sep 8 17:55:16 2015 -0700

----------------------------------------------------------------------
 htrace-c/pom.xml       | 2 +-
 htrace-core/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 +-
 8 files changed, 10 insertions(+), 10 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-htrace/blob/ccaa728b/htrace-c/pom.xml
----------------------------------------------------------------------
diff --git a/htrace-c/pom.xml b/htrace-c/pom.xml
index cb9ba69..aee52f5 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.0.0-incubating-SNAPSHOT</version>
+    <version>4.1.0-incubating-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/incubator-htrace/blob/ccaa728b/htrace-core/pom.xml
----------------------------------------------------------------------
diff --git a/htrace-core/pom.xml b/htrace-core/pom.xml
index ecf9d84..1e0146b 100644
--- a/htrace-core/pom.xml
+++ b/htrace-core/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.0.0-incubating-SNAPSHOT</version>
+    <version>4.1.0-incubating-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/incubator-htrace/blob/ccaa728b/htrace-flume/pom.xml
----------------------------------------------------------------------
diff --git a/htrace-flume/pom.xml b/htrace-flume/pom.xml
index 3da0da7..283f62a 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.0.0-incubating-SNAPSHOT</version>
+    <version>4.1.0-incubating-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/incubator-htrace/blob/ccaa728b/htrace-hbase/pom.xml
----------------------------------------------------------------------
diff --git a/htrace-hbase/pom.xml b/htrace-hbase/pom.xml
index f2d0351..4cd6375 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.0.0-incubating-SNAPSHOT</version>
+    <version>4.1.0-incubating-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/incubator-htrace/blob/ccaa728b/htrace-htraced/pom.xml
----------------------------------------------------------------------
diff --git a/htrace-htraced/pom.xml b/htrace-htraced/pom.xml
index 67a67fd..6a9dc91 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.0.0-incubating-SNAPSHOT</version>
+    <version>4.1.0-incubating-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent>
 
@@ -239,7 +239,7 @@ language governing permissions and limitations under the License. -->
             <configuration>
               <group>Application</group>
               <needarch>true</needarch>
-              <release>4.0.0</release>
+              <release>4.1.0</release>
               <defaultDirmode>755</defaultDirmode>
               <defaultFilemode>644</defaultFilemode>
               <defaultUsername>root</defaultUsername>
@@ -268,7 +268,7 @@ language governing permissions and limitations under the License. -->
                   <directory>/usr/local/htraced/java</directory>
                   <sources>
                     <source>
-                      <location>target/htrace-htraced-4.0.0-incubating-SNAPSHOT.jar</location>
+                      <location>target/htrace-htraced-4.1.0-incubating-SNAPSHOT.jar</location>
                     </source>
                   </sources>
                 </mapping>

http://git-wip-us.apache.org/repos/asf/incubator-htrace/blob/ccaa728b/htrace-webapp/pom.xml
----------------------------------------------------------------------
diff --git a/htrace-webapp/pom.xml b/htrace-webapp/pom.xml
index 7304c45..e169a64 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.0.0-incubating-SNAPSHOT</version>
+    <version>4.1.0-incubating-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/incubator-htrace/blob/ccaa728b/htrace-zipkin/pom.xml
----------------------------------------------------------------------
diff --git a/htrace-zipkin/pom.xml b/htrace-zipkin/pom.xml
index 36c9d17..d1b0287 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.0.0-incubating-SNAPSHOT</version>
+    <version>4.1.0-incubating-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/incubator-htrace/blob/ccaa728b/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 580b77d..22ddab3 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.0.0-incubating-SNAPSHOT</version>
+  <version>4.1.0-incubating-SNAPSHOT</version>
   <packaging>pom</packaging>
   <name>Apache HTrace</name>
   <description>A distributed tracing framework.</description>