Skip to content

Commit

Permalink
HBASE-26541 hbase-shaded-protobuf not buildable on M1 MacOSX
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Purtell <[email protected]>
  • Loading branch information
apurtell committed Dec 9, 2021
1 parent ca3ba49 commit b5cf3cd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion hbase-examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion hbase-protocol-shaded/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit b5cf3cd

Please sign in to comment.