You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by ap...@apache.org on 2022/01/28 01:43:19 UTC

[hbase] branch branch-2.4 updated: Revert "HBASE-25918 Upgrade hbase-thirdparty dependency to 3.5.1 (#3317)"

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

apurtell pushed a commit to branch branch-2.4
in repository https://gitbox.apache.org/repos/asf/hbase.git


The following commit(s) were added to refs/heads/branch-2.4 by this push:
     new c6b0ad9  Revert "HBASE-25918 Upgrade hbase-thirdparty dependency to 3.5.1 (#3317)"
c6b0ad9 is described below

commit c6b0ad98f6d9a872ab87a9175baf87ca686566cf
Author: Andrew Purtell <ap...@apache.org>
AuthorDate: Thu Jan 27 17:40:25 2022 -0800

    Revert "HBASE-25918 Upgrade hbase-thirdparty dependency to 3.5.1 (#3317)"
    
    This reverts commit 246560ea041387551f7121d9ece9fecb66f93628.
    
    See HBASE-26717
    
    Signed-off-by: Andrew Purtell <ap...@apache.org>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 6650fad..7fa760a 100755
--- a/pom.xml
+++ b/pom.xml
@@ -1517,7 +1517,7 @@
     <surefire.version>3.0.0-M4</surefire.version>
     <wagon.ssh.version>2.12</wagon.ssh.version>
     <xml.maven.version>1.0.1</xml.maven.version>
-    <hbase-thirdparty.version>3.5.1</hbase-thirdparty.version>
+    <hbase-thirdparty.version>3.4.1</hbase-thirdparty.version>
     <!-- Intraproject jar naming properties -->
     <!-- TODO this is pretty ugly, but works for the moment.
       Modules are pretty heavy-weight things, so doing this work isn't too bad. -->