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/09 00:58:12 UTC

[hbase] branch master 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 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 b5cf3cd  HBASE-26541 hbase-shaded-protobuf not buildable on M1 MacOSX
b5cf3cd is described below

commit b5cf3cdc5cfdd6fc7263bf18c7d10ff2f0f715fa
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-examples/pom.xml        | 2 +-
 hbase-protocol-shaded/pom.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/hbase-examples/pom.xml b/hbase-examples/pom.xml
index 702f490..05a01af 100644
--- a/hbase-examples/pom.xml
+++ b/hbase-examples/pom.xml
@@ -33,7 +33,7 @@
     <!--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>
diff --git a/hbase-protocol-shaded/pom.xml b/hbase-protocol-shaded/pom.xml
index d3ddecd..2c9c889 100644
--- a/hbase-protocol-shaded/pom.xml
+++ b/hbase-protocol-shaded/pom.xml
@@ -34,7 +34,7 @@
     <!--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>