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:58:55 UTC

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


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

commit 08f6ed3eabc9c3b5258891c789aded56a234c766
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 751c293..5512161 100755
--- a/pom.xml
+++ b/pom.xml
@@ -1306,7 +1306,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>