Skip to content

Commit

Permalink
Update version to 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrickRen committed Dec 6, 2023
1 parent b18d29a commit ba0d8ba
Show file tree
Hide file tree
Showing 37 changed files with 38 additions and 38 deletions.
2 changes: 1 addition & 1 deletion flink-cdc-cli/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ under the License.
<parent>
<artifactId>flink-cdc-connectors</artifactId>
<groupId>com.ververica</groupId>
<version>${revision}</version>
<version>3.0.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion flink-cdc-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ under the License.
<parent>
<artifactId>flink-cdc-connectors</artifactId>
<groupId>com.ververica</groupId>
<version>${revision}</version>
<version>3.0.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion flink-cdc-composer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ under the License.
<parent>
<artifactId>flink-cdc-connectors</artifactId>
<groupId>com.ververica</groupId>
<version>${revision}</version>
<version>3.0.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ under the License.
<parent>
<groupId>com.ververica</groupId>
<artifactId>flink-cdc-pipeline-connectors</artifactId>
<version>${revision}</version>
<version>3.0.0</version>
</parent>
<artifactId>flink-cdc-pipeline-connector-doris</artifactId>
<name>flink-cdc-pipeline-connector-doris</name>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>com.ververica</groupId>
<artifactId>flink-cdc-pipeline-connectors</artifactId>
<version>${revision}</version>
<version>3.0.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ under the License.
<parent>
<artifactId>flink-cdc-pipeline-connectors</artifactId>
<groupId>com.ververica</groupId>
<version>${revision}</version>
<version>3.0.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ under the License.
<parent>
<artifactId>flink-cdc-pipeline-connectors</artifactId>
<groupId>com.ververica</groupId>
<version>${revision}</version>
<version>3.0.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion flink-cdc-connect/flink-cdc-pipeline-connectors/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ under the License.
<parent>
<artifactId>flink-cdc-connect</artifactId>
<groupId>com.ververica</groupId>
<version>${revision}</version>
<version>3.0.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ under the License.
<parent>
<artifactId>flink-cdc-source-connectors</artifactId>
<groupId>com.ververica</groupId>
<version>${revision}</version>
<version>3.0.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ under the License.
<parent>
<artifactId>flink-cdc-source-connectors</artifactId>
<groupId>com.ververica</groupId>
<version>${revision}</version>
<version>3.0.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ under the License.
<parent>
<artifactId>flink-cdc-source-connectors</artifactId>
<groupId>com.ververica</groupId>
<version>${revision}</version>
<version>3.0.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ under the License.
<parent>
<artifactId>flink-cdc-source-connectors</artifactId>
<groupId>com.ververica</groupId>
<version>${revision}</version>
<version>3.0.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ under the License.
<parent>
<artifactId>flink-cdc-source-connectors</artifactId>
<groupId>com.ververica</groupId>
<version>${revision}</version>
<version>3.0.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ under the License.
<parent>
<artifactId>flink-cdc-source-connectors</artifactId>
<groupId>com.ververica</groupId>
<version>${revision}</version>
<version>3.0.0</version>
</parent>
<properties>
<!-- Because of oceanbase docker image can not expose port quickly, so we need to specify testcontainers version to 1.15.3 -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ under the License.
<parent>
<artifactId>flink-cdc-source-connectors</artifactId>
<groupId>com.ververica</groupId>
<version>${revision}</version>
<version>3.0.0</version>
</parent>
<properties>
<xdb.version>19.3.0.0</xdb.version>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ under the License.
<parent>
<artifactId>flink-cdc-source-connectors</artifactId>
<groupId>com.ververica</groupId>
<version>${revision}</version>
<version>3.0.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ under the License.
<parent>
<artifactId>flink-cdc-source-connectors</artifactId>
<groupId>com.ververica</groupId>
<version>${revision}</version>
<version>3.0.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ under the License.
<parent>
<artifactId>flink-cdc-source-connectors</artifactId>
<groupId>com.ververica</groupId>
<version>${revision}</version>
<version>3.0.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ under the License.
<parent>
<artifactId>flink-cdc-source-connectors</artifactId>
<groupId>com.ververica</groupId>
<version>${revision}</version>
<version>3.0.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ under the License.
<parent>
<artifactId>flink-cdc-source-connectors</artifactId>
<groupId>com.ververica</groupId>
<version>${revision}</version>
<version>3.0.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ under the License.
<parent>
<artifactId>flink-cdc-source-connectors</artifactId>
<groupId>com.ververica</groupId>
<version>${revision}</version>
<version>3.0.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ under the License.
<parent>
<artifactId>flink-cdc-source-connectors</artifactId>
<groupId>com.ververica</groupId>
<version>${revision}</version>
<version>3.0.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ under the License.
<parent>
<artifactId>flink-cdc-source-connectors</artifactId>
<groupId>com.ververica</groupId>
<version>${revision}</version>
<version>3.0.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ under the License.
<parent>
<artifactId>flink-cdc-source-connectors</artifactId>
<groupId>com.ververica</groupId>
<version>${revision}</version>
<version>3.0.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ under the License.
<parent>
<artifactId>flink-cdc-source-connectors</artifactId>
<groupId>com.ververica</groupId>
<version>${revision}</version>
<version>3.0.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ under the License.
<parent>
<artifactId>flink-cdc-source-connectors</artifactId>
<groupId>com.ververica</groupId>
<version>${revision}</version>
<version>3.0.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ under the License.
<parent>
<artifactId>flink-cdc-source-connectors</artifactId>
<groupId>com.ververica</groupId>
<version>${revision}</version>
<version>3.0.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ under the License.
<parent>
<artifactId>flink-cdc-source-connectors</artifactId>
<groupId>com.ververica</groupId>
<version>${revision}</version>
<version>3.0.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ under the License.
<parent>
<artifactId>flink-cdc-source-connectors</artifactId>
<groupId>com.ververica</groupId>
<version>${revision}</version>
<version>3.0.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion flink-cdc-connect/flink-cdc-source-connectors/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ under the License.
<parent>
<artifactId>flink-cdc-connect</artifactId>
<groupId>com.ververica</groupId>
<version>${revision}</version>
<version>3.0.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion flink-cdc-connect/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ under the License.
<parent>
<artifactId>flink-cdc-connectors</artifactId>
<groupId>com.ververica</groupId>
<version>${revision}</version>
<version>3.0.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion flink-cdc-dist/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ under the License.
<parent>
<artifactId>flink-cdc-connectors</artifactId>
<groupId>com.ververica</groupId>
<version>${revision}</version>
<version>3.0.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion flink-cdc-e2e-tests/flink-cdc-pipeline-e2e-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ under the License.
<parent>
<artifactId>flink-cdc-e2e-tests</artifactId>
<groupId>com.ververica</groupId>
<version>${revision}</version>
<version>3.0.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion flink-cdc-e2e-tests/flink-cdc-source-e2e-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ under the License.
<parent>
<artifactId>flink-cdc-e2e-tests</artifactId>
<groupId>com.ververica</groupId>
<version>${revision}</version>
<version>3.0.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion flink-cdc-e2e-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ under the License.
<parent>
<artifactId>flink-cdc-connectors</artifactId>
<groupId>com.ververica</groupId>
<version>${revision}</version>
<version>3.0.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion flink-cdc-runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ under the License.
<parent>
<artifactId>flink-cdc-connectors</artifactId>
<groupId>com.ververica</groupId>
<version>${revision}</version>
<version>3.0.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ under the License.

<groupId>com.ververica</groupId>
<artifactId>flink-cdc-connectors</artifactId>
<version>${revision}</version>
<version>3.0.0</version>
<packaging>pom</packaging>

<modules>
Expand Down Expand Up @@ -60,7 +60,7 @@ under the License.
</distributionManagement>

<properties>
<revision>3.0-SNAPSHOT</revision>
<revision>3.0.0</revision>
<java.version>1.8</java.version>
<scala.binary.version>2.12</scala.binary.version>
<maven.compiler.source>${java.version}</maven.compiler.source>
Expand Down

0 comments on commit ba0d8ba

Please sign in to comment.