This is an automated email from the ASF dual-hosted git repository. richox pushed a commit to branch dev-7.0.0-SNAPSHOT in repository https://gitbox.apache.org/repos/asf/auron.git
commit ded2b2f0bc2860379a0fca5c6b26cef7283570e8 Author: zhangli20 <[email protected]> AuthorDate: Wed Sep 24 21:46:44 2025 +0800 [RELEASE] Bump version 7.0.0-SNAPSHOT --- .github/workflows/build-arm-releases.yml | 2 +- .github/workflows/build-ce7-releases.yml | 2 +- pom.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-arm-releases.yml b/.github/workflows/build-arm-releases.yml index 7a4679a6..46801405 100644 --- a/.github/workflows/build-arm-releases.yml +++ b/.github/workflows/build-arm-releases.yml @@ -37,7 +37,7 @@ jobs: strategy: matrix: sparkver: [spark-3.0, spark-3.1, spark-3.2, spark-3.3, spark-3.4, spark-3.5] - auronver: [6.0.0-incubating] + auronver: [7.0.0-SNAPSHOT] scalaver: [2.12, 2.13] javaver: [ 8 ] runner: [ubuntu-22.04-arm, ubuntu-24.04-arm ] diff --git a/.github/workflows/build-ce7-releases.yml b/.github/workflows/build-ce7-releases.yml index d9b5def4..1405292d 100644 --- a/.github/workflows/build-ce7-releases.yml +++ b/.github/workflows/build-ce7-releases.yml @@ -38,7 +38,7 @@ jobs: matrix: sparkver: [spark-3.0, spark-3.1, spark-3.2, spark-3.3, spark-3.4, spark-3.5] scalaver: [ 2.12, 2.13 ] - auronver: [6.0.0-incubating] + auronver: [7.0.0-SNAPSHOT] runner: [ce7] exclude: # Only build on scala-2.13 for spark-3.5 diff --git a/pom.xml b/pom.xml index b11b81c7..9795757d 100644 --- a/pom.xml +++ b/pom.xml @@ -44,7 +44,7 @@ </modules> <properties> - <project.version>6.0.0-incubating</project.version> + <project.version>7.0.0-SNAPSHOT</project.version> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <arrowVersion>16.0.0</arrowVersion> <bytebuddyVersion>1.12.10</bytebuddyVersion>
