This is an automated email from the ASF dual-hosted git repository. vinish pushed a commit to branch release-0.2.0-incubating-rc1 in repository https://gitbox.apache.org/repos/asf/incubator-xtable.git
commit e11411fd53db409cac5d572b68ed6a450f669810 Author: Vinish Reddy <[email protected]> AuthorDate: Thu Oct 3 11:05:33 2024 +0530 Create release branch for version 0.2.0-incubating. --- pom.xml | 3 +-- 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(+), 8 deletions(-) diff --git a/pom.xml b/pom.xml index 11172240..53b2ec12 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> @@ -50,7 +50,6 @@ <module>xtable-api</module> <module>xtable-hudi-support</module> <module>xtable-core</module> - <module>xtable-utilities</module> </modules> <properties> diff --git a/xtable-api/pom.xml b/xtable-api/pom.xml index 02e356d5..56cd75d0 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 37e012d9..0c7dfa18 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 66f4aa4a..c0b49bf3 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 f2448722..93a7348d 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 245b047d..f2ca54ae 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>
