Repository: incubator-htrace
Updated Branches:
  refs/heads/master 9944d1ec7 -> e5809a7f6


HTRACE-212. Change version to 4.0 (cmccabe)


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

Branch: refs/heads/master
Commit: e5809a7f6675ac36a21f133064ac4088067201ef
Parents: 9944d1e
Author: Colin Patrick Mccabe <[email protected]>
Authored: Fri Jul 17 18:00:27 2015 -0700
Committer: Colin Patrick Mccabe <[email protected]>
Committed: Fri Jul 17 18:00:27 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/e5809a7f/htrace-c/pom.xml
----------------------------------------------------------------------
diff --git a/htrace-c/pom.xml b/htrace-c/pom.xml
index 6efe766..eeab648 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>3.3.0-incubating-SNAPSHOT</version>
+    <version>4.0.0-incubating-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/incubator-htrace/blob/e5809a7f/htrace-core/pom.xml
----------------------------------------------------------------------
diff --git a/htrace-core/pom.xml b/htrace-core/pom.xml
index 6026510..ecf9d84 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>3.3.0-incubating-SNAPSHOT</version>
+    <version>4.0.0-incubating-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/incubator-htrace/blob/e5809a7f/htrace-flume/pom.xml
----------------------------------------------------------------------
diff --git a/htrace-flume/pom.xml b/htrace-flume/pom.xml
index 2c5c188..3da0da7 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>3.3.0-incubating-SNAPSHOT</version>
+    <version>4.0.0-incubating-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/incubator-htrace/blob/e5809a7f/htrace-hbase/pom.xml
----------------------------------------------------------------------
diff --git a/htrace-hbase/pom.xml b/htrace-hbase/pom.xml
index bc00389..2230b32 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>3.3.0-incubating-SNAPSHOT</version>
+    <version>4.0.0-incubating-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent>
 

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

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

http://git-wip-us.apache.org/repos/asf/incubator-htrace/blob/e5809a7f/htrace-zipkin/pom.xml
----------------------------------------------------------------------
diff --git a/htrace-zipkin/pom.xml b/htrace-zipkin/pom.xml
index ea10480..d4225f0 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>3.3.0-incubating-SNAPSHOT</version>
+    <version>4.0.0-incubating-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/incubator-htrace/blob/e5809a7f/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 52f0825..883099c 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>3.3.0-incubating-SNAPSHOT</version>
+  <version>4.0.0-incubating-SNAPSHOT</version>
   <packaging>pom</packaging>
   <name>Apache HTrace</name>
   <description>A distributed tracing framework.</description>

Reply via email to