This is an automated email from the ASF dual-hosted git repository. vinish pushed a commit to branch MINOR-move-to-0.2.0 in repository https://gitbox.apache.org/repos/asf/incubator-xtable.git
commit d69b0783ebd2931606dafb8aa1d22e2f79403b23 Author: Vinish Reddy <[email protected]> AuthorDate: Wed Aug 14 23:18:34 2024 +0530 [MINOR] Moving to 0.2.0-SNAPSHOT on main branch. --- 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..ce7749e1 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.2.0-SNAPSHOT</version> <packaging>pom</packaging> <parent> diff --git a/xtable-api/pom.xml b/xtable-api/pom.xml index 71306aee..fd31cbd8 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.2.0-SNAPSHOT</version> </parent> <dependencies> diff --git a/xtable-core/pom.xml b/xtable-core/pom.xml index f505d265..675915e4 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.2.0-SNAPSHOT</version> </parent> <dependencies> diff --git a/xtable-hudi-support/pom.xml b/xtable-hudi-support/pom.xml index 9dd29d3c..84f66e81 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.2.0-SNAPSHOT</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..a5965898 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.2.0-SNAPSHOT</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..2f9396bc 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.2.0-SNAPSHOT</version> </parent> <dependencies> diff --git a/xtable-utilities/pom.xml b/xtable-utilities/pom.xml index 9492aea3..e11ba253 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.2.0-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion>
