This is an automated email from the ASF dual-hosted git repository.

lihao pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/auron.git


The following commit(s) were added to refs/heads/master by this push:
     new 30b6bd99 [RELEASE] Bump version 7.0.0-SNAPSHOT (#1343)
30b6bd99 is described below

commit 30b6bd99c3bf6a13f7d2626141364eb23b06159f
Author: Zhang Li <[email protected]>
AuthorDate: Thu Sep 25 16:09:38 2025 +0800

    [RELEASE] Bump version 7.0.0-SNAPSHOT (#1343)
---
 .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>

Reply via email to