[fix] change

This commit is contained in:
wujiawei 2024-05-29 10:46:07 +08:00
parent 2a0f58f0d1
commit 617e214bd9
307 changed files with 27 additions and 27 deletions

10
pom.xml
View File

@ -19,13 +19,13 @@
<modules>
<!-- 云上服务组件 -->
<module>wu-smart-agent-network-heartbeat-server</module>
<module>wu-smart-agent-network-heartbeat-server-cluster</module>
<module>wu-smart-agent-network-heartbeat-client</module>
<module>wu-smart-agent-network-heartbeat-common</module>
<module>wu-lazy-cloud-heartbeat-server</module>
<module>wu-lazy-cloud-heartbeat-server-cluster</module>
<module>wu-lazy-cloud-heartbeat-client</module>
<module>wu-lazy-cloud-heartbeat-common</module>
<!-- 样例 -->
<module>wu-smart-agent-network-heartbeat-start</module>
<module>wu-lazy-cloud-heartbeat-start</module>
</modules>
<properties>

View File

@ -9,7 +9,7 @@
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>wu-smart-agent-network-heartbeat-client</artifactId>
<artifactId>wu-lazy-cloud-heartbeat-client</artifactId>
<description>云下心跳客户端</description>
<properties>
@ -21,7 +21,7 @@
<!-- 通用心跳包 -->
<dependency>
<groupId>top.wu2020</groupId>
<artifactId>wu-smart-agent-network-heartbeat-common</artifactId>
<artifactId>wu-lazy-cloud-heartbeat-common</artifactId>
</dependency>
<dependency>
<groupId>com.alibaba</groupId>

View File

@ -9,7 +9,7 @@
<version>1.2.6-JDK17-SNAPSHOT</version>
</parent>
<artifactId>wu-smart-agent-network-heartbeat-common</artifactId>
<artifactId>wu-lazy-cloud-heartbeat-common</artifactId>
<properties>
<maven.compiler.source>17</maven.compiler.source>

Some files were not shown because too many files have changed in this diff Show More