修改POM文件,修改配置文件的变量名版本统一配置,解决引入的bom被父pom覆盖的问题

This commit is contained in:
wsm
2026-04-13 19:02:27 +08:00
parent affd4d4adb
commit bd45f48134
35 changed files with 58 additions and 58 deletions
@@ -6,7 +6,7 @@
<parent>
<groupId>org.jeecgframework.boot</groupId>
<artifactId>jeecg-boot-platform</artifactId>
<version>${revision}</version>
<version>${jeecgProjectVersion}</version>
</parent>
<artifactId>jeecg-boot-module-airag-flow</artifactId>
@@ -38,11 +38,7 @@
<developerConnection>http://www.guojusoft.com</developerConnection>
<url>http://www.jeecg.com/vip</url>
</scm>
<properties>
<kotlin.version>1.6.21</kotlin.version>
<liteflow.version>2.12.4.1</liteflow.version>
</properties>
<dependencies>
<!-- system单体 api-->