Skip to content

Commit 1ed2692

Browse files
committed
build(starter-example): 更新 spring-ai-bom 依赖版本
- 将 spring-ai-bom依赖的版本从 1.0.0-SNAPSHOT 修改为 ${spring-ai.version} - 此修改使得项目能够使用统一的 Spring AI 版本管理
1 parent e50b5e3 commit 1ed2692

File tree

1 file changed

+1
-1
lines changed
  • spring-ai-alibaba-mcp-example/starter-example

1 file changed

+1
-1
lines changed

spring-ai-alibaba-mcp-example/starter-example/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
<dependency>
4848
<groupId>org.springframework.ai</groupId>
4949
<artifactId>spring-ai-bom</artifactId>
50-
<version>1.0.0-SNAPSHOT</version>
50+
<version>${spring-ai.version}</version>
5151
<type>pom</type>
5252
<scope>import</scope>
5353
</dependency>

0 commit comments

Comments
 (0)