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 08:04:25 UTC

[hbase] branch branch-2.2 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 branch-2.2
in repository https://gitbox.apache.org/repos/asf/hbase.git


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

commit 049fa23e39f6a28a23c795a44227dff3142f69c2
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 2ddfac7..0d857cd 100755
--- a/pom.xml
+++ b/pom.xml
@@ -1385,7 +1385,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>