From f5223082068b890cc0627e5a44f5dbdcc6e9dd4d Mon Sep 17 00:00:00 2001 From: Qingsheng Ren Date: Fri, 26 Apr 2024 21:51:38 +0800 Subject: [PATCH] [hotfix] Change parent POM's artifact ID to flink-cdc-parent --- flink-cdc-cli/pom.xml | 2 +- flink-cdc-common/pom.xml | 2 +- flink-cdc-composer/pom.xml | 2 +- flink-cdc-connect/pom.xml | 2 +- flink-cdc-dist/pom.xml | 2 +- flink-cdc-e2e-tests/pom.xml | 2 +- flink-cdc-runtime/pom.xml | 2 +- pom.xml | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/flink-cdc-cli/pom.xml b/flink-cdc-cli/pom.xml index 1aa57f336..251897bcb 100644 --- a/flink-cdc-cli/pom.xml +++ b/flink-cdc-cli/pom.xml @@ -19,7 +19,7 @@ limitations under the License. xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> - flink-cdc + flink-cdc-parent org.apache.flink ${revision} diff --git a/flink-cdc-common/pom.xml b/flink-cdc-common/pom.xml index 10bd9df6f..95f7d5fe0 100644 --- a/flink-cdc-common/pom.xml +++ b/flink-cdc-common/pom.xml @@ -19,7 +19,7 @@ limitations under the License. xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> - flink-cdc + flink-cdc-parent org.apache.flink ${revision} diff --git a/flink-cdc-composer/pom.xml b/flink-cdc-composer/pom.xml index 12471f032..1a87ac78d 100644 --- a/flink-cdc-composer/pom.xml +++ b/flink-cdc-composer/pom.xml @@ -19,7 +19,7 @@ limitations under the License. xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> - flink-cdc + flink-cdc-parent org.apache.flink ${revision} diff --git a/flink-cdc-connect/pom.xml b/flink-cdc-connect/pom.xml index 311038ffa..543d8b46c 100644 --- a/flink-cdc-connect/pom.xml +++ b/flink-cdc-connect/pom.xml @@ -19,7 +19,7 @@ limitations under the License. xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> - flink-cdc + flink-cdc-parent org.apache.flink ${revision} diff --git a/flink-cdc-dist/pom.xml b/flink-cdc-dist/pom.xml index b27233ec0..572302c36 100644 --- a/flink-cdc-dist/pom.xml +++ b/flink-cdc-dist/pom.xml @@ -19,7 +19,7 @@ limitations under the License. xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> - flink-cdc + flink-cdc-parent org.apache.flink ${revision} diff --git a/flink-cdc-e2e-tests/pom.xml b/flink-cdc-e2e-tests/pom.xml index 3ac5fe598..28d16beee 100644 --- a/flink-cdc-e2e-tests/pom.xml +++ b/flink-cdc-e2e-tests/pom.xml @@ -19,7 +19,7 @@ limitations under the License. xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> - flink-cdc + flink-cdc-parent org.apache.flink ${revision} diff --git a/flink-cdc-runtime/pom.xml b/flink-cdc-runtime/pom.xml index 77c1e6014..57194470a 100644 --- a/flink-cdc-runtime/pom.xml +++ b/flink-cdc-runtime/pom.xml @@ -19,7 +19,7 @@ limitations under the License. xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> - flink-cdc + flink-cdc-parent org.apache.flink ${revision} diff --git a/pom.xml b/pom.xml index e58899059..1dee43501 100644 --- a/pom.xml +++ b/pom.xml @@ -28,7 +28,7 @@ limitations under the License. 4.0.0 org.apache.flink - flink-cdc + flink-cdc-parent ${revision} pom