Skip to content

Commit bf64697

Browse files
committed
Revert "Backport "HBASE-28879 Bump hbase-thirdparty to 4.1.9" to branch-3 (apache#6296)"
This reverts commit 1a9b048.
1 parent 1a9b048 commit bf64697

3 files changed

Lines changed: 7 additions & 9 deletions

File tree

hbase-examples/pom.xml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,10 @@
3030
<name>Apache HBase - Examples</name>
3131
<description>Examples of HBase usage</description>
3232
<properties>
33-
<!--
34-
Version of protobuf that hbase uses internally (we shade our pb) Must match what is out
35-
in hbase-thirdparty include.
33+
<!--Version of protobuf that hbase uses internally (we shade our pb)
34+
Must match what is out in hbase-thirdparty include.
3635
-->
37-
<internal.protobuf.version>4.28.2</internal.protobuf.version>
36+
<internal.protobuf.version>4.27.3</internal.protobuf.version>
3837
</properties>
3938
<dependencies>
4039
<dependency>

hbase-protocol-shaded/pom.xml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,10 @@
3131
<description>Shaded protobuf protocol classes used by HBase internally.</description>
3232
<properties>
3333
<maven.javadoc.skip>true</maven.javadoc.skip>
34-
<!--
35-
Version of protobuf that hbase uses internally (we shade our pb) Must match what is out
36-
in hbase-thirdparty include.
34+
<!--Version of protobuf that hbase uses internally (we shade our pb)
35+
Must match what is out in hbase-thirdparty include.
3736
-->
38-
<internal.protobuf.version>4.28.2</internal.protobuf.version>
37+
<internal.protobuf.version>4.27.3</internal.protobuf.version>
3938
</properties>
4039
<dependencies>
4140
<!--BE CAREFUL! Any dependency added here needs to be

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -907,7 +907,7 @@
907907
databind] must be kept in sync with the version of jackson-jaxrs-json-provider shipped in
908908
hbase-thirdparty.
909909
-->
910-
<hbase-thirdparty.version>4.1.9</hbase-thirdparty.version>
910+
<hbase-thirdparty.version>4.1.8</hbase-thirdparty.version>
911911
<!-- Coverage properties -->
912912
<jacoco.version>0.8.8</jacoco.version>
913913
<jacocoArgLine/>

0 commit comments

Comments
 (0)