You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by ma...@apache.org on 2022/12/06 16:38:16 UTC

[flink-connector-pulsar] 15/16: [FLINK-30254][Connector/Pulsar] Sync Pulsar updates and set Flink version to 1.17-SNAPSHOT

This is an automated email from the ASF dual-hosted git repository.

martijnvisser pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/flink-connector-pulsar.git

commit d330e403dfe6e2b1cb5051c93d1ff77d103746a3
Author: Martijn Visser <ma...@apache.org>
AuthorDate: Wed Nov 30 20:03:59 2022 +0100

    [FLINK-30254][Connector/Pulsar] Sync Pulsar updates and set Flink version to 1.17-SNAPSHOT
---
 .github/workflows/push_pr.yml | 6 +++---
 .github/workflows/weekly.yml  | 2 +-
 pom.xml                       | 2 +-
 3 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/.github/workflows/push_pr.yml b/.github/workflows/push_pr.yml
index be18918..759de4b 100644
--- a/.github/workflows/push_pr.yml
+++ b/.github/workflows/push_pr.yml
@@ -22,6 +22,6 @@ jobs:
   compile_and_test:
     uses: ./.github/workflows/ci.yml
     with:
-      flink_version: 1.16.0
-      flink_url: https://dist.apache.org/repos/dist/release/flink/flink-1.16.0/flink-1.16.0-bin-scala_2.12.tgz
-      cache_flink_binary: true
\ No newline at end of file
+      flink_version: 1.17-SNAPSHOT
+      flink_url: https://s3.amazonaws.com/flink-nightly/flink-1.17-SNAPSHOT-bin-scala_2.12.tgz
+      cache_flink_binary: false
\ No newline at end of file
diff --git a/.github/workflows/weekly.yml b/.github/workflows/weekly.yml
index 28aed6b..cb628f2 100644
--- a/.github/workflows/weekly.yml
+++ b/.github/workflows/weekly.yml
@@ -24,7 +24,7 @@ jobs:
   compile_and_test:
     strategy:
       matrix:
-        flink: [1.16-SNAPSHOT, 1.17-SNAPSHOT]
+        flink: [1.17-SNAPSHOT]
     uses: ./.github/workflows/ci.yml
     with:
       flink_version: ${{ matrix.flink }}
diff --git a/pom.xml b/pom.xml
index 2fca0a9..9c5040e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -48,7 +48,7 @@ under the License.
     </modules>
 
     <properties>
-        <flink.version>1.16.0</flink.version>
+        <flink.version>1.17-SNAPSHOT</flink.version>
 
         <jackson-bom.version>2.13.4.20221013</jackson-bom.version>
         <grpc-bom.version>1.45.1</grpc-bom.version>