Skip to content

Commit 5d6144e

Browse files
chore[vitess-cdc]: Rebase from latest master
1 parent a966841 commit 5d6144e

File tree

3 files changed

+2
-8
lines changed

3 files changed

+2
-8
lines changed

docs/content/about.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,7 @@ fully leverage the ability of Debezium. See more about what is [Debezium](https:
2020
| [tidb-cdc](connectors/tidb-cdc.md) | <li> [TiDB](https://www.pingcap.com/): 5.1.x, 5.2.x, 5.3.x, 5.4.x, 6.0.0 | JDBC Driver: 8.0.27 |
2121
| [Vitess-cdc](connectors/vitess-cdc.md) | <li> [Vitess](https://vitess.io/): 8.0.x, 9.0.x | MySql JDBC Driver: 8.0.16 |
2222

23-
<<<<<<< HEAD
24-
## Supported Flink Versions
25-
26-
=======
2723
## Supported Flink Versions
28-
>>>>>>> 5b32644 (chore[vitess-cdc]: Rebase from latest master)
2924
The following table shows the version mapping between Flink<sup>®</sup> CDC Connectors and Flink<sup>®</sup>:
3025

3126
| Flink<sup>®</sup> CDC Version | Flink<sup>®</sup> Version |

flink-connector-vitess-cdc/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ under the License.
2121
<parent>
2222
<artifactId>flink-cdc-connectors</artifactId>
2323
<groupId>com.ververica</groupId>
24-
<version>2.2-SNAPSHOT</version>
24+
<version>2.3-SNAPSHOT</version>
2525
</parent>
2626
<modelVersion>4.0.0</modelVersion>
2727

flink-sql-connector-vitess-cdc/pom.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ under the License.
2121
<parent>
2222
<artifactId>flink-cdc-connectors</artifactId>
2323
<groupId>com.ververica</groupId>
24-
<version>2.2-SNAPSHOT</version>
24+
<version>2.3-SNAPSHOT</version>
2525
</parent>
2626
<modelVersion>4.0.0</modelVersion>
2727

@@ -52,7 +52,6 @@ under the License.
5252
<shadeTestJar>false</shadeTestJar>
5353
<artifactSet>
5454
<includes>
55-
5655
<include>io.debezium:debezium-api</include>
5756
<include>io.debezium:debezium-embedded</include>
5857
<include>io.debezium:debezium-core</include>

0 commit comments

Comments
 (0)