This is an automated email from the ASF dual-hosted git repository.
fcsaky pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/flink-connector-http.git
The following commit(s) were added to refs/heads/main by this push:
new f96155d [hotfix] Update to `flink-connector-parent` 1.1.0
f96155d is described below
commit f96155d5263f6dfa070546de3edcc8bf6f093aad
Author: David Radley <[email protected]>
AuthorDate: Tue Feb 24 17:01:55 2026 +0000
[hotfix] Update to `flink-connector-parent` 1.1.0
---
.github/workflows/push_pr.yml | 2 +-
.github/workflows/weekly.yml | 2 +-
pom.xml | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/.github/workflows/push_pr.yml b/.github/workflows/push_pr.yml
index 5a21114..f0c36ab 100644
--- a/.github/workflows/push_pr.yml
+++ b/.github/workflows/push_pr.yml
@@ -29,7 +29,7 @@ jobs:
strategy:
matrix:
flink: [ 1.20.0 ]
- jdk: [ '11', '17', '21' ]
+ jdk: [ '11', '17' ]
uses: apache/flink-connector-shared-utils/.github/workflows/ci.yml@ci_utils
with:
flink_version: ${{ matrix.flink }}
diff --git a/.github/workflows/weekly.yml b/.github/workflows/weekly.yml
index a8f6b05..2de57ec 100644
--- a/.github/workflows/weekly.yml
+++ b/.github/workflows/weekly.yml
@@ -37,5 +37,5 @@ jobs:
with:
flink_version: ${{ matrix.flink_branches.flink }}
connector_branch: ${{ matrix.flink_branches.branch }}
- jdk_version: ${{ matrix.flink_branches.jdk || '11, 17, 21' }}
+ jdk_version: ${{ matrix.flink_branches.jdk || '11, 17' }}
run_dependency_convergence: false
diff --git a/pom.xml b/pom.xml
index 593940f..45c6b29 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,7 +23,7 @@ under the License.
<parent>
<groupId>org.apache.flink</groupId>
<artifactId>flink-connector-parent</artifactId>
- <version>1.0.0</version>
+ <version>1.1.0</version>
</parent>
<modules>
<module>flink-connector-http</module>