Skip to content

Commit ecaf82e

Browse files
authored
[build] Update version to 3.5-SNAPSHOT
This closes #4008
1 parent a991169 commit ecaf82e

File tree

25 files changed

+5
-1930
lines changed

25 files changed

+5
-1930
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.4-SNAPSHOT
20+
ARG FLINK_CDC_VERSION=3.5-SNAPSHOT
2121
ARG PIPELINE_DEFINITION_FILE
2222

2323
RUN mkdir -p /opt/flink-cdc

docs/config.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,11 @@ pygmentsUseClasses = true
3434
# where we change the version for the complete docs when forking of a release
3535
# branch etc.
3636
# The full version string as referenced in Maven (e.g. 1.2.1)
37-
Version = "3.4-SNAPSHOT"
37+
Version = "3.5-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.4-SNAPSHOT"
41+
VersionTitle = "3.5-SNAPSHOT"
4242

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

6060
PreviousDocs = [
61+
["3.4", "https://nightlies.apache.org/flink/flink-cdc-docs-release-3.4"],
6162
["3.3", "https://nightlies.apache.org/flink/flink-cdc-docs-release-3.3"],
6263
["3.2", "https://nightlies.apache.org/flink/flink-cdc-docs-release-3.2"],
6364
["3.1", "https://nightlies.apache.org/flink/flink-cdc-docs-release-3.1"]

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ limitations under the License.
5959
</scm>
6060

6161
<properties>
62-
<revision>3.4-SNAPSHOT</revision>
62+
<revision>3.5-SNAPSHOT</revision>
6363
<scala.binary.version>2.12</scala.binary.version>
6464
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
6565
<!-- Enforce single fork execution due to heavy mini cluster use in the tests -->

tools/mig-test/.gitignore

Lines changed: 0 additions & 8 deletions
This file was deleted.

tools/mig-test/README.md

Lines changed: 0 additions & 38 deletions
This file was deleted.

tools/mig-test/conf/docker-compose.yml

Lines changed: 0 additions & 24 deletions
This file was deleted.

tools/mig-test/conf/pipeline-route.yaml

Lines changed: 0 additions & 41 deletions
This file was deleted.

tools/mig-test/datastream/README.md

Lines changed: 0 additions & 11 deletions
This file was deleted.

tools/mig-test/datastream/compile_jobs.rb

Lines changed: 0 additions & 26 deletions
This file was deleted.

tools/mig-test/datastream/datastream-3.2.0/.gitignore

Lines changed: 0 additions & 38 deletions
This file was deleted.

0 commit comments

Comments
 (0)