发布 1.1.2 版本

This commit is contained in:
hubin 2025-01-16 22:32:13 +08:00
parent 73915b5887
commit 6d21aa8f0f
3 changed files with 10 additions and 2 deletions

View File

@ -1,5 +1,13 @@
# 更新日志
## [v1.1.2] 2025.01.16
- feat: 新增支持banner打印
- feat: 新增支持业务实现重定义任务参与者类型
- feat: 新增执行节点跳转任务更新实例当前节点信息
- opt: 优化驳回跳转处理重新审批策略
- opt: 优化统一涉及参与者注释说明
## [v1.1.1] 2025.01.05
- feat: 新增重新加载模型测试用例

View File

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

View File

@ -17,7 +17,7 @@
</modules>
<properties>
<revision>1.1.1</revision>
<revision>1.1.2</revision>
<maven.compiler.source>8</maven.compiler.source>
<maven.compiler.target>8</maven.compiler.target>
<spring-boot.version>2.7.0</spring-boot.version>