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

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


The following commit(s) were added to refs/heads/master by this push:
     new 40cfb43  Update version to 2.2.1-SNAPSHOT after release
40cfb43 is described below

commit 40cfb434f5bce6126453a7602fac3a2d5fcce657
Author: Istvan Toth <[email protected]>
AuthorDate: Wed Dec 10 11:41:47 2025 +0100

    Update version to 2.2.1-SNAPSHOT after release
---
 phoenix-shaded-commons-cli/pom.xml | 2 +-
 phoenix-shaded-guava/pom.xml       | 2 +-
 phoenix-shaded-protobuf/pom.xml    | 2 +-
 pom.xml                            | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/phoenix-shaded-commons-cli/pom.xml 
b/phoenix-shaded-commons-cli/pom.xml
index bd8846c..7bf8231 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</version>
+    <version>2.2.1-SNAPSHOT</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 42edd07..0e065cc 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</version>
+    <version>2.2.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>phoenix-shaded-guava</artifactId>
diff --git a/phoenix-shaded-protobuf/pom.xml b/phoenix-shaded-protobuf/pom.xml
index 99bafbf..96c921f 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</version>
+        <version>2.2.1-SNAPSHOT</version>
     </parent>
     <artifactId>phoenix-shaded-protobuf</artifactId>
     <name>Apache Phoenix Relocated (Shaded) Protobuf-Java</name>
diff --git a/pom.xml b/pom.xml
index 4b6796e..c460756 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</version>
+  <version>2.2.1-SNAPSHOT</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