diff --git a/README.md b/README.md
index 9c3d95aec1320151ad2ff5ed0059f5406578bf0f..1e2e29bd49d64fda123072f11a03b54165064039 100644
--- a/README.md
+++ b/README.md
@@ -20,13 +20,13 @@
- 申请ApiKey:[https://open.bigmodel.cn/usercenter/apikeys](https://open.bigmodel.cn/usercenter/apikeys) - 注册申请开通,即可获得 ApiKey
- 运行环境:JDK 1.8+
-- maven pom - `暂时测试阶段,未推送到Maven中央仓库,需要下载代码本地 install 后使用`
+- maven pom - `已发布到Maven仓库`
```pom
cn.bugstack
chatglm-sdk-java
- 1.0-SNAPSHOT
+ 1.0
```
diff --git a/pom.xml b/pom.xml
index a40c3460a868a16ec16e6cea9f296e4972a8dd63..fd871eaae3c5a69dc81e6c56f4f51cc40e8bb750 100644
--- a/pom.xml
+++ b/pom.xml
@@ -6,7 +6,7 @@
cn.bugstack
chatglm-sdk-java
- 1.0-SNAPSHOT
+ 1.0
chatglm-sdk-java
OpenAI Java SDK, ZhiPuAi ChatGLM Java SDK .
@@ -155,4 +155,99 @@
+
+
+
+ release
+
+ true
+
+
+
+
+
+ org.apache.maven.plugins
+ maven-release-plugin
+ 2.5.3
+
+ true
+ false
+ release
+ deploy
+
+
+
+
+
+ org.apache.maven.plugins
+ maven-source-plugin
+ 2.2.1
+
+
+ attach-sources
+
+ jar-no-fork
+
+
+
+
+
+
+
+ org.apache.maven.plugins
+ maven-javadoc-plugin
+ 2.9.1
+
+
+ attach-javadocs
+
+ jar
+
+
+ -Xdoclint:none
+
+ /Library/Java/JavaVirtualMachines/jdk1.8.0_311.jdk/Contents/Home/bin/javadoc
+
+
+
+
+
+
+
+ org.apache.maven.plugins
+ maven-gpg-plugin
+ 1.5
+
+
+ sign-artifacts
+ verify
+
+ sign
+
+
+ fuzhengwei
+ 123456
+
+
+
+
+
+
+
+
+
+
+
+ ossrh
+ https://s01.oss.sonatype.org/content/repositories/snapshots
+
+
+ release
+ https://s01.oss.sonatype.org/content/repositories/releases/
+
+
+
+
+
+
\ No newline at end of file