This is an automated email from the ASF dual-hosted git repository. vinish pushed a commit to branch release-0.3.0-incubating-rc2 in repository https://gitbox.apache.org/repos/asf/incubator-xtable.git
commit 9fea75ad235914e39bc8e74e41de442e4290879d Author: Vinish Reddy <vinishreddygunne...@gmail.com> AuthorDate: Wed Apr 16 21:29:30 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-utilities/pom.xml | 2 +- 9 files changed, 10 insertions(+), 11 deletions(-) diff --git a/pom.xml b/pom.xml index d70d45de..a242f5f7 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> </modules> @@ -58,7 +57,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-04-17T04:29:28Z</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 7d402bc9..ee2e1dc7 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 21bdfd11..8a9f35f1 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 05394814..8380233e 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-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>