feat: 2.4.0
1. 发布2.4.0
This commit is contained in:
parent
d6389d2b2c
commit
26e0c62e33
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user