Skip to content

Commit c7cb208

Browse files
committed
v1.0.0 release
1 parent 22a8c42 commit c7cb208

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Add Maven dependency:
2121
<dependency>
2222
<groupId>io.github.alexcheng1982</groupId>
2323
<artifactId>spring-ai-dashscope-client</artifactId>
24-
<version>0.9.0</version>
24+
<version>VERSION</version>
2525
</dependency>
2626
```
2727

@@ -49,7 +49,7 @@ Add Spring Boot starter:
4949
<dependency>
5050
<groupId>io.github.alexcheng1982</groupId>
5151
<artifactId>spring-ai-dashscope-spring-boot-starter</artifactId>
52-
<version>0.9.0</version>
52+
<version>VERSION</version>
5353
</dependency>
5454
```
5555

README_zh_CN.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<dependency>
2121
<groupId>io.github.alexcheng1982</groupId>
2222
<artifactId>spring-ai-dashscope-client</artifactId>
23-
<version>0.9.0</version>
23+
<version>VERSION</version>
2424
</dependency>
2525
```
2626

@@ -48,7 +48,7 @@ var response = client.call("hello");
4848
<dependency>
4949
<groupId>io.github.alexcheng1982</groupId>
5050
<artifactId>spring-ai-dashscope-spring-boot-starter</artifactId>
51-
<version>0.9.0</version>
51+
<version>VERSION</version>
5252
</dependency>
5353
```
5454

client/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>io.github.alexcheng1982</groupId>
99
<artifactId>spring-ai-dashscope-client-parent</artifactId>
10-
<version>0.9.0</version>
10+
<version>1.0.0</version>
1111
</parent>
1212
<artifactId>spring-ai-dashscope-client</artifactId>
1313
<packaging>jar</packaging>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>io.github.alexcheng1982</groupId>
88
<artifactId>spring-ai-dashscope-client-parent</artifactId>
9-
<version>0.9.0</version>
9+
<version>1.0.0</version>
1010
<packaging>pom</packaging>
1111

1212
<name>Aliyun Dashscope Spring AI Client :: Parent</name>

spring-boot-autoconfigure/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>io.github.alexcheng1982</groupId>
88
<artifactId>spring-ai-dashscope-client-parent</artifactId>
9-
<version>0.9.0</version>
9+
<version>1.0.0</version>
1010
</parent>
1111

1212
<artifactId>spring-ai-dashscope-spring-boot-autoconfigure</artifactId>

spring-boot-starter/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>io.github.alexcheng1982</groupId>
88
<artifactId>spring-ai-dashscope-client-parent</artifactId>
9-
<version>0.9.0</version>
9+
<version>1.0.0</version>
1010
</parent>
1111

1212
<artifactId>spring-ai-dashscope-spring-boot-starter</artifactId>

0 commit comments

Comments
 (0)