Repository: incubator-htrace Updated Branches: refs/heads/master dedbd5205 -> 07d428de3
HTRACE-173. Update htrace version in master to 3.3.0-incubating (Colin Patrick McCabe via 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/07d428de Tree: http://git-wip-us.apache.org/repos/asf/incubator-htrace/tree/07d428de Diff: http://git-wip-us.apache.org/repos/asf/incubator-htrace/diff/07d428de Branch: refs/heads/master Commit: 07d428de3b2e5a9f46bdf60157737e72417939e6 Parents: dedbd52 Author: Masatake Iwasaki <[email protected]> Authored: Tue May 26 21:40:12 2015 +0900 Committer: Masatake Iwasaki <[email protected]> Committed: Tue May 26 21:40:12 2015 +0900 ---------------------------------------------------------------------- htrace-c/pom.xml | 2 +- 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 | 4 ++-- 7 files changed, 8 insertions(+), 8 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-htrace/blob/07d428de/htrace-c/pom.xml ---------------------------------------------------------------------- diff --git a/htrace-c/pom.xml b/htrace-c/pom.xml index 51e3478..6efe766 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.2.0-incubating-SNAPSHOT</version> + <version>3.3.0-incubating-SNAPSHOT</version> <relativePath>..</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/incubator-htrace/blob/07d428de/htrace-core/pom.xml ---------------------------------------------------------------------- diff --git a/htrace-core/pom.xml b/htrace-core/pom.xml index 71c8ee9..6026510 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.2.0-incubating-SNAPSHOT</version> + <version>3.3.0-incubating-SNAPSHOT</version> <relativePath>..</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/incubator-htrace/blob/07d428de/htrace-flume/pom.xml ---------------------------------------------------------------------- diff --git a/htrace-flume/pom.xml b/htrace-flume/pom.xml index 6de3605..2c5c188 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.2.0-incubating-SNAPSHOT</version> + <version>3.3.0-incubating-SNAPSHOT</version> <relativePath>..</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/incubator-htrace/blob/07d428de/htrace-hbase/pom.xml ---------------------------------------------------------------------- diff --git a/htrace-hbase/pom.xml b/htrace-hbase/pom.xml index 773212e..bc00389 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.2.0-incubating-SNAPSHOT</version> + <version>3.3.0-incubating-SNAPSHOT</version> <relativePath>..</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/incubator-htrace/blob/07d428de/htrace-htraced/pom.xml ---------------------------------------------------------------------- diff --git a/htrace-htraced/pom.xml b/htrace-htraced/pom.xml index 728fa90..446bd5a 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.2.0-incubating-SNAPSHOT</version> + <version>3.3.0-incubating-SNAPSHOT</version> <relativePath>..</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/incubator-htrace/blob/07d428de/htrace-zipkin/pom.xml ---------------------------------------------------------------------- diff --git a/htrace-zipkin/pom.xml b/htrace-zipkin/pom.xml index bb79b1f..5e97929 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.2.0-incubating-SNAPSHOT</version> + <version>3.3.0-incubating-SNAPSHOT</version> <relativePath>..</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/incubator-htrace/blob/07d428de/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index cc6c481..db31d6c 100644 --- a/pom.xml +++ b/pom.xml @@ -21,10 +21,10 @@ language governing permissions and limitations under the License. --> <groupId>org.apache.htrace</groupId> <artifactId>htrace</artifactId> - <version>3.2.0-incubating-SNAPSHOT</version> + <version>3.3.0-incubating-SNAPSHOT</version> <packaging>pom</packaging> <name>Apache HTrace</name> - <description>A tracing framework for use with distributed systems written in java</description> + <description>A distributed tracing framework.</description> <url>http://htrace.incubator.apache.org</url> <modules>
