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 2015/01/21 07:07:05 UTC

[2/2] incubator-htrace git commit: Change version on the 3.1 branch from 3.1.0-incubating to 3.2.0-incubating-SNAPSHOT

Change version on the 3.1 branch from 3.1.0-incubating to 3.2.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/10ea0e58
Tree: http://git-wip-us.apache.org/repos/asf/incubator-htrace/tree/10ea0e58
Diff: http://git-wip-us.apache.org/repos/asf/incubator-htrace/diff/10ea0e58

Branch: refs/heads/master
Commit: 10ea0e58593c69876379fbf01023de2c31114622
Parents: 6438988
Author: stack <st...@duboce.net>
Authored: Tue Jan 20 22:06:53 2015 -0800
Committer: stack <st...@duboce.net>
Committed: Tue Jan 20 22:06:53 2015 -0800

----------------------------------------------------------------------
 htrace-core/pom.xml    | 2 +-
 htrace-flume/pom.xml   | 2 +-
 htrace-hbase/pom.xml   | 2 +-
 htrace-htraced/pom.xml | 2 +-
 htrace-zipkin/pom.xml  | 2 +-
 pom.xml                | 2 +-
 6 files changed, 6 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-htrace/blob/10ea0e58/htrace-core/pom.xml
----------------------------------------------------------------------
diff --git a/htrace-core/pom.xml b/htrace-core/pom.xml
index d3b7f1b..c293f6f 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.1.0-incubating</version>
+    <version>3.2.0-incubating-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/incubator-htrace/blob/10ea0e58/htrace-flume/pom.xml
----------------------------------------------------------------------
diff --git a/htrace-flume/pom.xml b/htrace-flume/pom.xml
index 9e7358b..227f442 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.1.0-incubating</version>
+    <version>3.2.0-incubating-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/incubator-htrace/blob/10ea0e58/htrace-hbase/pom.xml
----------------------------------------------------------------------
diff --git a/htrace-hbase/pom.xml b/htrace-hbase/pom.xml
index c2407fe..dbdbed6 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.1.0-incubating</version>
+    <version>3.2.0-incubating-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/incubator-htrace/blob/10ea0e58/htrace-htraced/pom.xml
----------------------------------------------------------------------
diff --git a/htrace-htraced/pom.xml b/htrace-htraced/pom.xml
index de0600c..6995ed4 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.1.0-incubating</version>
+    <version>3.2.0-incubating-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/incubator-htrace/blob/10ea0e58/htrace-zipkin/pom.xml
----------------------------------------------------------------------
diff --git a/htrace-zipkin/pom.xml b/htrace-zipkin/pom.xml
index db58a10..c3760c7 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.1.0-incubating</version>
+    <version>3.2.0-incubating-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/incubator-htrace/blob/10ea0e58/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 9b16b44..b5ca583 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.1.0-incubating</version>
+  <version>3.2.0-incubating-SNAPSHOT</version>
   <packaging>pom</packaging>
   <name>Apache HTrace</name>
   <description>A tracing framework for use with distributed systems written in java</description>