Skip to content

Commit

Permalink
Revert "Backport "HBASE-28879 Bump hbase-thirdparty to 4.1.9" to bran…
Browse files Browse the repository at this point in the history
…ch-3 (#6296)"

This reverts commit 1a9b048.
  • Loading branch information
ndimiduk committed Sep 30, 2024
1 parent 1a9b048 commit e20b48d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 9 deletions.
7 changes: 3 additions & 4 deletions hbase-examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,10 @@
<name>Apache HBase - Examples</name>
<description>Examples of HBase usage</description>
<properties>
<!--
Version of protobuf that hbase uses internally (we shade our pb) Must match what is out
in hbase-thirdparty include.
<!--Version of protobuf that hbase uses internally (we shade our pb)
Must match what is out in hbase-thirdparty include.
-->
<internal.protobuf.version>4.28.2</internal.protobuf.version>
<internal.protobuf.version>4.27.3</internal.protobuf.version>
</properties>
<dependencies>
<dependency>
Expand Down
7 changes: 3 additions & 4 deletions hbase-protocol-shaded/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,10 @@
<description>Shaded protobuf protocol classes used by HBase internally.</description>
<properties>
<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.
<!--Version of protobuf that hbase uses internally (we shade our pb)
Must match what is out in hbase-thirdparty include.
-->
<internal.protobuf.version>4.28.2</internal.protobuf.version>
<internal.protobuf.version>4.27.3</internal.protobuf.version>
</properties>
<dependencies>
<!--BE CAREFUL! Any dependency added here needs to be
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -907,7 +907,7 @@
databind] must be kept in sync with the version of jackson-jaxrs-json-provider shipped in
hbase-thirdparty.
-->
<hbase-thirdparty.version>4.1.9</hbase-thirdparty.version>
<hbase-thirdparty.version>4.1.8</hbase-thirdparty.version>
<!-- Coverage properties -->
<jacoco.version>0.8.8</jacoco.version>
<jacocoArgLine/>
Expand Down

0 comments on commit e20b48d

Please sign in to comment.