Skip to content

Commit adb7f8e

Browse files
authored
upgrade linkis version to 1.5.0 (#5049)
* upgrade linkis version to 1.5.0 * upgrade docker linkis version to 1.5.0
1 parent 709e594 commit adb7f8e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/integration-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
TAG: ${{ github.sha }}
4646
SKIP_TEST: true
4747
HUB: ghcr.io/apache/linkis
48-
LINKIS_VERSION: 1.5.0-SNAPSHOT
48+
LINKIS_VERSION: 1.5.0
4949
steps:
5050
- name: Free up disk space
5151
run: |

.github/workflows/publish-docker.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
TAG: ${{ github.sha }}
3535
SKIP_TEST: true
3636
HUB: ghcr.io/apache/linkis
37-
LINKIS_VERSION: 1.5.0-SNAPSHOT
37+
LINKIS_VERSION: 1.5.0
3838
steps:
3939
- name: Checkout
4040
uses: actions/checkout@v2

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@
102102
</snapshotRepository>
103103
</distributionManagement>
104104
<properties>
105-
<revision>1.5.0-SNAPSHOT</revision>
105+
<revision>1.5.0</revision>
106106

107107
<zookeeper.version>3.5.9</zookeeper.version>
108108
<curator.version>4.2.0</curator.version>

0 commit comments

Comments
 (0)