发布 1.0.4

This commit is contained in:
hubin 2024-10-09 20:53:10 +08:00
parent 35c7bc7cf5
commit accc8c92f8
3 changed files with 8 additions and 2 deletions

View File

@ -1,5 +1,11 @@
# 更新日志
## [v1.0.4] 2024.10.09
- 记录区分撤回拿回撤回任务
- 审批提醒去除推荐使用任务监听处理
- 其它代码优化
## [v1.0.3] 2024.09.16
- 任务发起抄送兼容自增ID主键一致性情况

View File

@ -1,5 +1,5 @@
APP_GROUP=com.aizuda
APP_VERSION=1.0.3
APP_VERSION=1.0.4
SONATYPE_HOST=CENTRAL_PORTAL
RELEASE_SIGNING_ENABLED=true

View File

@ -15,7 +15,7 @@
</modules>
<properties>
<revision>1.0.1</revision>
<revision>1.0.4</revision>
<maven.compiler.source>8</maven.compiler.source>
<maven.compiler.target>8</maven.compiler.target>
<spring-boot.version>2.7.0</spring-boot.version>