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

stoty pushed a commit to tag 2.2.0RC0
in repository https://gitbox.apache.org/repos/asf/phoenix-thirdparty.git

commit b8834024f7d0f03e6142f38380f9ac0f87ada216
Author: Istvan Toth <[email protected]>
AuthorDate: Fri Nov 7 08:22:43 2025 +0000

    Preparing phoenix-thirdparty release 2.2.0RC0; tagging and updates to 
CHANGES.md and RELEASENOTES.md
---
 CHANGES.md                         | 30 ++++++++++++++++++++++++++++++
 RELEASENOTES.md                    | 15 +++++++++++++++
 phoenix-shaded-commons-cli/pom.xml |  2 +-
 phoenix-shaded-guava/pom.xml       |  2 +-
 phoenix-shaded-protobuf/pom.xml    |  2 +-
 pom.xml                            |  2 +-
 6 files changed, 49 insertions(+), 4 deletions(-)

diff --git a/CHANGES.md b/CHANGES.md
index aa24301..fca41f1 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -18,6 +18,36 @@
 -->
 # PHOENIX Changelog
 
+## Release thirdparty-2.2.0 - Unreleased (as of 2025-11-07)
+
+
+
+### NEW FEATURES:
+
+| JIRA | Summary | Priority | Component |
+|:---- |:---- | :--- |:---- |
+| [PHOENIX-7693](https://issues.apache.org/jira/browse/PHOENIX-7693) | Add 
shaded protobuf module to phoenix-thirdparty |  Major | phoenix |
+
+
+### IMPROVEMENTS:
+
+| JIRA | Summary | Priority | Component |
+|:---- |:---- | :--- |:---- |
+| [PHOENIX-7613](https://issues.apache.org/jira/browse/PHOENIX-7613) | Update 
Apache parent pom to 31 |  Minor | core, queryserver, thirdparty |
+| [PHOENIX-7712](https://issues.apache.org/jira/browse/PHOENIX-7712) | Update 
commons-cli to 1.10.0 in phoenix-thirdparty |  Major | thirdparty |
+| [PHOENIX-7713](https://issues.apache.org/jira/browse/PHOENIX-7713) | Update 
Guava to 33.4.8-jre in phoenix-thirdparty |  Major | thirdparty |
+| [PHOENIX-7450](https://issues.apache.org/jira/browse/PHOENIX-7450) | Update 
commons-cli to 1.9 in phoenix-thirdparty |  Minor | thirdparty |
+
+
+### BUG FIXES:
+
+| JIRA | Summary | Priority | Component |
+|:---- |:---- | :--- |:---- |
+| [PHOENIX-7628](https://issues.apache.org/jira/browse/PHOENIX-7628) | Don't 
add Apache Snapshot Maven Repo by Default |  Major | . |
+| [PHOENIX-7488](https://issues.apache.org/jira/browse/PHOENIX-7488) | Use 
central repo, not repository.apache.org |  Major | connectors, omid, phoenix, 
thirdparty |
+
+
+
 ## Release thirdparty-2.1.0 - Unreleased (as of 2023-12-13)
 
 
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index 24ae76e..93da7f3 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -16,6 +16,21 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 -->
+# PHOENIX  thirdparty-2.2.0 Release Notes
+
+These release notes cover new developer and user-facing incompatibilities, 
important issues, features, and major improvements.
+
+
+---
+
+* [PHOENIX-7693](https://issues.apache.org/jira/browse/PHOENIX-7693) | *Major* 
| **Add shaded protobuf module to phoenix-thirdparty**
+
+phoenix-thirdparty now includes a relocated protbuf-java library.
+
+This library is is meant to be used by Omid to isolate its protobuf version 
from others on the classpath.
+
+
+
 # PHOENIX  thirdparty-2.1.0 Release Notes
 
 These release notes cover new developer and user-facing incompatibilities, 
important issues, features, and major improvements.
diff --git a/phoenix-shaded-commons-cli/pom.xml 
b/phoenix-shaded-commons-cli/pom.xml
index 378c70f..bd8846c 100644
--- a/phoenix-shaded-commons-cli/pom.xml
+++ b/phoenix-shaded-commons-cli/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.phoenix.thirdparty</groupId>
     <artifactId>phoenix-thirdparty</artifactId>
-    <version>2.2.0-SNAPSHOT</version>
+    <version>2.2.0</version>
   </parent>
   <artifactId>phoenix-shaded-commons-cli</artifactId>
   <name>Apache Phoenix Patched and Relocated (Shaded) Commons-CLI</name>
diff --git a/phoenix-shaded-guava/pom.xml b/phoenix-shaded-guava/pom.xml
index 1dd819f..42edd07 100644
--- a/phoenix-shaded-guava/pom.xml
+++ b/phoenix-shaded-guava/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.phoenix.thirdparty</groupId>
     <artifactId>phoenix-thirdparty</artifactId>
-    <version>2.2.0-SNAPSHOT</version>
+    <version>2.2.0</version>
   </parent>
 
   <artifactId>phoenix-shaded-guava</artifactId>
diff --git a/phoenix-shaded-protobuf/pom.xml b/phoenix-shaded-protobuf/pom.xml
index d7abf7f..99bafbf 100644
--- a/phoenix-shaded-protobuf/pom.xml
+++ b/phoenix-shaded-protobuf/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.phoenix.thirdparty</groupId>
         <artifactId>phoenix-thirdparty</artifactId>
-        <version>2.2.0-SNAPSHOT</version>
+        <version>2.2.0</version>
     </parent>
     <artifactId>phoenix-shaded-protobuf</artifactId>
     <name>Apache Phoenix Relocated (Shaded) Protobuf-Java</name>
diff --git a/pom.xml b/pom.xml
index 729dc9a..4b6796e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@
 
   <groupId>org.apache.phoenix.thirdparty</groupId>
   <artifactId>phoenix-thirdparty</artifactId>
-  <version>2.2.0-SNAPSHOT</version>
+  <version>2.2.0</version>
   <packaging>pom</packaging>
   <name>Apache Phoenix Third-Party Libs</name>
   <description>Packaging of relocated (renamed, shaded) third-party libraries 
used by Phoenix.</description>

Reply via email to