From 05313d8e71f36d122936e6f4b0bdbbc01fb15895 Mon Sep 17 00:00:00 2001 From: sunxiqing <2240398334@qq.com> Date: Thu, 9 Oct 2025 15:38:55 +0800 Subject: [PATCH] =?UTF-8?q?chore(deps):=20=E7=BB=9F=E4=B8=80=E4=BE=9D?= =?UTF-8?q?=E8=B5=96=E7=89=88=E6=9C=AC=E7=AE=A1=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 将 yudao-module-mdpf-biz 的版本号替换为 ${revision} 占位符 - 使用项目统一版本号管理机制- 提升版本配置的可维护性- 减少硬编码版本号带来的风险 --- yudao-server/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yudao-server/pom.xml b/yudao-server/pom.xml index f2ed4cf7a..93fedada0 100644 --- a/yudao-server/pom.xml +++ b/yudao-server/pom.xml @@ -34,7 +34,7 @@ cn.iocoder.boot yudao-module-mdpf-biz - 2.3.0-jdk8-SNAPSHOT + ${revision}