Skip to content

Commit c8b497e

Browse files
committed
feat: adjust module name
Signed-off-by: yuluo-yx <yuluo08290126@gmail.com>
1 parent 758b80b commit c8b497e

File tree

26 files changed

+23
-39
lines changed

26 files changed

+23
-39
lines changed

pom.xml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,9 @@
4040
<maven.compiler.source>17</maven.compiler.source>
4141
<maven.compiler.target>17</maven.compiler.target>
4242

43+
<!-- Spring AI -->
44+
<spring-ai.version>1.0.0-M3</spring-ai.version>
45+
4346
<!-- Spring AI Alibaba -->
4447
<spring-ai-alibaba.version>1.0.0-M3.2</spring-ai-alibaba.version>
4548

@@ -75,6 +78,13 @@
7578
<type>pom</type>
7679
<scope>import</scope>
7780
</dependency>
81+
<dependency>
82+
<groupId>org.springframework.ai</groupId>
83+
<artifactId>spring-ai-bom</artifactId>
84+
<version>${spring-ai.version}</version>
85+
<type>pom</type>
86+
<scope>import</scope>
87+
</dependency>
7888
</dependencies>
7989
</dependencyManagement>
8090

spring-ai-alibaba-chat-example/dashscope/chat-client/pom.xml renamed to spring-ai-alibaba-chat-example/dashscope-chat/dashscope-chat-client/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,12 @@
2323

2424
<parent>
2525
<groupId>com.alibaba.cloud.ai</groupId>
26-
<artifactId>dashscope</artifactId>
26+
<artifactId>dashscope-chat</artifactId>
2727
<version>${revision}</version>
2828
<relativePath>../pom.xml</relativePath>
2929
</parent>
3030

31-
<artifactId>chat-client</artifactId>
31+
<artifactId>dashscope-chat-client</artifactId>
3232
<version>${revision}</version>
3333
<packaging>jar</packaging>
3434

spring-ai-alibaba-chat-example/dashscope/chat-model/pom.xml renamed to spring-ai-alibaba-chat-example/dashscope-chat/dashscope-chat-model/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,12 @@
2323

2424
<parent>
2525
<groupId>com.alibaba.cloud.ai</groupId>
26-
<artifactId>dashscope</artifactId>
26+
<artifactId>dashscope-chat</artifactId>
2727
<version>${revision}</version>
2828
<relativePath>../pom.xml</relativePath>
2929
</parent>
3030

31-
<artifactId>chat-model</artifactId>
31+
<artifactId>dashscope-chat-model</artifactId>
3232
<version>${revision}</version>
3333
<packaging>jar</packaging>
3434

0 commit comments

Comments
 (0)