This is an automated email from the ASF dual-hosted git repository.

jianbin pushed a commit to branch 2.x
in repository https://gitbox.apache.org/repos/asf/incubator-seata.git


The following commit(s) were added to refs/heads/2.x by this push:
     new f9ef0e59ce optimize: optimize readme docs (#6902)
f9ef0e59ce is described below

commit f9ef0e59ce93ce03777a295e078afdf59ce0a917
Author: jimin <[email protected]>
AuthorDate: Tue Oct 8 10:14:09 2024 +0800

    optimize: optimize readme docs (#6902)
---
 README.md            | 12 ++++++------
 changes/en-us/2.x.md |  1 +
 changes/zh-cn/2.x.md |  3 ++-
 3 files changed, 9 insertions(+), 7 deletions(-)

diff --git a/README.md b/README.md
index 5b7d3ae5d3..359190a0c3 100644
--- a/README.md
+++ b/README.md
@@ -7,7 +7,7 @@
 [![Build 
Status](https://github.com/apache/incubator-seata/workflows/build/badge.svg?branch=develop)](https://github.com/apache/incubator-seata/actions)
 
[![codecov](https://codecov.io/gh/apache/incubator-seata/graph/badge.svg?token=tbmHt2ZfxO)](https://codecov.io/gh/apache/incubator-seata)
 
[![license](https://img.shields.io/github/license/apache/incubator-seata.svg)](https://www.apache.org/licenses/LICENSE-2.0.html)
-[![maven](https://img.shields.io/maven-central/v/io.apache/incubator-seata-parent?versionSuffix=2.0.0)](https://search.maven.org/search?q=io.seata)
+[![maven](https://img.shields.io/maven-central/v/org.apache.seata/seata-all?versionSuffix=2.1.0)](https://central.sonatype.com/search?q=org.apache.seata%3Aseata-all)
 
 ## What is Seata?
 
@@ -82,16 +82,16 @@ For more details about principle and design, please go to 
[Seata wiki page](http
 
 ## Maven dependency
 
-Depending on the scenario, choose one of the two dependencies: 
`io.seata:seata-all` or `io.seata:seata-spring-boot-starter`.
+Depending on the scenario, choose one of the two dependencies: 
`org.apache.seata:seata-all` or `org.apache.seata:seata-spring-boot-starter`.
 ```xml
 <properties>
-  <seata.version>2.0.0</seata.version>
+  <seata.version>2.1.0</seata.version>
 </properties>
 
 <dependencies>
 <!--dependencies for non-SpringBoot application framework-->
   <dependency>
-    <groupId>io.seata</groupId>
+    <groupId>org.apache.seata</groupId>
     <artifactId>seata-all</artifactId>
     <version>${seata.version}</version>
   </dependency>
@@ -99,7 +99,7 @@ Depending on the scenario, choose one of the two 
dependencies: `io.seata:seata-a
 <!--If your project base on `Spring Boot`, you can directly use the following 
dependencies-->
 <!--Notice: `seata-spring-boot-starter` has already included `seata-all` 
dependency-->
   <dependency>
-    <groupId>io.seata</groupId>
+    <groupId>org.apache.seata</groupId>
     <artifactId>seata-spring-boot-starter</artifactId>
     <version>${seata.version}</version>
   </dependency>
@@ -142,7 +142,7 @@ Contributors are welcomed to join the Seata project. Please 
check [CONTRIBUTING]
 * [Seata Website](https://github.com/apache/incubator-seata.github.io) - Seata 
official website
 * [Seata GoLang](https://github.com/apache/incubator-seata-go) - Seata GoLang 
client and server
 * [Seata Samples](https://github.com/apache/incubator-seata-samples) - Samples 
for Seata
-* [Seata GoLang Simples](https://github.com/apache/incubator-seata-go-samples) 
- Samples for Seata GoLang
+* [Seata GoLang Samples](https://github.com/apache/incubator-seata-go-samples) 
- Samples for Seata GoLang
 * [Seata K8s](https://github.com/apache/incubator-seata-k8s) - Seata 
integration with k8s
 * [Seata CLI](https://github.com/apache/incubator-seata-ctl) - CLI tool for 
Seata
 
diff --git a/changes/en-us/2.x.md b/changes/en-us/2.x.md
index f6d8b97e19..70b242675d 100644
--- a/changes/en-us/2.x.md
+++ b/changes/en-us/2.x.md
@@ -18,6 +18,7 @@ Add changes here for all PR submitted to the 2.x branch.
 - [[#6892](https://github.com/apache/incubator-seata/pull/6892)] upgrade npmjs 
version
 - [[#6889](https://github.com/apache/incubator-seata/pull/6889)] Correct word 
spelling errors
 - [[#6898](https://github.com/apache/incubator-seata/pull/6898)] upgrade npmjs 
version in saga module
+- [[#6902](https://github.com/apache/incubator-seata/pull/6900)] optimize 
readme docs
 
 
 ### refactor:
diff --git a/changes/zh-cn/2.x.md b/changes/zh-cn/2.x.md
index 6662c288c6..cbc9debeac 100644
--- a/changes/zh-cn/2.x.md
+++ b/changes/zh-cn/2.x.md
@@ -17,7 +17,8 @@
 - [[#6883](https://github.com/apache/incubator-seata/pull/6874)] 删除代码中无用对象的创建
 - [[#6892](https://github.com/apache/incubator-seata/pull/6892)] 升级 npmjs 版本
 - [[#6889](https://github.com/apache/incubator-seata/pull/6889)] 修正单词拼写错误
-- [[#6898](https://github.com/apache/incubator-seata/pull/6898)] 升级 saga 模块 
npmjs 版本
+- [[#6898](https://github.com/apache/incubator-seata/pull/6898)] 升级 saga 模块 
npmjs 版本 
+- [[#6902](https://github.com/apache/incubator-seata/pull/6900)] 优化 readme 文档
 
 ### refactor:
 


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to