chore: 发布 easy-agents 1.0.0

- 将 Maven revision 升级为 1.0.0

- 同步示例项目与 easy-agents-bom 依赖版本
This commit is contained in:
2026-06-05 14:05:58 +08:00
parent 7cac558b6c
commit 55434466d4
2 changed files with 3 additions and 3 deletions

View File

@@ -6,7 +6,7 @@
<groupId>com.easyagents</groupId>
<artifactId>easy-agents-helloworld</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.0.0</version>
<properties>
<maven.compiler.release>17</maven.compiler.release>
@@ -17,7 +17,7 @@
<dependency>
<groupId>com.easyagents</groupId>
<artifactId>easy-agents-bom</artifactId>
<version>0.0.1</version>
<version>1.0.0</version>
</dependency>
</dependencies>