You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@phoenix.apache.org by ra...@apache.org on 2024/01/03 08:25:43 UTC

(phoenix-omid) branch master updated: OMID-254 Upgrade to phoenix-thirdparty 2.1.0 (#151)

This is an automated email from the ASF dual-hosted git repository.

rajeshbabu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/phoenix-omid.git


The following commit(s) were added to refs/heads/master by this push:
     new 16ffb39b OMID-254 Upgrade to phoenix-thirdparty 2.1.0 (#151)
16ffb39b is described below

commit 16ffb39bbf3b2257d63741339c9a560b08392708
Author: Nihal Jain <ni...@gmail.com>
AuthorDate: Wed Jan 3 13:55:37 2024 +0530

    OMID-254 Upgrade to phoenix-thirdparty 2.1.0 (#151)
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 5b7d1872..f68784e5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -154,7 +154,7 @@
         <!-- 3rd-Party Library Versioning -->
         <hbase.version>2.4.17</hbase.version>
         <hadoop.version>3.1.4</hadoop.version>
-        <phoenix.thirdparty.version>2.0.0</phoenix.thirdparty.version>
+        <phoenix.thirdparty.version>2.1.0</phoenix.thirdparty.version>
         <guice.version>5.1.0</guice.version>
         <testng.version>6.10</testng.version>
         <slf4j.version>1.7.36</slf4j.version>