You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@htrace.apache.org by st...@apache.org on 2014/12/11 21:05:49 UTC

incubator-htrace git commit: HTRACE-14 Bump version to 3.1.0-SNAPSHOT

Repository: incubator-htrace
Updated Branches:
  refs/heads/master 1cb383bf4 -> af5f174ff


HTRACE-14 Bump version to 3.1.0-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/af5f174f
Tree: http://git-wip-us.apache.org/repos/asf/incubator-htrace/tree/af5f174f
Diff: http://git-wip-us.apache.org/repos/asf/incubator-htrace/diff/af5f174f

Branch: refs/heads/master
Commit: af5f174ff3806c0a7b51b00c9ce1f9bb9e11b051
Parents: 1cb383b
Author: stack <st...@duboce.net>
Authored: Thu Dec 11 12:05:27 2014 -0800
Committer: stack <st...@duboce.net>
Committed: Thu Dec 11 12:05:27 2014 -0800

----------------------------------------------------------------------
 htrace-core/pom.xml                                        | 2 +-
 htrace-core/src/go/src/org/apache/htrace/common/version.go | 2 +-
 htrace-hbase/pom.xml                                       | 2 +-
 htrace-zipkin/pom.xml                                      | 2 +-
 pom.xml                                                    | 2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-htrace/blob/af5f174f/htrace-core/pom.xml
----------------------------------------------------------------------
diff --git a/htrace-core/pom.xml b/htrace-core/pom.xml
index 42f624c..67b876e 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.0.4</version>
+    <version>3.1.0-SNAPSHOT</version>
   </parent>
 
   <name>htrace-core</name>

http://git-wip-us.apache.org/repos/asf/incubator-htrace/blob/af5f174f/htrace-core/src/go/src/org/apache/htrace/common/version.go
----------------------------------------------------------------------
diff --git a/htrace-core/src/go/src/org/apache/htrace/common/version.go b/htrace-core/src/go/src/org/apache/htrace/common/version.go
index 789f12f..c560c09 100644
--- a/htrace-core/src/go/src/org/apache/htrace/common/version.go
+++ b/htrace-core/src/go/src/org/apache/htrace/common/version.go
@@ -19,4 +19,4 @@
 
 package common
 
-const RELEASE_VERSION = "1.0-SNAPSHOT"
+const RELEASE_VERSION = "3.1.0-SNAPSHOT"

http://git-wip-us.apache.org/repos/asf/incubator-htrace/blob/af5f174f/htrace-hbase/pom.xml
----------------------------------------------------------------------
diff --git a/htrace-hbase/pom.xml b/htrace-hbase/pom.xml
index a10abd6..ccb43a6 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.0.4</version>
+    <version>3.1.0-SNAPSHOT</version>
   </parent>
 
   <name>htrace-hbase</name>

http://git-wip-us.apache.org/repos/asf/incubator-htrace/blob/af5f174f/htrace-zipkin/pom.xml
----------------------------------------------------------------------
diff --git a/htrace-zipkin/pom.xml b/htrace-zipkin/pom.xml
index 81b712e..e34c1cc 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.0.4</version>
+    <version>3.1.0-SNAPSHOT</version>
   </parent>
 
   <name>htrace-zipkin</name>

http://git-wip-us.apache.org/repos/asf/incubator-htrace/blob/af5f174f/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 24976db..b14c6b8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -14,7 +14,7 @@ language governing permissions and limitations under the License. -->
 
   <groupId>org.apache.htrace</groupId>
   <artifactId>htrace</artifactId>
-  <version>3.0.4</version>
+  <version>3.1.0-SNAPSHOT</version>
   <packaging>pom</packaging>
 
   <name>htrace</name>