Skip to content

Commit d5005e3

Browse files
authored
Merge branch 'apache:master' into auron-1996
2 parents b94ad8f + 299f00e commit d5005e3

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build-amd64-releases.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
sparkver: [spark-3.0, spark-3.1, spark-3.2, spark-3.3, spark-3.4, spark-3.5]
4141
scalaver: [ 2.12, 2.13 ]
4242
javaver: [ 8, 21 ]
43-
auronver: [7.0.0-SNAPSHOT]
43+
auronver: [7.0.0-incubating]
4444
runner: [ ubuntu-24.04 ]
4545
exclude:
4646
# Only build on scala-2.13 for spark-3.5

.github/workflows/build-arm-releases.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
strategy:
3939
matrix:
4040
sparkver: [spark-3.0, spark-3.1, spark-3.2, spark-3.3, spark-3.4, spark-3.5]
41-
auronver: [7.0.0-SNAPSHOT]
41+
auronver: [7.0.0-incubating]
4242
scalaver: [2.12, 2.13]
4343
javaver: [ 8, 21 ]
4444
runner: [ ubuntu-24.04-arm ]

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
</modules>
4747

4848
<properties>
49-
<project.version>7.0.0-SNAPSHOT</project.version>
49+
<project.version>7.0.0-incubating</project.version>
5050
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
5151
<arrowVersion>16.0.0</arrowVersion>
5252
<bytebuddyVersion>1.14.11</bytebuddyVersion>

0 commit comments

Comments
 (0)