diff --git a/README.md b/README.md
index 2a0f173..58d8844 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
# Z.ai Open Platform Java SDK
-[](https://search.maven.org/artifact/ai.z/z-ai-sdk)
+[](https://search.maven.org/artifact/ai.z.openapi/zai-sdk)
[](LICENSE)
[](https://www.oracle.com/java/)
@@ -31,7 +31,7 @@ Add the following dependency to your `pom.xml`:
```xml
ai.z
- z-ai-sdk
+ zai-sdk
0.0.1
```
@@ -41,7 +41,7 @@ Add the following dependency to your `build.gradle` (for Groovy DSL):
```groovy
dependencies {
- implementation 'ai.z:z-ai-sdk:0.0.1'
+ implementation 'ai.z:zai-sdk:0.0.1'
}
```
@@ -49,7 +49,7 @@ Or `build.gradle.kts` (for Kotlin DSL):
```kotlin
dependencies {
- implementation("ai.z:z-ai-sdk:0.0.1")
+ implementation("ai.z:zai-sdk:0.0.1")
}
```
diff --git a/README_CN.md b/README_CN.md
index 99a2168..4fe21b4 100644
--- a/README_CN.md
+++ b/README_CN.md
@@ -1,6 +1,6 @@
# Z.ai Open Platform Java SDK
-[](https://search.maven.org/artifact/ai.z/z-ai-sdk)
+[](https://search.maven.org/artifact/ai.z.openapi/zai-sdk)
[](LICENSE)
[](https://www.oracle.com/java/)
@@ -29,7 +29,7 @@ Z.ai AI 平台官方 Java SDK,提供统一接口访问强大的AI能力,包
```xml
ai.z
- z-ai-sdk
+ zai-sdk
0.0.1
```
@@ -39,7 +39,7 @@ Z.ai AI 平台官方 Java SDK,提供统一接口访问强大的AI能力,包
```groovy
dependencies {
- implementation 'ai.z:z-ai-sdk:0.0.1'
+ implementation 'ai.z:zai-sdk:0.0.1'
}
```
@@ -47,7 +47,7 @@ dependencies {
```kotlin
dependencies {
- implementation("ai.z:z-ai-sdk:0.0.1")
+ implementation("ai.z:zai-sdk:0.0.1")
}
```
diff --git a/core/pom.xml b/core/pom.xml
index aa36953..cb6d4e3 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -3,11 +3,11 @@
4.0.0
ai.z.openapi
- z-ai-sdk-parent
+ zai-sdk-parent
${revision}
../pom.xml
- z-ai-sdk
+ zai-sdk
jar
diff --git a/pom.xml b/pom.xml
index 2ea3439..cb06e1e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -3,7 +3,7 @@
4.0.0
ai.z.openapi
- z-ai-sdk-parent
+ zai-sdk-parent
${revision}
pom
@@ -45,7 +45,7 @@
- 0.0.0.1-alpha
+ 0.0.0.2-alpha
8
UTF-8
UTF-8
@@ -229,7 +229,7 @@
true
samples
- z-ai-sdk-parent
+ zai-sdk-parent
diff --git a/samples/pom.xml b/samples/pom.xml
index 2e511cf..01466bf 100644
--- a/samples/pom.xml
+++ b/samples/pom.xml
@@ -3,7 +3,7 @@
4.0.0
ai.z.openapi
- z-ai-sdk-parent
+ zai-sdk-parent
${revision}
../pom.xml