We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17416fd commit 3b2d36aCopy full SHA for 3b2d36a
CHANGELOG.md
@@ -2,6 +2,10 @@
2
3
## [Unreleased]
4
5
+### Changed
6
+
7
+- Update Apache Flink to 1.15.1.
8
9
## [1.2.0] - 2022-07-08
10
11
- Update Apache Flink to 1.15.
pom.xml
@@ -4,7 +4,7 @@
<groupId>com.getindata</groupId>
<artifactId>flink-python-loader</artifactId>
- <version>1.3.0-SNAPSHOT</version>
+ <version>1.2.1-SNAPSHOT</version>
<packaging>jar</packaging>
<name>flink-python-loader</name>
@@ -45,7 +45,7 @@
45
</distributionManagement>
46
47
<properties>
48
- <flink.version>1.15.0</flink.version>
+ <flink.version>1.15.1</flink.version>
49
<scala.major.version>2.12</scala.major.version>
50
<maven.compiler.source>8</maven.compiler.source>
51
<maven.compiler.target>8</maven.compiler.target>
0 commit comments