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>
|
<artifactId>easy-retry-client-common</artifactId>
|
||||||
|
<name>easy-retry-client-common</name>
|
||||||
|
<description>easy-retry-client-common</description>
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
<maven.compiler.source>8</maven.compiler.source>
|
<maven.compiler.source>8</maven.compiler.source>
|
||||||
|
@ -11,6 +11,8 @@
|
|||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<artifactId>easy-retry-client-job-core</artifactId>
|
<artifactId>easy-retry-client-job-core</artifactId>
|
||||||
|
<name>easy-retry-client-job-core</name>
|
||||||
|
<description>easy-retry-client-job-core</description>
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
<maven.compiler.source>8</maven.compiler.source>
|
<maven.compiler.source>8</maven.compiler.source>
|
||||||
|
@ -11,6 +11,9 @@
|
|||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<artifactId>easy-retry-client</artifactId>
|
<artifactId>easy-retry-client</artifactId>
|
||||||
|
<name>easy-retry-client</name>
|
||||||
|
<description>easy-retry-client</description>
|
||||||
|
|
||||||
<packaging>pom</packaging>
|
<packaging>pom</packaging>
|
||||||
<modules>
|
<modules>
|
||||||
<module>easy-retry-client-common</module>
|
<module>easy-retry-client-common</module>
|
||||||
|
@ -11,6 +11,8 @@
|
|||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<artifactId>easy-retry-server-common</artifactId>
|
<artifactId>easy-retry-server-common</artifactId>
|
||||||
|
<name>easy-retry-server-common</name>
|
||||||
|
<description>easy-retry-server-common</description>
|
||||||
<packaging>jar</packaging>
|
<packaging>jar</packaging>
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
|
@ -11,6 +11,8 @@
|
|||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<artifactId>easy-retry-server-job-task</artifactId>
|
<artifactId>easy-retry-server-job-task</artifactId>
|
||||||
|
<name>easy-retry-server-job-task</name>
|
||||||
|
<description>easy-retry-server-job-task</description>
|
||||||
<packaging>jar</packaging>
|
<packaging>jar</packaging>
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
|
@ -11,6 +11,8 @@
|
|||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<artifactId>easy-retry-server-retry-task</artifactId>
|
<artifactId>easy-retry-server-retry-task</artifactId>
|
||||||
|
<name>easy-retry-server-retry-task</name>
|
||||||
|
<description>easy-retry-server-retry-task</description>
|
||||||
<packaging>jar</packaging>
|
<packaging>jar</packaging>
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
|
@ -71,4 +71,9 @@
|
|||||||
<scope>test</scope>
|
<scope>test</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
|
||||||
|
<build>
|
||||||
|
<finalName>easy-retry-server</finalName>
|
||||||
|
</build>
|
||||||
|
|
||||||
</project>
|
</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>
|
</parent>
|
||||||
|
|
||||||
<artifactId>easy-retry-server-web</artifactId>
|
<artifactId>easy-retry-server-web</artifactId>
|
||||||
|
<name>easy-retry-server-web</name>
|
||||||
|
<description>easy-retry-server-web</description>
|
||||||
<packaging>jar</packaging>
|
<packaging>jar</packaging>
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
|
@ -107,7 +107,6 @@
|
|||||||
|
|
||||||
|
|
||||||
<build>
|
<build>
|
||||||
<finalName>easy-retry-server</finalName>
|
|
||||||
<plugins>
|
<plugins>
|
||||||
<plugin>
|
<plugin>
|
||||||
<groupId>org.apache.maven.plugins</groupId>
|
<groupId>org.apache.maven.plugins</groupId>
|
||||||
|
Loading…
Reference in New Issue
Block a user