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

richox 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 870fc247 [RELEASE] Bump version 8.0.0-SNAPSHOT (#2008)
870fc247 is described below

commit 870fc247d84f1d9b2864febc465dc7f983f8b0bc
Author: Ruilei Ma <[email protected]>
AuthorDate: Tue Feb 24 15:48:14 2026 +0800

    [RELEASE] Bump version 8.0.0-SNAPSHOT (#2008)
    
    # Which issue does this PR close?
    
    Closes #<issue_number>
    
    # Rationale for this change
    
    # What changes are included in this PR?
    
    # Are there any user-facing changes?
    
    # How was this patch tested?
---
 .github/workflows/build-amd64-releases.yml | 2 +-
 .github/workflows/build-arm-releases.yml   | 2 +-
 pom.xml                                    | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/build-amd64-releases.yml 
b/.github/workflows/build-amd64-releases.yml
index 5a621118..b7810934 100644
--- a/.github/workflows/build-amd64-releases.yml
+++ b/.github/workflows/build-amd64-releases.yml
@@ -40,7 +40,7 @@ jobs:
         sparkver: [spark-3.0, spark-3.1, spark-3.2, spark-3.3, spark-3.4, 
spark-3.5]
         scalaver: [ 2.12, 2.13 ]
         javaver: [ 8, 21 ]
-        auronver: [7.0.0-incubating]
+        auronver: [8.0.0-SNAPSHOT]
         runner: [ ubuntu-24.04 ]
         exclude:
           # Only build on scala-2.13 for spark-3.5
diff --git a/.github/workflows/build-arm-releases.yml 
b/.github/workflows/build-arm-releases.yml
index 88fe898a..fe3ab582 100644
--- a/.github/workflows/build-arm-releases.yml
+++ b/.github/workflows/build-arm-releases.yml
@@ -38,7 +38,7 @@ jobs:
     strategy:
       matrix:
         sparkver: [spark-3.0, spark-3.1, spark-3.2, spark-3.3, spark-3.4, 
spark-3.5]
-        auronver: [7.0.0-incubating]
+        auronver: [8.0.0-SNAPSHOT]
         scalaver: [2.12, 2.13]
         javaver: [ 8, 21 ]
         runner: [ ubuntu-24.04-arm ]
diff --git a/pom.xml b/pom.xml
index c93da923..57679d8f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -46,7 +46,7 @@
   </modules>
 
   <properties>
-    <project.version>7.0.0-incubating</project.version>
+    <project.version>8.0.0-SNAPSHOT</project.version>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
     <arrowVersion>16.0.0</arrowVersion>
     <bytebuddyVersion>1.14.11</bytebuddyVersion>

Reply via email to