发布 1.0.4
This commit is contained in:
parent
35c7bc7cf5
commit
accc8c92f8
@ -1,5 +1,11 @@
|
|||||||
# 更新日志
|
# 更新日志
|
||||||
|
|
||||||
|
## [v1.0.4] 2024.10.09
|
||||||
|
|
||||||
|
- 记录区分撤回拿回撤回任务
|
||||||
|
- 审批提醒去除推荐使用任务监听处理
|
||||||
|
- 其它代码优化
|
||||||
|
|
||||||
## [v1.0.3] 2024.09.16
|
## [v1.0.3] 2024.09.16
|
||||||
|
|
||||||
- 任务发起抄送兼容自增ID主键一致性情况
|
- 任务发起抄送兼容自增ID主键一致性情况
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
APP_GROUP=com.aizuda
|
APP_GROUP=com.aizuda
|
||||||
APP_VERSION=1.0.3
|
APP_VERSION=1.0.4
|
||||||
|
|
||||||
SONATYPE_HOST=CENTRAL_PORTAL
|
SONATYPE_HOST=CENTRAL_PORTAL
|
||||||
RELEASE_SIGNING_ENABLED=true
|
RELEASE_SIGNING_ENABLED=true
|
||||||
|
2
pom.xml
2
pom.xml
@ -15,7 +15,7 @@
|
|||||||
</modules>
|
</modules>
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
<revision>1.0.1</revision>
|
<revision>1.0.4</revision>
|
||||||
<maven.compiler.source>8</maven.compiler.source>
|
<maven.compiler.source>8</maven.compiler.source>
|
||||||
<maven.compiler.target>8</maven.compiler.target>
|
<maven.compiler.target>8</maven.compiler.target>
|
||||||
<spring-boot.version>2.7.0</spring-boot.version>
|
<spring-boot.version>2.7.0</spring-boot.version>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user