File tree Expand file tree Collapse file tree 12 files changed +44
-114
lines changed
flink-cdc-migration-tests
flink-cdc-pipeline-udf-examples Expand file tree Collapse file tree 12 files changed +44
-114
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ limitations under the License.
19
19
xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
20
20
xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
21
21
<parent >
22
- <artifactId >flink-cdc</artifactId >
22
+ <artifactId >flink-cdc-parent </artifactId >
23
23
<groupId >org.apache.flink</groupId >
24
24
<version >${revision} </version >
25
25
</parent >
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ limitations under the License.
19
19
xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
20
20
xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
21
21
<parent >
22
- <artifactId >flink-cdc</artifactId >
22
+ <artifactId >flink-cdc-parent </artifactId >
23
23
<groupId >org.apache.flink</groupId >
24
24
<version >${revision} </version >
25
25
</parent >
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ limitations under the License.
19
19
xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
20
20
xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
21
21
<parent >
22
- <artifactId >flink-cdc</artifactId >
22
+ <artifactId >flink-cdc-parent </artifactId >
23
23
<groupId >org.apache.flink</groupId >
24
24
<version >${revision} </version >
25
25
</parent >
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ limitations under the License.
19
19
xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
20
20
xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
21
21
<parent >
22
- <artifactId >flink-cdc</artifactId >
22
+ <artifactId >flink-cdc-parent </artifactId >
23
23
<groupId >org.apache.flink</groupId >
24
24
<version >${revision} </version >
25
25
</parent >
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ limitations under the License.
19
19
xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
20
20
xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
21
21
<parent >
22
- <artifactId >flink-cdc</artifactId >
22
+ <artifactId >flink-cdc-parent </artifactId >
23
23
<groupId >org.apache.flink</groupId >
24
24
<version >${revision} </version >
25
25
</parent >
Original file line number Diff line number Diff line change @@ -32,6 +32,13 @@ limitations under the License.
32
32
<destName >flink-cdc-dist-${revision}.jar</destName >
33
33
<fileMode >0644</fileMode >
34
34
</file >
35
+
36
+ <!-- copy license -->
37
+ <file >
38
+ <source >../LICENSE</source >
39
+ <outputDirectory />
40
+ <fileMode >0644</fileMode >
41
+ </file >
35
42
</files >
36
43
37
44
<fileSets >
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ limitations under the License.
19
19
xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
20
20
xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
21
21
<parent >
22
- <artifactId >flink-cdc</artifactId >
22
+ <artifactId >flink-cdc-parent </artifactId >
23
23
<groupId >org.apache.flink</groupId >
24
24
<version >${revision} </version >
25
25
</parent >
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ limitations under the License.
21
21
<modelVersion >4.0.0</modelVersion >
22
22
<parent >
23
23
<groupId >org.apache.flink</groupId >
24
- <artifactId >flink-cdc</artifactId >
24
+ <artifactId >flink-cdc-parent </artifactId >
25
25
<version >${revision} </version >
26
26
</parent >
27
27
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ limitations under the License.
21
21
<modelVersion >4.0.0</modelVersion >
22
22
<parent >
23
23
<groupId >org.apache.flink</groupId >
24
- <artifactId >flink-cdc</artifactId >
24
+ <artifactId >flink-cdc-parent </artifactId >
25
25
<version >${revision} </version >
26
26
</parent >
27
27
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ limitations under the License.
19
19
xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
20
20
xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
21
21
<parent >
22
- <artifactId >flink-cdc</artifactId >
22
+ <artifactId >flink-cdc-parent </artifactId >
23
23
<groupId >org.apache.flink</groupId >
24
24
<version >${revision} </version >
25
25
</parent >
You can’t perform that action at this time.
0 commit comments