You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicecomb.apache.org by ni...@apache.org on 2017/12/22 02:47:49 UTC

[incubator-servicecomb-saga] branch master updated (92df43c -> bfca3a4)

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

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


    from 92df43c  add license for SagaShutdownListener
     new 99d1816  Updated the README.md
     new bfca3a4  Update the mailing list address.

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 README.md | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
['"commits@servicecomb.apache.org" <co...@servicecomb.apache.org>'].

[incubator-servicecomb-saga] 01/02: Updated the README.md

Posted by ni...@apache.org.
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/incubator-servicecomb-saga.git

commit 99d1816d6dc62a9f4a59c31adcdca0a43a925bc1
Author: Willem Jiang <ji...@huawei.com>
AuthorDate: Fri Dec 22 09:30:40 2017 +0800

    Updated the README.md
    
    Updated the links to reflect the Apache transfer
---
 README.md | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/README.md b/README.md
index 45b5c6c..2e66648 100755
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-# Saga [![Build Status](https://travis-ci.org/ServiceComb/ServiceComb-Saga.svg?branch=master)](https://travis-ci.org/ServiceComb/ServiceComb-Saga?branch=master) [![Coverage Status](https://coveralls.io/repos/github/ServiceComb/ServiceComb-Saga/badge.svg?branch=master)](https://coveralls.io/github/ServiceComb/ServiceComb-Saga?branch=master) [![License](https://img.shields.io/badge/license-Apache%202-4EB1BA.svg)](https://www.apache.org/licenses/LICENSE-2.0.html)
+# Saga [![Build Status](https://travis-ci.org/apache/incubator-servicecomb-saga.svg?branch=master)](https://travis-ci.org/apache/incubator-servicecomb-saga?branch=master) [![Coverage Status](https://coveralls.io/repos/github/apache/incubator-servicecomb-saga/badge.svg?branch=master)](https://coveralls.io/github/apache/incubator-servicecomb-saga?branch=master) [![License](https://img.shields.io/badge/license-Apache%202-4EB1BA.svg)](https://www.apache.org/licenses/LICENSE-2.0.html)
 
 ## Purpose
 Saga is a type of Compensating Transaction pattern, which provides a simple way to help users solve the data consistency problems encountered in micro-service applications.
@@ -32,7 +32,7 @@ You will need:
 [maven]: https://maven.apache.org/install.html
 [docker]: https://www.docker.com/get-docker
 [mysql]: https://dev.mysql.com/downloads/
-[service_center]: https://github.com/ServiceComb/service-center
+[service_center]: https://github.com/apache/incubator-servicecomb-service-center
 [docker_compose]: https://docs.docker.com/compose/install/
 [docker_machine]: https://docs.docker.com/machine/install-machine/
 
@@ -41,7 +41,7 @@ You will need:
 ## Building
 Download the source code.
 ```
-git clone https://github.com/ServiceComb/saga.git
+git clone https://github.com/apache/incubator-servicecomb-saga.git
 ```
 
 Enter the Saga root directory,build Saga project by maven command and generate a docker image named saga-spring in local.
@@ -64,10 +64,10 @@ See [Saga API](docs/api/api.md) for details.
 
 
 ## Example
-See [Saga demo](https://github.com/ServiceComb/ServiceComb-Saga/tree/master/saga-demo) for details.
+See [Saga demo](https://github.com/apache/incubator-servicecomb-saga/tree/master/saga-demo) for details.
 
 ## Contact
-Bugs: [issues](https://github.com/ServiceComb/saga/issues).
+Bugs: [issues](issues.apache.org/jira/browse/SCB).
 
 Mailing lists: [subscribe](mailto:dev-subscribe@servicecomb.incubator.apache.org) 
 

-- 
To stop receiving notification emails like this one, please contact
"commits@servicecomb.apache.org" <co...@servicecomb.apache.org>.

[incubator-servicecomb-saga] 02/02: Update the mailing list address.

Posted by ni...@apache.org.
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/incubator-servicecomb-saga.git

commit bfca3a4e5092636e09f40caa6e6dbdf952645483
Author: Willem Jiang <ji...@huawei.com>
AuthorDate: Fri Dec 22 10:36:43 2017 +0800

    Update the mailing list address.
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 2e66648..ab7c43d 100755
--- a/README.md
+++ b/README.md
@@ -69,7 +69,7 @@ See [Saga demo](https://github.com/apache/incubator-servicecomb-saga/tree/master
 ## Contact
 Bugs: [issues](issues.apache.org/jira/browse/SCB).
 
-Mailing lists: [subscribe](mailto:dev-subscribe@servicecomb.incubator.apache.org) 
+Mailing lists: [subscribe](mailto:dev-subscribe@servicecomb.incubator.apache.org) [dev](https://lists.apache.org/list.html?dev@servicecomb.apache.org)
 
 ## Contributing
 See [Pull Request Guide](http://servicecomb.io/developers/submit-codes/) for details.

-- 
To stop receiving notification emails like this one, please contact
"commits@servicecomb.apache.org" <co...@servicecomb.apache.org>.