Skip to content

Commit

Permalink
[KYUUBI #5962] Bump Flink 1.17.1 to 1.17.2
Browse files Browse the repository at this point in the history
# 🔍 Description
## Issue References 🔗

This pull request fixes when exec `./build/mvn clean package -Pmirror-cdn -DskipTests -Dapache.archive.dist=https://mirrors.aliyun.com/apache/`, it shows flink 1.17.1 is missing.

## Describe Your Solution 🔧

Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change.

## Types of changes 🔖

- [ ] Bugfix (non-breaking change which fixes an issue)
- [ ] New feature (non-breaking change which adds functionality)
- [ ] Breaking change (fix or feature that would cause existing functionality to change)

## Test Plan 🧪

#### Behavior Without This Pull Request ⚰️

#### Behavior With This Pull Request 🎉

#### Related Unit Tests

---

# Checklist 📝

- [ ] This patch was not authored or co-authored using [Generative Tooling](https://www.apache.org/legal/generative-tooling.html)

**Be nice. Be informative.**

Closes #5962 from liuxiaocs7/bump_flink.

Closes #5962

5a9496d [liuxiao] Bump Flink 1.17.1 to 1.17.2

Authored-by: liuxiao <[email protected]>
Signed-off-by: Cheng Pan <[email protected]>
  • Loading branch information
liuxiaocs7 authored and pan3793 committed Jan 11, 2024
1 parent 4855ffe commit bffbdbd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@
<failsafe.verion>2.4.4</failsafe.verion>
<fb303.version>0.9.3</fb303.version>
<flexmark.version>0.62.2</flexmark.version>
<flink.version>1.17.1</flink.version>
<flink.version>1.17.2</flink.version>
<flink.archive.name>flink-${flink.version}-bin-scala_2.12.tgz</flink.archive.name>
<flink.archive.mirror>${apache.archive.dist}/flink/flink-${flink.version}</flink.archive.mirror>
<flink.archive.download.skip>false</flink.archive.download.skip>
Expand Down Expand Up @@ -2337,7 +2337,7 @@
<profile>
<id>flink-1.17</id>
<properties>
<flink.version>1.17.1</flink.version>
<flink.version>1.17.2</flink.version>
</properties>
</profile>

Expand Down

0 comments on commit bffbdbd

Please sign in to comment.