Skip to content

Commit bdba715

Browse files
author
Dongwei
committed
[build] Update expr.version to quickBI-v4.0.0
1 parent 3391ac5 commit bdba715

3 files changed

Lines changed: 6 additions & 5 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Build
22

33
on:
44
push:
5-
branches: [ main, quickBI-v3.0.0 ]
5+
branches: [ main, quickBI-v4.0.0 ]
66
paths:
77
- "**/*.java"
88
- "**/*.h"
@@ -13,7 +13,7 @@ on:
1313
- "settings.gradle"
1414
- ".github/workflows/build.yml"
1515
pull_request:
16-
branches: [ main, quickBI-v3.0.0 ]
16+
branches: [ main, quickBI-v4.0.0 ]
1717

1818
env:
1919
# Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.)

.github/workflows/publish.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
on:
99
branches:
1010
- main
11-
- quickBI-v3.0.0
11+
- quickBI-v4.0.0
1212
pull_requests:
1313
- merged
1414

@@ -27,8 +27,9 @@ jobs:
2727
steps:
2828
- uses: actions/checkout@v4
2929
with:
30+
ref: 'quickBI-v4.0.0'
3031
submodules: recursive
31-
32+
3233
- name: Set up JDK 17
3334
uses: actions/setup-java@v4
3435
with:

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ org.gradle.caching=true
2222
# Dingo group & version
2323
#
2424
GROUP=io.dingodb.expr
25-
VERSION=5.0.0-SNAPSHOT
25+
VERSION=quickBI-v4.0.0-SNAPSHOT
2626

2727
#
2828
# Library versions

0 commit comments

Comments
 (0)