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 299f00ea [RELEASE] Bump version 7.0.0-incubating (#2007)
299f00ea is described below
commit 299f00eafd6b890a511c78b5bbf669f9eddbec90
Author: Ruilei Ma <[email protected]>
AuthorDate: Fri Feb 13 16:34:37 2026 +0800
[RELEASE] Bump version 7.0.0-incubating (#2007)
<!--
- Start the PR title with the related issue ID, e.g. '[AURON #XXXX]
Short summary...'.
-->
# Which issue does this PR close?
Closes #2006
# 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 4a239aa1..5a621118 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-SNAPSHOT]
+ auronver: [7.0.0-incubating]
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 90a2d48a..88fe898a 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-SNAPSHOT]
+ auronver: [7.0.0-incubating]
scalaver: [2.12, 2.13]
javaver: [ 8, 21 ]
runner: [ ubuntu-24.04-arm ]
diff --git a/pom.xml b/pom.xml
index faccbd3b..c93da923 100644
--- a/pom.xml
+++ b/pom.xml
@@ -46,7 +46,7 @@
</modules>
<properties>
- <project.version>7.0.0-SNAPSHOT</project.version>
+ <project.version>7.0.0-incubating</project.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<arrowVersion>16.0.0</arrowVersion>
<bytebuddyVersion>1.14.11</bytebuddyVersion>