Skip to content

Commit 9e0e632

Browse files
committed
[MINOR] Update release version to reflect published version 0.2.0-incubating
1 parent fb08e2d commit 9e0e632

File tree

7 files changed

+7
-8
lines changed

7 files changed

+7
-8
lines changed

pom.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<artifactId>xtable</artifactId>
3030
<name>XTable Project Parent POM</name>
3131
<inceptionYear>2024</inceptionYear>
32-
<version>0.2.0-SNAPSHOT</version>
32+
<version>0.2.0-incubating</version>
3333
<packaging>pom</packaging>
3434
<url>https://xtable.apache.org/</url>
3535

@@ -50,7 +50,6 @@
5050
<module>xtable-api</module>
5151
<module>xtable-hudi-support</module>
5252
<module>xtable-core</module>
53-
<module>xtable-utilities</module>
5453
</modules>
5554

5655
<properties>

xtable-api/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>org.apache.xtable</groupId>
2424
<artifactId>xtable</artifactId>
25-
<version>0.2.0-SNAPSHOT</version>
25+
<version>0.2.0-incubating</version>
2626
</parent>
2727

2828
<artifactId>xtable-api</artifactId>

xtable-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>org.apache.xtable</groupId>
2424
<artifactId>xtable</artifactId>
25-
<version>0.2.0-SNAPSHOT</version>
25+
<version>0.2.0-incubating</version>
2626
</parent>
2727

2828
<artifactId>xtable-core_${scala.binary.version}</artifactId>

xtable-hudi-support/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>org.apache.xtable</groupId>
2424
<artifactId>xtable</artifactId>
25-
<version>0.2.0-SNAPSHOT</version>
25+
<version>0.2.0-incubating</version>
2626
</parent>
2727

2828
<artifactId>xtable-hudi-support</artifactId>

xtable-hudi-support/xtable-hudi-support-extensions/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>org.apache.xtable</groupId>
2525
<artifactId>xtable-hudi-support</artifactId>
26-
<version>0.2.0-SNAPSHOT</version>
26+
<version>0.2.0-incubating</version>
2727
</parent>
2828

2929
<artifactId>xtable-hudi-support-extensions_${scala.binary.version}</artifactId>

xtable-hudi-support/xtable-hudi-support-utils/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>org.apache.xtable</groupId>
2424
<artifactId>xtable-hudi-support</artifactId>
25-
<version>0.2.0-SNAPSHOT</version>
25+
<version>0.2.0-incubating</version>
2626
</parent>
2727

2828
<artifactId>xtable-hudi-support-utils</artifactId>

xtable-utilities/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>org.apache.xtable</groupId>
2424
<artifactId>xtable</artifactId>
25-
<version>0.2.0-SNAPSHOT</version>
25+
<version>0.2.0-incubating</version>
2626
</parent>
2727

2828
<artifactId>xtable-utilities_${scala.binary.version}</artifactId>

0 commit comments

Comments
 (0)