Skip to content

Commit b42b770

Browse files
committed
[release] Update version to 3.3-SNAPSHOT
1 parent 1042095 commit b42b770

File tree

46 files changed

+50
-50
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

46 files changed

+50
-50
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
FROM flink
1919

20-
ARG FLINK_CDC_VERSION=3.2-SNAPSHOT
20+
ARG FLINK_CDC_VERSION=3.3-SNAPSHOT
2121
ARG PIPELINE_DEFINITION_FILE
2222

2323
RUN mkdir -p /opt/flink-cdc

docs/config.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,11 @@ pygmentsUseClasses = true
3434
# we change the version for the complete docs when forking of a release branch
3535
# etc.
3636
# The full version string as referenced in Maven (e.g. 1.2.1)
37-
Version = "3.2-SNAPSHOT"
37+
Version = "3.3-SNAPSHOT"
3838

3939
# For stable releases, leave the bugfix version out (e.g. 1.2). For snapshot
4040
# release this should be the same as the regular version
41-
VersionTitle = "3.2-SNAPSHOT"
41+
VersionTitle = "3.3-SNAPSHOT"
4242

4343
# The branch for this version of Apache Flink CDC
4444
Branch = "master"
@@ -58,8 +58,8 @@ pygmentsUseClasses = true
5858
]
5959

6060
PreviousDocs = [
61+
["3.2", "https://nightlies.apache.org/flink/flink-cdc-docs-release-3.2"],
6162
["3.1", "https://nightlies.apache.org/flink/flink-cdc-docs-release-3.1"],
62-
["3.0", "https://nightlies.apache.org/flink/flink-cdc-docs-release-3.0"],
6363
]
6464

6565
[markup]

docs/content.zh/docs/connectors/flink-sources/mongodb-cdc.md

Lines changed: 1 addition & 1 deletion

docs/content.zh/docs/connectors/flink-sources/mysql-cdc.md

Lines changed: 1 addition & 1 deletion

flink-cdc-cli/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ limitations under the License.
2121
<parent>
2222
<artifactId>flink-cdc</artifactId>
2323
<groupId>org.apache.flink</groupId>
24-
<version>${revision}</version>
24+
<version>3.3-SNAPSHOT</version>
2525
</parent>
2626
<modelVersion>4.0.0</modelVersion>
2727

flink-cdc-common/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ limitations under the License.
2121
<parent>
2222
<artifactId>flink-cdc</artifactId>
2323
<groupId>org.apache.flink</groupId>
24-
<version>${revision}</version>
24+
<version>3.3-SNAPSHOT</version>
2525
</parent>
2626
<modelVersion>4.0.0</modelVersion>
2727

flink-cdc-composer/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ limitations under the License.
2121
<parent>
2222
<artifactId>flink-cdc</artifactId>
2323
<groupId>org.apache.flink</groupId>
24-
<version>${revision}</version>
24+
<version>3.3-SNAPSHOT</version>
2525
</parent>
2626
<modelVersion>4.0.0</modelVersion>
2727

flink-cdc-connect/flink-cdc-pipeline-connectors/flink-cdc-pipeline-connector-doris/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ limitations under the License.
2121
<parent>
2222
<groupId>org.apache.flink</groupId>
2323
<artifactId>flink-cdc-pipeline-connectors</artifactId>
24-
<version>${revision}</version>
24+
<version>3.3-SNAPSHOT</version>
2525
</parent>
2626
<artifactId>flink-cdc-pipeline-connector-doris</artifactId>
2727
<name>flink-cdc-pipeline-connector-doris</name>

flink-cdc-connect/flink-cdc-pipeline-connectors/flink-cdc-pipeline-connector-elasticsearch/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ limitations under the License.
2424
<parent>
2525
<groupId>org.apache.flink</groupId>
2626
<artifactId>flink-cdc-pipeline-connectors</artifactId>
27-
<version>${revision}</version>
27+
<version>3.3-SNAPSHOT</version>
2828
</parent>
2929

3030
<artifactId>flink-cdc-pipeline-connector-elasticsearch</artifactId>
@@ -197,7 +197,7 @@ limitations under the License.
197197
<dependency>
198198
<groupId>org.apache.flink</groupId>
199199
<artifactId>flink-cdc-composer</artifactId>
200-
<version>${revision}</version>
200+
<version>3.3-SNAPSHOT</version>
201201
<scope>test</scope>
202202
</dependency>
203203
</dependencies>

flink-cdc-connect/flink-cdc-pipeline-connectors/flink-cdc-pipeline-connector-kafka/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ limitations under the License.
2222
<parent>
2323
<artifactId>flink-cdc-pipeline-connectors</artifactId>
2424
<groupId>org.apache.flink</groupId>
25-
<version>${revision}</version>
25+
<version>3.3-SNAPSHOT</version>
2626
</parent>
2727
<modelVersion>4.0.0</modelVersion>
2828

0 commit comments

Comments
 (0)