This is an automated email from the ASF dual-hosted git repository.
jiashuo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-pegasus-website.git
The following commit(s) were added to refs/heads/master by this push:
new 932e6b1 fix version
932e6b1 is described below
commit 932e6b1143aad2fbde411d9911be41d60e68e68e
Author: JiaShuo <[email protected]>
AuthorDate: Mon Dec 7 11:22:00 2020 +0800
fix version
---
_docs/zh/clients/java-client.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/_docs/zh/clients/java-client.md b/_docs/zh/clients/java-client.md
index 70a95c9..1be7803 100755
--- a/_docs/zh/clients/java-client.md
+++ b/_docs/zh/clients/java-client.md
@@ -16,7 +16,7 @@ cd pegasus-java-client
选择所使用的版本并构建,建议使用[最新的release版本](https://github.com/xiaomi/pegasus-java-client/releases):
```bash
-git checkout 1.11.10-thrift-0.11.0-inlined-release
+git checkout v2.0.0
mvn clean package -DskipTests
```
@@ -36,7 +36,7 @@ mvn clean install -DskipTests
</dependency>
```
-**注:V2.0.0版本仅适用于服务端Pegasus Server >= 2.0, 如果服务端版本较低,请使用下面的版本,文档以2.0.0为准**
+**注:2.0.0版本仅适用于服务端PegasusServer >= 2.0, 如果服务端版本较低,请使用下面的版本**
```xml
<dependency>
<groupId>com.xiaomi.infra</groupId>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]