This is an automated email from the ASF dual-hosted git repository. vinish pushed a commit to branch release-0.3.0-incubating-rc1 in repository https://gitbox.apache.org/repos/asf/incubator-xtable.git
commit 6ba9e6d66bca144addcef2a949abd0284b9c9ac1 Author: Vinish Reddy <vinishreddygunne...@gmail.com> AuthorDate: Mon Apr 7 16:32:02 2025 -0700 Create release branch for version 0.3.0-incubating. --- pom.xml | 2 +- xtable-api/pom.xml | 2 +- xtable-aws/pom.xml | 2 +- xtable-core/pom.xml | 2 +- xtable-hive-metastore/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 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/pom.xml b/pom.xml index 1a3ed564..1cb87f4c 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.3.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 43aa7bac..a0eaa5a0 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.3.0-incubating</version> </parent> <artifactId>xtable-api</artifactId> diff --git a/xtable-aws/pom.xml b/xtable-aws/pom.xml index dd1cbad7..5515177e 100644 --- a/xtable-aws/pom.xml +++ b/xtable-aws/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.xtable</groupId> <artifactId>xtable</artifactId> - <version>0.2.0-SNAPSHOT</version> + <version>0.3.0-incubating</version> </parent> <artifactId>xtable-aws</artifactId> diff --git a/xtable-core/pom.xml b/xtable-core/pom.xml index 24bc31df..09a2d6f3 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.3.0-incubating</version> </parent> <artifactId>xtable-core_${scala.binary.version}</artifactId> diff --git a/xtable-hive-metastore/pom.xml b/xtable-hive-metastore/pom.xml index 3be6b951..cd0ce025 100644 --- a/xtable-hive-metastore/pom.xml +++ b/xtable-hive-metastore/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.xtable</groupId> <artifactId>xtable</artifactId> - <version>0.2.0-SNAPSHOT</version> + <version>0.3.0-incubating</version> </parent> <artifactId>xtable-hive-metastore</artifactId> diff --git a/xtable-hudi-support/pom.xml b/xtable-hudi-support/pom.xml index 6029a977..1f2c52f8 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.3.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..36ea1f77 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.3.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..7f5a23df 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.3.0-incubating</version> </parent> <artifactId>xtable-hudi-support-utils</artifactId> diff --git a/xtable-utilities/pom.xml b/xtable-utilities/pom.xml index a550f73c..b4a31fb4 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.3.0-incubating</version> </parent> <artifactId>xtable-utilities_${scala.binary.version}</artifactId>