This is an automated email from the ASF dual-hosted git repository. vinish pushed a commit to branch release-0.3.0-incubating-rc3 in repository https://gitbox.apache.org/repos/asf/incubator-xtable.git
commit d59d4dfd2377f9cfde9661d85cb05e81db9f0662 Author: Vinish Reddy <vinishreddygunne...@gmail.com> AuthorDate: Fri May 9 22:47:49 2025 -0700 Create release branch for version 0.3.0-incubating. --- pom.xml | 5 ++--- xtable-api/pom.xml | 2 +- xtable-aws/pom.xml | 2 +- xtable-core/pom.xml | 2 +- xtable-hive-metastore/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-service/pom.xml | 2 +- xtable-utilities/pom.xml | 2 +- 10 files changed, 11 insertions(+), 12 deletions(-) diff --git a/pom.xml b/pom.xml index bed4d63b..a22b9b0f 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.3.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> <module>xtable-aws</module> <module>xtable-hive-metastore</module> <module>xtable-service</module> @@ -59,7 +58,7 @@ <properties> <project.version>0.2.0-SNAPSHOT</project.version> <!-- To ensure build content is re-producible --> - <project.build.outputTimestamp>2025-01-01T00:00:00Z</project.build.outputTimestamp> + <project.build.outputTimestamp>2025-05-10T05:47:43Z</project.build.outputTimestamp> <maven.compiler.target>8</maven.compiler.target> <avro.version>1.11.4</avro.version> <log4j.version>2.22.0</log4j.version> diff --git a/xtable-api/pom.xml b/xtable-api/pom.xml index 43aa7bac..a0eaa5a0 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.3.0-incubating</version> </parent> <artifactId>xtable-api</artifactId> diff --git a/xtable-aws/pom.xml b/xtable-aws/pom.xml index 6018360e..e738cc0b 100644 --- a/xtable-aws/pom.xml +++ b/xtable-aws/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.xtable</groupId> <artifactId>xtable</artifactId> - <version>0.2.0-SNAPSHOT</version> + <version>0.3.0-incubating</version> </parent> <artifactId>xtable-aws</artifactId> diff --git a/xtable-core/pom.xml b/xtable-core/pom.xml index 24bc31df..09a2d6f3 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.3.0-incubating</version> </parent> <artifactId>xtable-core_${scala.binary.version}</artifactId> diff --git a/xtable-hive-metastore/pom.xml b/xtable-hive-metastore/pom.xml index 16d5a5de..a0bad75e 100644 --- a/xtable-hive-metastore/pom.xml +++ b/xtable-hive-metastore/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.xtable</groupId> <artifactId>xtable</artifactId> - <version>0.2.0-SNAPSHOT</version> + <version>0.3.0-incubating</version> </parent> <artifactId>xtable-hive-metastore</artifactId> diff --git a/xtable-hudi-support/pom.xml b/xtable-hudi-support/pom.xml index 6029a977..1f2c52f8 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.3.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 40478a04..a2a8843c 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.3.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..7f5a23df 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.3.0-incubating</version> </parent> <artifactId>xtable-hudi-support-utils</artifactId> diff --git a/xtable-service/pom.xml b/xtable-service/pom.xml index 12dff680..e5904138 100644 --- a/xtable-service/pom.xml +++ b/xtable-service/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.xtable</groupId> <artifactId>xtable</artifactId> - <version>0.2.0-SNAPSHOT</version> + <version>0.3.0-incubating</version> </parent> <artifactId>xtable-service</artifactId> diff --git a/xtable-utilities/pom.xml b/xtable-utilities/pom.xml index 5e37be6c..88601810 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.3.0-incubating</version> </parent> <artifactId>xtable-utilities_${scala.binary.version}</artifactId>