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

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


The following commit(s) were added to refs/heads/release-v0.1.0 by this push:
     new 9431a3fc Create release branch for version 0.1.0
9431a3fc is described below

commit 9431a3fc528a6e491b0621a3362d483a70fbccee
Author: Vinish Reddy <[email protected]>
AuthorDate: Sat Aug 3 20:08:20 2024 +0530

    Create release branch for version 0.1.0
---
 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 8e864fc3..d830e57e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -30,7 +30,7 @@
         <version>31</version>
     </parent>
 
-    <version>0.1.0-SNAPSHOT</version>
+    <version>-rc2</version>
     <packaging>pom</packaging>
 
     <modules>
diff --git a/xtable-api/pom.xml b/xtable-api/pom.xml
index 5de330c8..6d71b688 100644
--- a/xtable-api/pom.xml
+++ b/xtable-api/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.xtable</groupId>
         <artifactId>incubator-xtable</artifactId>
-        <version>0.1.0-SNAPSHOT</version>
+        <version>-rc2</version>
     </parent>
 
     <dependencies>
diff --git a/xtable-core/pom.xml b/xtable-core/pom.xml
index cd4fa2ee..c1de52e0 100644
--- a/xtable-core/pom.xml
+++ b/xtable-core/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.xtable</groupId>
         <artifactId>incubator-xtable</artifactId>
-        <version>0.1.0-SNAPSHOT</version>
+        <version>-rc2</version>
     </parent>
 
     <dependencies>
diff --git a/xtable-hudi-support/pom.xml b/xtable-hudi-support/pom.xml
index 16daa629..5bf807dd 100644
--- a/xtable-hudi-support/pom.xml
+++ b/xtable-hudi-support/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.xtable</groupId>
         <artifactId>incubator-xtable</artifactId>
-        <version>0.1.0-SNAPSHOT</version>
+        <version>-rc2</version>
     </parent>
 
     <artifactId>incubator-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 e8b4a6a8..43a48054 100644
--- a/xtable-hudi-support/xtable-hudi-support-extensions/pom.xml
+++ b/xtable-hudi-support/xtable-hudi-support-extensions/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.xtable</groupId>
         <artifactId>incubator-xtable-hudi-support</artifactId>
-        <version>0.1.0-SNAPSHOT</version>
+        <version>-rc2</version>
     </parent>
 
     <dependencies>
diff --git a/xtable-hudi-support/xtable-hudi-support-utils/pom.xml 
b/xtable-hudi-support/xtable-hudi-support-utils/pom.xml
index e0f38430..cd130c32 100644
--- a/xtable-hudi-support/xtable-hudi-support-utils/pom.xml
+++ b/xtable-hudi-support/xtable-hudi-support-utils/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.xtable</groupId>
         <artifactId>incubator-xtable-hudi-support</artifactId>
-        <version>0.1.0-SNAPSHOT</version>
+        <version>-rc2</version>
     </parent>
 
     <dependencies>
diff --git a/xtable-utilities/pom.xml b/xtable-utilities/pom.xml
index 61b1dfed..7ff313e6 100644
--- a/xtable-utilities/pom.xml
+++ b/xtable-utilities/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.xtable</groupId>
         <artifactId>incubator-xtable</artifactId>
-        <version>0.1.0-SNAPSHOT</version>
+        <version>-rc2</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 

Reply via email to