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
commit ed337729c25914501b00ebc86a9312b990a19987 Author: Vinish Reddy <[email protected]> AuthorDate: Sat Aug 3 20:11:06 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..cdc7b7b7 100644 --- a/pom.xml +++ b/pom.xml @@ -30,7 +30,7 @@ <version>31</version> </parent> - <version>0.1.0-SNAPSHOT</version> + <version>0.1.0-rc2</version> <packaging>pom</packaging> <modules> diff --git a/xtable-api/pom.xml b/xtable-api/pom.xml index 5de330c8..5e301648 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>0.1.0-rc2</version> </parent> <dependencies> diff --git a/xtable-core/pom.xml b/xtable-core/pom.xml index cd4fa2ee..1ce66732 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>0.1.0-rc2</version> </parent> <dependencies> diff --git a/xtable-hudi-support/pom.xml b/xtable-hudi-support/pom.xml index 16daa629..be415d5e 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>0.1.0-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..4220f324 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>0.1.0-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..0432f1a6 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>0.1.0-rc2</version> </parent> <dependencies> diff --git a/xtable-utilities/pom.xml b/xtable-utilities/pom.xml index 61b1dfed..ced8f7ba 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>0.1.0-rc2</version> </parent> <modelVersion>4.0.0</modelVersion>
