Skip to content

Commit

Permalink
[KYUUBI apache#6537] Upgrade Flink from 1.19.0 to 1.19.1
Browse files Browse the repository at this point in the history
  • Loading branch information
SteNicholas committed Jul 16, 2024
1 parent 1e3afdb commit b39d308
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ jobs:
comment: 'verify-on-flink-1.18-binary'
- java: 8
flink: '1.17'
flink-archive: '-Dflink.archive.mirror=https://archive.apache.org/dist/flink/flink-1.19.0 -Dflink.archive.name=flink-1.19.0-bin-scala_2.12.tgz'
flink-archive: '-Dflink.archive.mirror=https://archive.apache.org/dist/flink/flink-1.19.1 -Dflink.archive.name=flink-1.19.1-bin-scala_2.12.tgz'
comment: 'verify-on-flink-1.19-binary'
steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2103,7 +2103,7 @@
<profile>
<id>flink-1.19</id>
<properties>
<flink.version>1.19.0</flink.version>
<flink.version>1.19.1</flink.version>
</properties>
</profile>

Expand Down

0 comments on commit b39d308

Please sign in to comment.