Skip to content

Commit

Permalink
HBASE-27578 Upgrade hbase-thirdparty to 4.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Apache9 committed Jan 18, 2023
1 parent ad8f28e commit 92a61c2
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -880,7 +880,7 @@
<snappy.version>1.1.8.4</snappy.version>
<xz.version>1.9</xz.version>
<zstd-jni.version>1.5.0-4</zstd-jni.version>
<hbase-thirdparty.version>4.1.3</hbase-thirdparty.version>
<hbase-thirdparty.version>4.1.4</hbase-thirdparty.version>
<!-- Intraproject jar naming properties -->
<!-- TODO this is pretty ugly, but works for the moment.
Modules are pretty heavy-weight things, so doing this work isn't too bad. -->
Expand Down Expand Up @@ -1759,6 +1759,13 @@
<scope>test</scope>
</dependency>
</dependencies>
<repositories>
<repository>
<id>staging</id>
<name>staging</name>
<url>https://repository.apache.org/content/repositories/orgapachehbase-1505/</url>
</repository>
</repositories>
<build>
<!-- Plugin versions are inherited from ASF parent pom: https://maven.apache.org/pom/asf/
For specific version use a property and define it in the parent pom.
Expand Down

0 comments on commit 92a61c2

Please sign in to comment.