Create release branch for version 0.3.0-incubating.
diff --git a/pom.xml b/pom.xml
index bed4d63..a22b9b0 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 43aa7ba..a0eaa5a 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 6018360..e738cc0 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 24bc31d..09a2d6f 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 16d5a5d..a0bad75 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 6029a97..1f2c52f 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 40478a0..a2a8843 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 e948ecb..7f5a23d 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 12dff68..e590413 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 5e37be6..8860181 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>