This is an automated email from the ASF dual-hosted git repository. xuba pushed a commit to branch update-0.9-snapshot in repository https://gitbox.apache.org/repos/asf/amoro-shade.git
commit a24f7567497a2175dd8c3267800ddfce57a54b0f Author: xuba <[email protected]> AuthorDate: Thu Nov 27 20:33:12 2025 +0800 Update version to 0.9-SNAPSHOT --- amoro-shade-guava-32/pom.xml | 4 ++-- amoro-shade-jackson-parent/amoro-shade-jackson-2/pom.xml | 2 +- .../amoro-shade-jackson-module-jsonSchema-2/pom.xml | 2 +- amoro-shade-jackson-parent/pom.xml | 4 ++-- amoro-shade-thrift/pom.xml | 4 ++-- amoro-shade-zookeeper-3/pom.xml | 4 ++-- pom.xml | 2 +- tools/releasing/create_release_branch.sh | 0 tools/releasing/create_source_release.sh | 0 tools/releasing/deploy_staging_jars.sh | 0 tools/releasing/update_branch_version.sh | 0 11 files changed, 11 insertions(+), 11 deletions(-) diff --git a/amoro-shade-guava-32/pom.xml b/amoro-shade-guava-32/pom.xml index 7070f9a..a36a76c 100644 --- a/amoro-shade-guava-32/pom.xml +++ b/amoro-shade-guava-32/pom.xml @@ -22,12 +22,12 @@ under the License. <parent> <groupId>org.apache.amoro</groupId> <artifactId>amoro-shade</artifactId> - <version>0.8-SNAPSHOT</version> + <version>0.9-SNAPSHOT</version> </parent> <artifactId>amoro-shade-guava-32</artifactId> <name>amoro-shade-guava-32</name> - <version>${guava.version}-0.8-SNAPSHOT</version> + <version>${guava.version}-0.9-SNAPSHOT</version> <dependencies> <dependency> diff --git a/amoro-shade-jackson-parent/amoro-shade-jackson-2/pom.xml b/amoro-shade-jackson-parent/amoro-shade-jackson-2/pom.xml index 0c583b2..18bd303 100644 --- a/amoro-shade-jackson-parent/amoro-shade-jackson-2/pom.xml +++ b/amoro-shade-jackson-parent/amoro-shade-jackson-2/pom.xml @@ -24,7 +24,7 @@ under the License. <parent> <groupId>org.apache.amoro</groupId> <artifactId>amoro-shade-jackson-parent</artifactId> - <version>2.14.2-0.8-SNAPSHOT</version> + <version>2.14.2-0.9-SNAPSHOT</version> </parent> <artifactId>amoro-shade-jackson-2</artifactId> diff --git a/amoro-shade-jackson-parent/amoro-shade-jackson-module-jsonSchema-2/pom.xml b/amoro-shade-jackson-parent/amoro-shade-jackson-module-jsonSchema-2/pom.xml index 569ad06..a0568cb 100644 --- a/amoro-shade-jackson-parent/amoro-shade-jackson-module-jsonSchema-2/pom.xml +++ b/amoro-shade-jackson-parent/amoro-shade-jackson-module-jsonSchema-2/pom.xml @@ -23,7 +23,7 @@ under the License. <parent> <groupId>org.apache.amoro</groupId> <artifactId>amoro-shade-jackson-parent</artifactId> - <version>2.14.2-0.8-SNAPSHOT</version> + <version>2.14.2-0.9-SNAPSHOT</version> </parent> <artifactId>amoro-shade-jackson-module-jsonSchema-2</artifactId> diff --git a/amoro-shade-jackson-parent/pom.xml b/amoro-shade-jackson-parent/pom.xml index 9eca17f..6b8acb9 100644 --- a/amoro-shade-jackson-parent/pom.xml +++ b/amoro-shade-jackson-parent/pom.xml @@ -24,12 +24,12 @@ under the License. <parent> <groupId>org.apache.amoro</groupId> <artifactId>amoro-shade</artifactId> - <version>0.8-SNAPSHOT</version> + <version>0.9-SNAPSHOT</version> </parent> <artifactId>amoro-shade-jackson-parent</artifactId> <name>amoro-shade-jackson-parent</name> - <version>2.14.2-0.8-SNAPSHOT</version> + <version>2.14.2-0.9-SNAPSHOT</version> <packaging>pom</packaging> diff --git a/amoro-shade-thrift/pom.xml b/amoro-shade-thrift/pom.xml index 0e68497..1c235f3 100644 --- a/amoro-shade-thrift/pom.xml +++ b/amoro-shade-thrift/pom.xml @@ -22,12 +22,12 @@ under the License. <parent> <groupId>org.apache.amoro</groupId> <artifactId>amoro-shade</artifactId> - <version>0.8-SNAPSHOT</version> + <version>0.9-SNAPSHOT</version> </parent> <artifactId>amoro-shade-thrift</artifactId> <name>amoro-shade-thrift</name> - <version>${thrift.version}-0.8-SNAPSHOT</version> + <version>${thrift.version}-0.9-SNAPSHOT</version> <dependencies> <dependency> diff --git a/amoro-shade-zookeeper-3/pom.xml b/amoro-shade-zookeeper-3/pom.xml index 45b6226..38a33a3 100644 --- a/amoro-shade-zookeeper-3/pom.xml +++ b/amoro-shade-zookeeper-3/pom.xml @@ -22,12 +22,12 @@ under the License. <parent> <groupId>org.apache.amoro</groupId> <artifactId>amoro-shade</artifactId> - <version>0.8-SNAPSHOT</version> + <version>0.9-SNAPSHOT</version> </parent> <artifactId>amoro-shade-zookeeper-3</artifactId> <name>amoro-shade-zookeeper-3</name> - <version>${zookeeper.version}-0.8-SNAPSHOT</version> + <version>${zookeeper.version}-0.9-SNAPSHOT</version> <properties> <zookeeper.version>3.9.4</zookeeper.version> diff --git a/pom.xml b/pom.xml index cf20ad6..be8fe94 100644 --- a/pom.xml +++ b/pom.xml @@ -35,7 +35,7 @@ under the License. </modules> <groupId>org.apache.amoro</groupId> <name>amoro-shade</name> - <version>0.8-SNAPSHOT</version> + <version>0.9-SNAPSHOT</version> <packaging>pom</packaging> <url>https://amoro.apache.org</url> diff --git a/tools/releasing/create_release_branch.sh b/tools/releasing/create_release_branch.sh old mode 100644 new mode 100755 diff --git a/tools/releasing/create_source_release.sh b/tools/releasing/create_source_release.sh old mode 100644 new mode 100755 diff --git a/tools/releasing/deploy_staging_jars.sh b/tools/releasing/deploy_staging_jars.sh old mode 100644 new mode 100755 diff --git a/tools/releasing/update_branch_version.sh b/tools/releasing/update_branch_version.sh old mode 100644 new mode 100755
