Skip to content

Commit d99e718

Browse files
authored
[FLINK-36054][cdc][build] Fix Flink CDC parent pom and release scripts (#3540)
1 parent 3cb91fb commit d99e718

File tree

12 files changed

+44
-114
lines changed

12 files changed

+44
-114
lines changed

flink-cdc-cli/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ limitations under the License.
1919
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2020
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2121
<parent>
22-
<artifactId>flink-cdc</artifactId>
22+
<artifactId>flink-cdc-parent</artifactId>
2323
<groupId>org.apache.flink</groupId>
2424
<version>${revision}</version>
2525
</parent>

flink-cdc-common/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ limitations under the License.
1919
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2020
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2121
<parent>
22-
<artifactId>flink-cdc</artifactId>
22+
<artifactId>flink-cdc-parent</artifactId>
2323
<groupId>org.apache.flink</groupId>
2424
<version>${revision}</version>
2525
</parent>

flink-cdc-composer/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ limitations under the License.
1919
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2020
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2121
<parent>
22-
<artifactId>flink-cdc</artifactId>
22+
<artifactId>flink-cdc-parent</artifactId>
2323
<groupId>org.apache.flink</groupId>
2424
<version>${revision}</version>
2525
</parent>

flink-cdc-connect/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ limitations under the License.
1919
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2020
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2121
<parent>
22-
<artifactId>flink-cdc</artifactId>
22+
<artifactId>flink-cdc-parent</artifactId>
2323
<groupId>org.apache.flink</groupId>
2424
<version>${revision}</version>
2525
</parent>

flink-cdc-dist/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ limitations under the License.
1919
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2020
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2121
<parent>
22-
<artifactId>flink-cdc</artifactId>
22+
<artifactId>flink-cdc-parent</artifactId>
2323
<groupId>org.apache.flink</groupId>
2424
<version>${revision}</version>
2525
</parent>

flink-cdc-dist/src/main/assembly/assembly.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,13 @@ limitations under the License.
3232
<destName>flink-cdc-dist-${revision}.jar</destName>
3333
<fileMode>0644</fileMode>
3434
</file>
35+
36+
<!-- copy license -->
37+
<file>
38+
<source>../LICENSE</source>
39+
<outputDirectory/>
40+
<fileMode>0644</fileMode>
41+
</file>
3542
</files>
3643

3744
<fileSets>

flink-cdc-e2e-tests/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ limitations under the License.
1919
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2020
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2121
<parent>
22-
<artifactId>flink-cdc</artifactId>
22+
<artifactId>flink-cdc-parent</artifactId>
2323
<groupId>org.apache.flink</groupId>
2424
<version>${revision}</version>
2525
</parent>

flink-cdc-migration-tests/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ limitations under the License.
2121
<modelVersion>4.0.0</modelVersion>
2222
<parent>
2323
<groupId>org.apache.flink</groupId>
24-
<artifactId>flink-cdc</artifactId>
24+
<artifactId>flink-cdc-parent</artifactId>
2525
<version>${revision}</version>
2626
</parent>
2727

flink-cdc-pipeline-udf-examples/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ limitations under the License.
2121
<modelVersion>4.0.0</modelVersion>
2222
<parent>
2323
<groupId>org.apache.flink</groupId>
24-
<artifactId>flink-cdc</artifactId>
24+
<artifactId>flink-cdc-parent</artifactId>
2525
<version>${revision}</version>
2626
</parent>
2727

flink-cdc-runtime/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ limitations under the License.
1919
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2020
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2121
<parent>
22-
<artifactId>flink-cdc</artifactId>
22+
<artifactId>flink-cdc-parent</artifactId>
2323
<groupId>org.apache.flink</groupId>
2424
<version>${revision}</version>
2525
</parent>

0 commit comments

Comments
 (0)