From 4c413f2ceb165bc248732d77963a09c56e0edc09 Mon Sep 17 00:00:00 2001 From: Leonard Xu Date: Mon, 11 Dec 2023 18:40:56 +0800 Subject: [PATCH] [build][hotfix] Release branch should use SNAPSHOT version --- docs/data/pulsar.yml | 2 +- flink-connector-pulsar-e2e-tests/pom.xml | 2 +- flink-connector-pulsar/pom.xml | 2 +- flink-sql-connector-pulsar/pom.xml | 2 +- pom.xml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/data/pulsar.yml b/docs/data/pulsar.yml index 81b69bab..54de35eb 100644 --- a/docs/data/pulsar.yml +++ b/docs/data/pulsar.yml @@ -16,7 +16,7 @@ # limitations under the License. ################################################################################ -version: 4.1.0 +version: 4.1-SNAPSHOT flink_compatibility: [1.16, 1.17] variants: - maven: flink-connector-pulsar diff --git a/flink-connector-pulsar-e2e-tests/pom.xml b/flink-connector-pulsar-e2e-tests/pom.xml index 4643099a..c4554b93 100644 --- a/flink-connector-pulsar-e2e-tests/pom.xml +++ b/flink-connector-pulsar-e2e-tests/pom.xml @@ -23,7 +23,7 @@ under the License. org.apache.flink flink-connector-pulsar-parent - 4.1.0 + 4.1-SNAPSHOT 4.0.0 diff --git a/flink-connector-pulsar/pom.xml b/flink-connector-pulsar/pom.xml index 709cbfd0..9e23fa28 100644 --- a/flink-connector-pulsar/pom.xml +++ b/flink-connector-pulsar/pom.xml @@ -26,7 +26,7 @@ under the License. org.apache.flink flink-connector-pulsar-parent - 4.1.0 + 4.1-SNAPSHOT flink-connector-pulsar diff --git a/flink-sql-connector-pulsar/pom.xml b/flink-sql-connector-pulsar/pom.xml index 09babe6b..d6242dd2 100644 --- a/flink-sql-connector-pulsar/pom.xml +++ b/flink-sql-connector-pulsar/pom.xml @@ -26,7 +26,7 @@ under the License. org.apache.flink flink-connector-pulsar-parent - 4.1.0 + 4.1-SNAPSHOT flink-sql-connector-pulsar diff --git a/pom.xml b/pom.xml index 02fa6739..a2e68f28 100644 --- a/pom.xml +++ b/pom.xml @@ -31,7 +31,7 @@ under the License. org.apache.flink flink-connector-pulsar-parent - 4.1.0 + 4.1-SNAPSHOT Flink : Connectors : Pulsar : Parent pom 2022