Skip to content

Commit 510ada0

Browse files
committed
HTTP-155 up parent connector level test
Signed-off-by: davidradl <[email protected]>
1 parent fec9dde commit 510ada0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/push_pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
compile_and_test:
2929
strategy:
3030
matrix:
31-
flink: [ 1.20-SNAPSHOT ]
31+
flink: [ 1.20.1 ]
3232
jdk: [ '11, 17, 21' ]
3333
uses: apache/flink-connector-shared-utils/.github/workflows/ci.yml@ci_utils
3434
with:

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ under the License.
2424
<parent>
2525
<groupId>org.apache.flink</groupId>
2626
<artifactId>flink-connector-parent</artifactId>
27-
<version>1.0.0</version>
27+
<version>1.1.0</version>
2828
</parent>
2929
<modules>
3030
<module>flink-connector-http</module>

0 commit comments

Comments
 (0)