Skip to content

Commit

Permalink
easy flink 升级版本号
Browse files Browse the repository at this point in the history
  • Loading branch information
Maskvvv committed Aug 12, 2023
1 parent a4b9448 commit a105477
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 19 deletions.
15 changes: 0 additions & 15 deletions easy-flink-cdc-boot-starter/metaManager.md

This file was deleted.

2 changes: 1 addition & 1 deletion easy-flink-cdc-boot-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>easy-flink-cdc</artifactId>
<groupId>io.github.maskvvv</groupId>
<version>1.0.0</version>
<version>1.0.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion easy-flink-cdc-demo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>easy-flink-cdc</artifactId>
<groupId>io.github.maskvvv</groupId>
<version>1.0.0</version>
<version>1.0.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
8 changes: 6 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<groupId>io.github.maskvvv</groupId>
<artifactId>easy-flink-cdc</artifactId>
<packaging>pom</packaging>
<version>1.0.0</version>
<version>1.0.1</version>
<modules>
<module>easy-flink-cdc-boot-starter</module>
<module>easy-flink-cdc-demo</module>
Expand Down Expand Up @@ -47,7 +47,8 @@

<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.encoding>UTF-8</maven.compiler.encoding>

<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<java.version>1.8</java.version>
<lombok.version>1.18.12</lombok.version>
Expand Down Expand Up @@ -143,6 +144,9 @@
<goals>
<goal>jar</goal>
</goals>
<configuration>
<additionalparam>-Xdoclint:none</additionalparam>
</configuration>
</execution>
</executions>
</plugin>
Expand Down

0 comments on commit a105477

Please sign in to comment.