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
The following commit(s) were added to refs/heads/master by this push:
new 0846b63 Update the conditional-transaction-demo docker-compose file
version
0846b63 is described below
commit 0846b63376ad4a8f7c590ccfdde57cfab6558f6d
Author: Willem Jiang <[email protected]>
AuthorDate: Wed Aug 29 10:57:39 2018 +0800
Update the conditional-transaction-demo docker-compose file version
---
saga-demo/conditional-transaction-demo/docker-compose.yaml | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/saga-demo/conditional-transaction-demo/docker-compose.yaml
b/saga-demo/conditional-transaction-demo/docker-compose.yaml
index 45c72c3..b8b1bb6 100755
--- a/saga-demo/conditional-transaction-demo/docker-compose.yaml
+++ b/saga-demo/conditional-transaction-demo/docker-compose.yaml
@@ -34,31 +34,31 @@ services:
retries: 5
payment:
- image: "payment:0.0.3-SNAPSHOT"
+ image: "payment:0.3.0-SNAPSHOT"
hostname: payment
ports:
- "8080"
membership:
- image: "membership:0.0.3-SNAPSHOT"
+ image: "membership:0.3.0-SNAPSHOT"
hostname: membership
ports:
- "8080"
inventory:
- image: "inventory:0.0.3-SNAPSHOT"
+ image: "inventory:0.3.0-SNAPSHOT"
hostname: inventory
ports:
- "8080"
supplier:
- image: "supplier:0.0.3-SNAPSHOT"
+ image: "supplier:0.3.0-SNAPSHOT"
hostname: supplier
ports:
- "8080"
saga:
- image: "saga-spring:0.0.3-SNAPSHOT"
+ image: "saga-spring:0.3.0-SNAPSHOT"
hostname: saga
links:
- "postgres:postgres.servicecomb.io"