feat: 2.4.0
1. 发布2.4.0
This commit is contained in:
parent
be51abb079
commit
f0dcef6a04
@ -12,6 +12,8 @@
|
||||
|
||||
|
||||
<artifactId>easy-retry-client-common</artifactId>
|
||||
<name>easy-retry-client-common</name>
|
||||
<description>easy-retry-client-common</description>
|
||||
|
||||
<properties>
|
||||
<maven.compiler.source>8</maven.compiler.source>
|
||||
|
@ -11,6 +11,8 @@
|
||||
</parent>
|
||||
|
||||
<artifactId>easy-retry-client-job-core</artifactId>
|
||||
<name>easy-retry-client-job-core</name>
|
||||
<description>easy-retry-client-job-core</description>
|
||||
|
||||
<properties>
|
||||
<maven.compiler.source>8</maven.compiler.source>
|
||||
|
@ -11,6 +11,9 @@
|
||||
</parent>
|
||||
|
||||
<artifactId>easy-retry-client</artifactId>
|
||||
<name>easy-retry-client</name>
|
||||
<description>easy-retry-client</description>
|
||||
|
||||
<packaging>pom</packaging>
|
||||
<modules>
|
||||
<module>easy-retry-client-common</module>
|
||||
|
@ -11,6 +11,8 @@
|
||||
</parent>
|
||||
|
||||
<artifactId>easy-retry-server-common</artifactId>
|
||||
<name>easy-retry-server-common</name>
|
||||
<description>easy-retry-server-common</description>
|
||||
<packaging>jar</packaging>
|
||||
|
||||
<properties>
|
||||
|
@ -11,6 +11,8 @@
|
||||
</parent>
|
||||
|
||||
<artifactId>easy-retry-server-job-task</artifactId>
|
||||
<name>easy-retry-server-job-task</name>
|
||||
<description>easy-retry-server-job-task</description>
|
||||
<packaging>jar</packaging>
|
||||
|
||||
<properties>
|
||||
|
@ -11,6 +11,8 @@
|
||||
</parent>
|
||||
|
||||
<artifactId>easy-retry-server-retry-task</artifactId>
|
||||
<name>easy-retry-server-retry-task</name>
|
||||
<description>easy-retry-server-retry-task</description>
|
||||
<packaging>jar</packaging>
|
||||
|
||||
<properties>
|
||||
|
@ -71,4 +71,9 @@
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
||||
<build>
|
||||
<finalName>easy-retry-server</finalName>
|
||||
</build>
|
||||
|
||||
</project>
|
||||
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -11,6 +11,8 @@
|
||||
</parent>
|
||||
|
||||
<artifactId>easy-retry-server-web</artifactId>
|
||||
<name>easy-retry-server-web</name>
|
||||
<description>easy-retry-server-web</description>
|
||||
<packaging>jar</packaging>
|
||||
|
||||
<properties>
|
||||
|
@ -107,7 +107,6 @@
|
||||
|
||||
|
||||
<build>
|
||||
<finalName>easy-retry-server</finalName>
|
||||
<plugins>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
|
2
pom.xml
2
pom.xml
@ -21,7 +21,7 @@
|
||||
<java.version>1.8</java.version>
|
||||
<maven.compiler.source>1.8</maven.compiler.source>
|
||||
<maven.compiler.target>1.8</maven.compiler.target>
|
||||
<revision>2.4.0-SNAPSHOT</revision>
|
||||
<revision>2.4.0</revision>
|
||||
<dingding-talk.version>1.0.0</dingding-talk.version>
|
||||
<netty-all.version>4.1.94.Final</netty-all.version>
|
||||
<hutool-all.version>5.8.19</hutool-all.version>
|
||||
|
Loading…
Reference in New Issue
Block a user