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 fec9dde commit 510ada0Copy full SHA for 510ada0
.github/workflows/push_pr.yml
@@ -28,7 +28,7 @@ jobs:
28
compile_and_test:
29
strategy:
30
matrix:
31
- flink: [ 1.20-SNAPSHOT ]
+ flink: [ 1.20.1 ]
32
jdk: [ '11, 17, 21' ]
33
uses: apache/flink-connector-shared-utils/.github/workflows/ci.yml@ci_utils
34
with:
pom.xml
@@ -24,7 +24,7 @@ under the License.
24
<parent>
25
<groupId>org.apache.flink</groupId>
26
<artifactId>flink-connector-parent</artifactId>
27
- <version>1.0.0</version>
+ <version>1.1.0</version>
</parent>
<modules>
<module>flink-connector-http</module>
0 commit comments