From b0e053838c9110a978d99399df1360d38ade7440 Mon Sep 17 00:00:00 2001 From: Qingsheng Ren Date: Thu, 25 Apr 2024 17:49:07 +0800 Subject: [PATCH] [release] Update version to 3.2-SNAPSHOT This closes #3261. --- .github/workflows/build_docs.yml | 2 +- docs/config.toml | 4 ++-- .../docs/connectors/legacy-flink-cdc-sources/mongodb-cdc.md | 2 +- .../docs/connectors/legacy-flink-cdc-sources/mysql-cdc.md | 2 +- pom.xml | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/build_docs.yml b/.github/workflows/build_docs.yml index 446ebf4f42..4925e028f6 100644 --- a/.github/workflows/build_docs.yml +++ b/.github/workflows/build_docs.yml @@ -68,7 +68,7 @@ jobs: echo "flink_branch=${currentBranch}" >> ${GITHUB_ENV} if [ "${currentBranch}" = "master" ]; then - echo "flink_alias=release-3.1" >> ${GITHUB_ENV} + echo "flink_alias=release-3.2" >> ${GITHUB_ENV} elif [ "${currentBranch}" = "release-3.0" ]; then echo "flink_alias=stable" >> ${GITHUB_ENV} fi diff --git a/docs/config.toml b/docs/config.toml index 9882c4bf1b..2abea6444e 100644 --- a/docs/config.toml +++ b/docs/config.toml @@ -34,11 +34,11 @@ pygmentsUseClasses = true # we change the version for the complete docs when forking of a release branch # etc. # The full version string as referenced in Maven (e.g. 1.2.1) - Version = "3.1-SNAPSHOT" + Version = "3.2-SNAPSHOT" # For stable releases, leave the bugfix version out (e.g. 1.2). For snapshot # release this should be the same as the regular version - VersionTitle = "3.1-SNAPSHOT" + VersionTitle = "3.2-SNAPSHOT" # The branch for this version of Apache Flink CDC Branch = "master" diff --git a/docs/content.zh/docs/connectors/legacy-flink-cdc-sources/mongodb-cdc.md b/docs/content.zh/docs/connectors/legacy-flink-cdc-sources/mongodb-cdc.md index 27506de766..07ec4ae660 100644 --- a/docs/content.zh/docs/connectors/legacy-flink-cdc-sources/mongodb-cdc.md +++ b/docs/content.zh/docs/connectors/legacy-flink-cdc-sources/mongodb-cdc.md @@ -39,7 +39,7 @@ MongoDB CDC 连接器允许从 MongoDB 读取快照数据和增量数据。 本 org.apache.flink flink-connector-mongodb-cdc - 3.1-SNAPSHOT + 3.2-SNAPSHOT ``` diff --git a/docs/content.zh/docs/connectors/legacy-flink-cdc-sources/mysql-cdc.md b/docs/content.zh/docs/connectors/legacy-flink-cdc-sources/mysql-cdc.md index 9a1f33a173..5175964c43 100644 --- a/docs/content.zh/docs/connectors/legacy-flink-cdc-sources/mysql-cdc.md +++ b/docs/content.zh/docs/connectors/legacy-flink-cdc-sources/mysql-cdc.md @@ -46,7 +46,7 @@ MySQL CDC 连接器允许从 MySQL 数据库读取快照数据和增量数据。 org.apache.flink flink-connector-mysql-cdc - 3.1-SNAPSHOT + 3.2-SNAPSHOT ``` diff --git a/pom.xml b/pom.xml index 7454dca52e..33b8c521e2 100644 --- a/pom.xml +++ b/pom.xml @@ -62,7 +62,7 @@ limitations under the License. - 3.0-SNAPSHOT + 3.2-SNAPSHOT 1.8 2.12 ${java.version}