chore(deps): 统一依赖版本管理
Some checks failed
Java CI with Maven / build (11) (push) Has been cancelled
Java CI with Maven / build (17) (push) Has been cancelled
Java CI with Maven / build (8) (push) Has been cancelled
yudao-ui-admin CI / build (14.x) (push) Has been cancelled
yudao-ui-admin CI / build (16.x) (push) Has been cancelled

- 将 yudao-module-mdpf-biz 的版本号替换为 ${revision} 占位符
- 使用项目统一版本号管理机制- 提升版本配置的可维护性- 减少硬编码版本号带来的风险
This commit is contained in:
sunxiqing 2025-10-09 15:38:55 +08:00
parent 9fc8da40ce
commit 05313d8e71

View File

@ -34,7 +34,7 @@
<dependency>
<groupId>cn.iocoder.boot</groupId>
<artifactId>yudao-module-mdpf-biz</artifactId>
<version>2.3.0-jdk8-SNAPSHOT</version>
<version>${revision}</version>
</dependency>
<!-- 会员中心。默认注释,保证编译速度 -->