Skip to content

Commit 14ea6b4

Browse files
committed
chore: unify all maven module versions to 0.5-beta and resolve BOM import loop
1 parent 13ba04a commit 14ea6b4

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<description>KMatrix管理系统</description>
1414

1515
<properties>
16-
<revision>5.5.1</revision>
16+
<revision>0.5-beta</revision>
1717
<spring-boot.version>3.5.7</spring-boot.version>
1818
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
1919
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
@@ -118,7 +118,7 @@
118118
<scope>import</scope>
119119
</dependency>
120120

121-
<!-- common 的依赖配置-->
121+
<!-- common 的依赖配置 -->
122122
<dependency>
123123
<groupId>org.dromara</groupId>
124124
<artifactId>ruoyi-common-bom</artifactId>
@@ -481,7 +481,7 @@
481481
<project>
482482
<name>KMatrix</name>
483483
<description>KMatrix Local Document AI Platform</description>
484-
<version>0.5-beta</version>
484+
<version>${project.version}</version>
485485
</project>
486486
<release>
487487
<!-- GitHub 发版配置 -->

ruoyi-common/ruoyi-common-bom/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
</description>
1515

1616
<properties>
17-
<revision>5.5.1</revision>
17+
<revision>0.5-beta</revision>
1818
</properties>
1919

2020
<dependencyManagement>

0 commit comments

Comments
 (0)