This is an automated email from the ASF dual-hosted git repository.

renqs pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/flink-cdc.git


The following commit(s) were added to refs/heads/master by this push:
     new 6510e670f [FLINK-34959][cdc] Update old flink-cdc-connectors 
artifactId (#3200)
6510e670f is described below

commit 6510e670faa154d619937d97dc3f146eb162fac2
Author: xleoken <[email protected]>
AuthorDate: Sun Apr 7 17:15:28 2024 +0800

    [FLINK-34959][cdc] Update old flink-cdc-connectors artifactId (#3200)
---
 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 4dae64390..285462031 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";>
     <parent>
-        <artifactId>flink-cdc-connectors</artifactId>
+        <artifactId>flink-cdc</artifactId>
         <groupId>org.apache.flink</groupId>
         <version>${revision}</version>
     </parent>
diff --git a/flink-cdc-common/pom.xml b/flink-cdc-common/pom.xml
index f98719c52..ac6ab5623 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";>
     <parent>
-        <artifactId>flink-cdc-connectors</artifactId>
+        <artifactId>flink-cdc</artifactId>
         <groupId>org.apache.flink</groupId>
         <version>${revision}</version>
     </parent>
diff --git a/flink-cdc-composer/pom.xml b/flink-cdc-composer/pom.xml
index d17b7085f..12471f032 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";>
     <parent>
-        <artifactId>flink-cdc-connectors</artifactId>
+        <artifactId>flink-cdc</artifactId>
         <groupId>org.apache.flink</groupId>
         <version>${revision}</version>
     </parent>
diff --git a/flink-cdc-connect/pom.xml b/flink-cdc-connect/pom.xml
index e2068fe71..311038ffa 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";>
     <parent>
-        <artifactId>flink-cdc-connectors</artifactId>
+        <artifactId>flink-cdc</artifactId>
         <groupId>org.apache.flink</groupId>
         <version>${revision}</version>
     </parent>
diff --git a/flink-cdc-dist/pom.xml b/flink-cdc-dist/pom.xml
index dbbcd9117..b27233ec0 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";>
     <parent>
-        <artifactId>flink-cdc-connectors</artifactId>
+        <artifactId>flink-cdc</artifactId>
         <groupId>org.apache.flink</groupId>
         <version>${revision}</version>
     </parent>
diff --git a/flink-cdc-e2e-tests/pom.xml b/flink-cdc-e2e-tests/pom.xml
index de3de95c6..b22be5c23 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";>
     <parent>
-        <artifactId>flink-cdc-connectors</artifactId>
+        <artifactId>flink-cdc</artifactId>
         <groupId>org.apache.flink</groupId>
         <version>${revision}</version>
     </parent>
diff --git a/flink-cdc-runtime/pom.xml b/flink-cdc-runtime/pom.xml
index 61a4b1f3b..77c1e6014 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";>
     <parent>
-        <artifactId>flink-cdc-connectors</artifactId>
+        <artifactId>flink-cdc</artifactId>
         <groupId>org.apache.flink</groupId>
         <version>${revision}</version>
     </parent>
diff --git a/pom.xml b/pom.xml
index a2104faac..adec85874 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@ limitations under the License.
     <modelVersion>4.0.0</modelVersion>
 
     <groupId>org.apache.flink</groupId>
-    <artifactId>flink-cdc-connectors</artifactId>
+    <artifactId>flink-cdc</artifactId>
     <version>${revision}</version>
     <packaging>pom</packaging>
 

Reply via email to