This is an automated email from the ASF dual-hosted git repository. vinish pushed a commit to branch release-0.1.0 in repository https://gitbox.apache.org/repos/asf/incubator-xtable.git
commit afe7e873b667ea6b4317b48eb73bc33998a9ee34 Author: Vinish Reddy <vinishreddygunne...@gmail.com> AuthorDate: Thu Jul 11 14:31:28 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 5e80e419..d4c7df38 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-rc1</version> <packaging>pom</packaging> <modules> diff --git a/xtable-api/pom.xml b/xtable-api/pom.xml index 71306aee..cbac7365 100644 --- a/xtable-api/pom.xml +++ b/xtable-api/pom.xml @@ -25,7 +25,7 @@ <parent> <groupId>org.apache.xtable</groupId> <artifactId>xtable</artifactId> - <version>0.1.0-SNAPSHOT</version> + <version>0.1.0-rc1</version> </parent> <dependencies> diff --git a/xtable-core/pom.xml b/xtable-core/pom.xml index f505d265..85e748a2 100644 --- a/xtable-core/pom.xml +++ b/xtable-core/pom.xml @@ -25,7 +25,7 @@ <parent> <groupId>org.apache.xtable</groupId> <artifactId>xtable</artifactId> - <version>0.1.0-SNAPSHOT</version> + <version>0.1.0-rc1</version> </parent> <dependencies> diff --git a/xtable-hudi-support/pom.xml b/xtable-hudi-support/pom.xml index 9dd29d3c..514ff11e 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.1.0-SNAPSHOT</version> + <version>0.1.0-rc1</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 f149cb62..3c049935 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>xtable-hudi-support</artifactId> - <version>0.1.0-SNAPSHOT</version> + <version>0.1.0-rc1</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 5a44bde8..97550d47 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>xtable-hudi-support</artifactId> - <version>0.1.0-SNAPSHOT</version> + <version>0.1.0-rc1</version> </parent> <dependencies> diff --git a/xtable-utilities/pom.xml b/xtable-utilities/pom.xml index 9492aea3..53498961 100644 --- a/xtable-utilities/pom.xml +++ b/xtable-utilities/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.xtable</groupId> <artifactId>xtable</artifactId> - <version>0.1.0-SNAPSHOT</version> + <version>0.1.0-rc1</version> </parent> <modelVersion>4.0.0</modelVersion>