This is an automated email from the ASF dual-hosted git repository. vinish pushed a commit to branch release-0.1.0-incubating-rc4 in repository https://gitbox.apache.org/repos/asf/incubator-xtable.git
commit 26b77995f3dddf1116c339ab39a7e0539c4fa045 Author: Vinish Reddy <[email protected]> AuthorDate: Fri Aug 16 12:36:23 2024 +0530 Create release branch for version 0.1.0-incubating. --- 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 d0428d9f..2a13f0d5 100644 --- a/pom.xml +++ b/pom.xml @@ -24,7 +24,7 @@ <artifactId>xtable</artifactId> <name>xtable</name> <inceptionYear>2024</inceptionYear> - <version>0.1.0-SNAPSHOT</version> + <version>0.1.0-incubating</version> <packaging>pom</packaging> <parent> diff --git a/xtable-api/pom.xml b/xtable-api/pom.xml index 71306aee..88451881 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-incubating</version> </parent> <dependencies> diff --git a/xtable-core/pom.xml b/xtable-core/pom.xml index f505d265..3dad4bec 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-incubating</version> </parent> <dependencies> diff --git a/xtable-hudi-support/pom.xml b/xtable-hudi-support/pom.xml index 9dd29d3c..4cc0705e 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-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 f149cb62..0be66067 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-incubating</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..08b49d56 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-incubating</version> </parent> <dependencies> diff --git a/xtable-utilities/pom.xml b/xtable-utilities/pom.xml index 9492aea3..305ca70f 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-incubating</version> </parent> <modelVersion>4.0.0</modelVersion>
