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

ningjiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/servicecomb-pack.git


The following commit(s) were added to refs/heads/master by this push:
     new dd3723c  Update the README file with latest repo name
dd3723c is described below

commit dd3723cb78b28c900e770e048534e358caa8a72e
Author: Willem Jiang <jiangni...@huawei.com>
AuthorDate: Mon Dec 10 11:08:23 2018 +0800

    Update the README file with latest repo name
---
 README.md    | 14 +++++++-------
 README_ZH.md | 14 +++++++-------
 2 files changed, 14 insertions(+), 14 deletions(-)

diff --git a/README.md b/README.md
index 150e9a1..511fa2b 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-# Saga | [中文](README_ZH.md) [![Build 
Status](https://travis-ci.org/apache/servicecomb-saga.svg?branch=master)](https://travis-ci.org/apache/servicecomb-saga?branch=master)
 [![Coverage 
Status](https://coveralls.io/repos/github/apache/servicecomb-saga/badge.svg?branch=master)](https://coveralls.io/github/apache/servicecomb-saga?branch=master)[![Maven
 
Central](https://maven-badges.herokuapp.com/maven-central/org.apache.servicecomb.saga/saga/badge.svg)](http://search.maven.org/#search%7Cga%7
 [...]
+# Saga | [中文](README_ZH.md) [![Build 
Status](https://travis-ci.org/apache/servicecomb-pack.svg?branch=master)](https://travis-ci.org/apache/servicecomb-pack?branch=master)
 [![Coverage 
Status](https://coveralls.io/repos/github/apache/servicecomb-pack/badge.svg?branch=master)](https://coveralls.io/github/apache/servicecomb-pack?branch=master)[![Maven
 
Central](https://maven-badges.herokuapp.com/maven-central/org.apache.servicecomb.saga/saga/badge.svg)](http://search.maven.org/#search%7Cga%7
 [...]
 Apache ServiceComb Saga is an eventually data consistency solution for 
micro-service applications.
 
 ## Features
@@ -11,15 +11,15 @@ Apache ServiceComb Saga is an eventually data consistency 
solution for micro-ser
 * Easy to extend other coordination protocol which is based on the Pack.
 
 ## Architecture
-Saga Pack is composed of  **alpha** and **omega**.
+ServiceComb Pack is composed of  **alpha** and **omega**.
 * The alpha plays as the coordinator. It is responsible for the management of 
transactions.
 * The omega plays as an agent inside the micro-service. It intercepts 
incoming/outgoing requests and reports transaction events to alpha.
 
 
 The following diagram shows the relationships among alpha, omega and services.
-![Saga Pack Architecture](docs/static_files/pack.png)
+![Pack Architecture](docs/static_files/pack.png)
 
-In this way, we can implement different coordination protocols, such as saga 
and TCC. See [Saga Pack Design](docs/design.md) for details.
+In this way, we can implement different coordination protocols, such as saga 
and TCC. See [ServiceComb Pack Design](docs/design.md) for details.
 
 Now we have different lanaguage implementation of Omega
 * Go lang version of Omega here https://github.com/jeremyxu2010/matrix-saga-go
@@ -45,7 +45,7 @@ Now we have different lanaguage implementation of Omega
    ```bash
       $ mvn clean install -DskipTests=true -Pdemo,docker
    ```     
-* Current Saga code supports Spring Boot 1.x and Spring Boot 2.x at the same 
time, saga uses Spring Boot 1.x by default, you can use *-Pspring-boot-2* to 
switch Spring Boot version to 2.x.
+* Current ServiceComb Pack code supports Spring Boot 1.x and Spring Boot 2.x 
at the same time, saga uses Spring Boot 1.x by default, you can use 
*-Pspring-boot-2* to switch Spring Boot version to 2.x.
 Since Spring Boot supports JDK9 since 2.x, if you want to build and run test 
the Saga with JDK9 or JDK10, you need to use the spring-boot-2 profile. 
    ```bash
       $ mvn clean install -Pdemo,docker,spring-boot-2
@@ -56,7 +56,7 @@ How to build and use can refer to [User 
Guide](docs/user_guide.md).
 
 ## Get The Latest Release
 
-[Download Saga](http://servicecomb.apache.org/release/saga-downloads/)
+[Download Pack](http://servicecomb.apache.org/release/saga-downloads/)
 
 ## [FAQ](FAQ.md)
 
@@ -69,7 +69,7 @@ How to build and use can refer to [User 
Guide](docs/user_guide.md).
 See [Pull Request 
Guide](http://servicecomb.apache.org/developers/submit-codes/) for details.
 
 ## Stargazers over time
-[![Stargazers over 
time](https://starcharts.herokuapp.com/apache/servicecomb-saga.svg)](https://starcharts.herokuapp.com/apache/servicecomb-saga)
+[![Stargazers over 
time](https://starcharts.herokuapp.com/apache/servicecomb-pack.svg)](https://starcharts.herokuapp.com/apache/servicecomb-pack)
       
 ## License
 Licensed under an [Apache 2.0 
license](https://github.com/apache/servicecomb-saga/blob/master/LICENSE).
diff --git a/README_ZH.md b/README_ZH.md
index 10a85e4..9f7f967 100644
--- a/README_ZH.md
+++ b/README_ZH.md
@@ -1,4 +1,4 @@
-# Saga | [English](README.md) [![Build 
Status](https://travis-ci.org/apache/servicecomb-saga.svg?branch=master)](https://travis-ci.org/apache/servicecomb-saga?branch=master)
 [![Coverage 
Status](https://coveralls.io/repos/github/apache/servicecomb-saga/badge.svg?branch=master)](https://coveralls.io/github/apache/servicecomb-saga?branch=master)
 
[![License](https://img.shields.io/badge/license-Apache%202-4EB1BA.svg)](https://www.apache.org/licenses/LICENSE-2.0.html)
 [![Gitter](https://img.s [...]
+# Saga | [English](README.md) [![Build 
Status](https://travis-ci.org/apache/servicecomb-pack.svg?branch=master)](https://travis-ci.org/apache/servicecomb-pack?branch=master)
 [![Coverage 
Status](https://coveralls.io/repos/github/apache/servicecomb-pack/badge.svg?branch=master)](https://coveralls.io/github/apache/servicecomb-pack?branch=master)
 
[![License](https://img.shields.io/badge/license-Apache%202-4EB1BA.svg)](https://www.apache.org/licenses/LICENSE-2.0.html)
 [![Gitter](https://img.s [...]
 Apache ServiceComb Saga 是一个微服务应用的数据最终一致性解决方案。
 
 ## 特性
@@ -11,14 +11,14 @@ Apache ServiceComb Saga 是一个微服务应用的数据最终一致性解决
 * 扩展简单。基于Pack架构很容实现多种协调机制。
 
 ## 架构
-Saga Pack 架构是由 **alpha** 和 **omega**组成,其中:
+ServiceComb Pack 架构是由 **alpha** 和 **omega**组成,其中:
 * alpha充当协调者的角色,主要负责对事务进行管理和协调。
 * omega是微服务中内嵌的一个agent,负责对网络请求进行拦截并向alpha上报事务事件。
 
 下图展示了alpha, omega以及微服务三者的关系:
-![Saga Pack 架构](docs/static_files/pack.png)
+![ServiceComb Pack 架构](docs/static_files/pack.png)
 在此架构基础中我们除了实现saga协调协议以外,我们还可以很容易实现TCC协调协议。
-详情可浏览[Saga Pack 设计文档](docs/design_zh.md).
+详情可浏览[ServiceComb Pack 设计文档](docs/design_zh.md).
 
 同时社区也提供了多种语言的Omega实现:
 * Go语言版本Omega 可参见 https://github.com/jeremyxu2010/matrix-saga-go
@@ -46,7 +46,7 @@ Saga Pack 架构是由 **alpha** 和 **omega**组成,其中:
    ```bash
       $ mvn clean install -DskipTests=true -Pdemo,docker
    ```       
-* 当前Saga模块同时支持Spring Boot 1.x 以及 Spring Boot 2.x, 在缺省情况下Saga会使用Spring Boot 
1.x来进行构建。
+* 当前ServiceComb Pack同时支持Spring Boot 1.x 以及 Spring Boot 2.x, 在缺省情况下ServiceComb 
Pack会使用Spring Boot 1.x来进行构建。
 你可以使用 *-Pspring-boot-2* 将Spring Boot版本转换到 2.x 上。 由于Spring Boot 只在2.x开始支持 
JDK9,如果你想用
 JDK9或者JDK10 来编译Saga并运行测试的话,你需要使用 spring-boot-2 profile参数。
    ```bash
@@ -59,7 +59,7 @@ JDK9或者JDK10 来编译Saga并运行测试的话,你需要使用 spring-boot
 
 ## 获取最新发行版本
 
-[下载Saga](http://servicecomb.apache.org/release/saga-downloads/)
+[下载Pack](http://servicecomb.apache.org/release/saga-downloads/)
 
 ## [常见问题](FAQ_ZH.md)
 
@@ -72,4 +72,4 @@ JDK9或者JDK10 来编译Saga并运行测试的话,你需要使用 spring-boot
 详情可浏览[代码提交指南](http://servicecomb.apache.org/cn/developers/submit-codes/)。
 
 ## License
-[Apache 2.0 
license](https://github.com/apache/servicecomb-saga/blob/master/LICENSE)。
+[Apache 2.0 
license](https://github.com/apache/servicecomb-pack/blob/master/LICENSE)。

Reply via email to