File tree Expand file tree Collapse file tree 4 files changed +8
-19
lines changed
easy-flink-cdc-boot-starter Expand file tree Collapse file tree 4 files changed +8
-19
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<artifactId >easy-flink-cdc</artifactId >
7
7
<groupId >io.github.maskvvv</groupId >
8
- <version >1.0.0 </version >
8
+ <version >1.0.1 </version >
9
9
</parent >
10
10
<modelVersion >4.0.0</modelVersion >
11
11
Original file line number Diff line number Diff line change 4
4
<parent >
5
5
<artifactId >easy-flink-cdc</artifactId >
6
6
<groupId >io.github.maskvvv</groupId >
7
- <version >1.0.0 </version >
7
+ <version >1.0.1 </version >
8
8
</parent >
9
9
<modelVersion >4.0.0</modelVersion >
10
10
Original file line number Diff line number Diff line change 7
7
<groupId >io.github.maskvvv</groupId >
8
8
<artifactId >easy-flink-cdc</artifactId >
9
9
<packaging >pom</packaging >
10
- <version >1.0.0 </version >
10
+ <version >1.0.1 </version >
11
11
<modules >
12
12
<module >easy-flink-cdc-boot-starter</module >
13
13
<module >easy-flink-cdc-demo</module >
47
47
48
48
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
49
49
<maven .compiler.encoding>UTF-8</maven .compiler.encoding>
50
-
50
+ <maven .compiler.source>1.8</maven .compiler.source>
51
+ <maven .compiler.target>1.8</maven .compiler.target>
51
52
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
52
53
<java .version>1.8</java .version>
53
54
<lombok .version>1.18.12</lombok .version>
143
144
<goals >
144
145
<goal >jar</goal >
145
146
</goals >
147
+ <configuration >
148
+ <additionalparam >-Xdoclint:none</additionalparam >
149
+ </configuration >
146
150
</execution >
147
151
</executions >
148
152
</plugin >
You can’t perform that action at this time.
0 commit comments