Repository: incubator-htrace Updated Branches: refs/heads/master 240065d64 -> bc63ac8cc
Set version to 3.1.0 from 3.1.0-SNAPSHOT so can put up release candidate Project: http://git-wip-us.apache.org/repos/asf/incubator-htrace/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-htrace/commit/bc63ac8c Tree: http://git-wip-us.apache.org/repos/asf/incubator-htrace/tree/bc63ac8c Diff: http://git-wip-us.apache.org/repos/asf/incubator-htrace/diff/bc63ac8c Branch: refs/heads/master Commit: bc63ac8cc9f80c97a7a3e399f6861ee0c94fa7b6 Parents: 240065d Author: stack <[email protected]> Authored: Tue Dec 30 12:11:06 2014 -0800 Committer: stack <[email protected]> Committed: Tue Dec 30 12:11:06 2014 -0800 ---------------------------------------------------------------------- htrace-core/pom.xml | 2 +- htrace-flume/pom.xml | 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/bc63ac8c/htrace-core/pom.xml ---------------------------------------------------------------------- diff --git a/htrace-core/pom.xml b/htrace-core/pom.xml index ec35841..8ce720d 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-SNAPSHOT</version> + <version>3.1.0</version> <relativePath>..</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/incubator-htrace/blob/bc63ac8c/htrace-flume/pom.xml ---------------------------------------------------------------------- diff --git a/htrace-flume/pom.xml b/htrace-flume/pom.xml index ee83329..b9fe5a8 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-SNAPSHOT</version> + <version>3.1.0</version> <relativePath>..</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/incubator-htrace/blob/bc63ac8c/htrace-hbase/pom.xml ---------------------------------------------------------------------- diff --git a/htrace-hbase/pom.xml b/htrace-hbase/pom.xml index 01d0db0..80f9091 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-SNAPSHOT</version> + <version>3.1.0</version> <relativePath>..</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/incubator-htrace/blob/bc63ac8c/htrace-zipkin/pom.xml ---------------------------------------------------------------------- diff --git a/htrace-zipkin/pom.xml b/htrace-zipkin/pom.xml index 3679318..f641512 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-SNAPSHOT</version> + <version>3.1.0</version> <relativePath>..</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/incubator-htrace/blob/bc63ac8c/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 43fe336..d531fef 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-SNAPSHOT</version> + <version>3.1.0</version> <packaging>pom</packaging> <name>Apache HTrace</name> <description>A tracing framework for use with distributed systems written in java</description>
