You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by ja...@apache.org on 2019/05/10 07:45:32 UTC

[hbase] branch master updated: HBASE-20494 Updated the version of metrics-core to 3.2.6

This is an automated email from the ASF dual-hosted git repository.

janh pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hbase.git


The following commit(s) were added to refs/heads/master by this push:
     new 0e79e70  HBASE-20494 Updated the version of metrics-core to 3.2.6
0e79e70 is described below

commit 0e79e705453a5a6dc7ab88dd36c6c4419679a4ad
Author: Jan Hentschel <ja...@ultratendency.com>
AuthorDate: Sun Apr 7 17:25:48 2019 +0200

    HBASE-20494 Updated the version of metrics-core to 3.2.6
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index ee85e93..31c9017 100755
--- a/pom.xml
+++ b/pom.xml
@@ -1437,7 +1437,7 @@
     <disruptor.version>3.3.6</disruptor.version>
     <httpclient.version>4.5.3</httpclient.version>
     <httpcore.version>4.4.6</httpcore.version>
-    <metrics-core.version>3.2.1</metrics-core.version>
+    <metrics-core.version>3.2.6</metrics-core.version>
     <jackson.version>2.9.2</jackson.version>
     <jaxb-api.version>2.2.12</jaxb-api.version>
     <jetty.version>9.3.25.v20180904</jetty.version>