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

vinish pushed a commit to branch release-0.2.0-incubating-rc2
in repository https://gitbox.apache.org/repos/asf/incubator-xtable.git

commit 9b1341332196924d6a8426f8b11a2f12dd66986b
Author: Vinish Reddy <vinishreddygunne...@gmail.com>
AuthorDate: Thu Oct 31 12:22:44 2024 -0700

    Create release branch for version 0.2.0-incubating.
---
 pom.xml                                                    | 2 +-
 xtable-api/pom.xml                                         | 2 +-
 xtable-core/pom.xml                                        | 2 +-
 xtable-hudi-support/pom.xml                                | 2 +-
 xtable-hudi-support/xtable-hudi-support-extensions/pom.xml | 2 +-
 xtable-hudi-support/xtable-hudi-support-utils/pom.xml      | 2 +-
 xtable-utilities/pom.xml                                   | 2 +-
 7 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/pom.xml b/pom.xml
index 99b4fe1a..019aee2d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -29,7 +29,7 @@
     <artifactId>xtable</artifactId>
     <name>XTable Project Parent POM</name>
     <inceptionYear>2024</inceptionYear>
-    <version>0.2.0-SNAPSHOT</version>
+    <version>0.2.0-incubating</version>
     <packaging>pom</packaging>
     <url>https://xtable.apache.org/</url>
 
diff --git a/xtable-api/pom.xml b/xtable-api/pom.xml
index 9436b775..e7a15788 100644
--- a/xtable-api/pom.xml
+++ b/xtable-api/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.xtable</groupId>
         <artifactId>xtable</artifactId>
-        <version>0.2.0-SNAPSHOT</version>
+        <version>0.2.0-incubating</version>
     </parent>
 
     <artifactId>xtable-api</artifactId>
diff --git a/xtable-core/pom.xml b/xtable-core/pom.xml
index f277495e..b3c92fe7 100644
--- a/xtable-core/pom.xml
+++ b/xtable-core/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.xtable</groupId>
         <artifactId>xtable</artifactId>
-        <version>0.2.0-SNAPSHOT</version>
+        <version>0.2.0-incubating</version>
     </parent>
 
     <artifactId>xtable-core_${scala.binary.version}</artifactId>
diff --git a/xtable-hudi-support/pom.xml b/xtable-hudi-support/pom.xml
index 6029a977..71452cef 100644
--- a/xtable-hudi-support/pom.xml
+++ b/xtable-hudi-support/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.xtable</groupId>
         <artifactId>xtable</artifactId>
-        <version>0.2.0-SNAPSHOT</version>
+        <version>0.2.0-incubating</version>
     </parent>
 
     <artifactId>xtable-hudi-support</artifactId>
diff --git a/xtable-hudi-support/xtable-hudi-support-extensions/pom.xml 
b/xtable-hudi-support/xtable-hudi-support-extensions/pom.xml
index fba3fe0a..d184af48 100644
--- a/xtable-hudi-support/xtable-hudi-support-extensions/pom.xml
+++ b/xtable-hudi-support/xtable-hudi-support-extensions/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.xtable</groupId>
         <artifactId>xtable-hudi-support</artifactId>
-        <version>0.2.0-SNAPSHOT</version>
+        <version>0.2.0-incubating</version>
     </parent>
 
     
<artifactId>xtable-hudi-support-extensions_${scala.binary.version}</artifactId>
diff --git a/xtable-hudi-support/xtable-hudi-support-utils/pom.xml 
b/xtable-hudi-support/xtable-hudi-support-utils/pom.xml
index e948ecbc..afead49a 100644
--- a/xtable-hudi-support/xtable-hudi-support-utils/pom.xml
+++ b/xtable-hudi-support/xtable-hudi-support-utils/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.xtable</groupId>
         <artifactId>xtable-hudi-support</artifactId>
-        <version>0.2.0-SNAPSHOT</version>
+        <version>0.2.0-incubating</version>
     </parent>
 
     <artifactId>xtable-hudi-support-utils</artifactId>
diff --git a/xtable-utilities/pom.xml b/xtable-utilities/pom.xml
index 8191af3c..ada4a1ab 100644
--- a/xtable-utilities/pom.xml
+++ b/xtable-utilities/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.xtable</groupId>
         <artifactId>xtable</artifactId>
-        <version>0.2.0-SNAPSHOT</version>
+        <version>0.2.0-incubating</version>
     </parent>
 
     <artifactId>xtable-utilities_${scala.binary.version}</artifactId>

Reply via email to