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 2021/12/18 00:15:53 UTC

[hbase] branch branch-2.4 updated: HBASE-26541 hbase-shaded-protobuf not buildable on M1 MacOSX

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 4d43e4c  HBASE-26541 hbase-shaded-protobuf not buildable on M1 MacOSX
4d43e4c is described below

commit 4d43e4cc945be5ced9f96cc1ae78001b8192b563
Author: Andrew Purtell <ap...@apache.org>
AuthorDate: Mon Dec 6 11:07:24 2021 -0800

    HBASE-26541 hbase-shaded-protobuf not buildable on M1 MacOSX
    
    Signed-off-by: Andrew Purtell <ap...@apache.org>
---
 hbase-protocol-shaded/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/hbase-protocol-shaded/pom.xml b/hbase-protocol-shaded/pom.xml
index ca77bcd..354e997 100644
--- a/hbase-protocol-shaded/pom.xml
+++ b/hbase-protocol-shaded/pom.xml
@@ -33,8 +33,8 @@
     <maven.javadoc.skip>true</maven.javadoc.skip>
     <!--Version of protobuf that hbase uses internally (we shade our pb)
          Must match what is out in hbase-thirdparty include.
-           -->
-    <internal.protobuf.version>3.11.4</internal.protobuf.version>
+    -->
+    <internal.protobuf.version>3.17.3</internal.protobuf.version>
   </properties>
   <build>
     <plugins>