This is an automated email from the ASF dual-hosted git repository. vinish pushed a commit to branch 0.2.0-incubating in repository https://gitbox.apache.org/repos/asf/incubator-xtable.git
commit 9e0e632806b188a5b4dd82d61ab39cd9d87d9885 Author: Vinish Reddy <[email protected]> AuthorDate: Thu Oct 31 12:22:44 2024 -0700 [MINOR] Update release version to reflect published 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 99b4fe1a..2fabf2c0 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 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>
