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 2018/03/27 02:57:50 UTC

[incubator-servicecomb-saga] branch master updated: Updated the pack-test docker-compose version to 0.2.0-SNAPSHOT

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 15c3a5f  Updated the pack-test docker-compose version to 0.2.0-SNAPSHOT
15c3a5f is described below

commit 15c3a5f37124aa62a8c6edd473d7e531709ec32c
Author: Willem Jiang <ji...@huawei.com>
AuthorDate: Tue Mar 27 10:57:37 2018 +0800

    Updated the pack-test docker-compose version to 0.2.0-SNAPSHOT
---
 saga-demo/booking/docker-compose.yaml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/saga-demo/booking/docker-compose.yaml b/saga-demo/booking/docker-compose.yaml
index e1e3e30..b8b329d 100644
--- a/saga-demo/booking/docker-compose.yaml
+++ b/saga-demo/booking/docker-compose.yaml
@@ -32,7 +32,7 @@ services:
         retries: 5
 
   alpha:
-    image: "alpha-server:0.1.0"
+    image: "alpha-server:0.2.0-SNAPSHOT"
     hostname: alpha-server
     links:
       - "database:postgresql.servicecomb.io"
@@ -48,7 +48,7 @@ services:
         condition: service_healthy
 
   pack-hotel:
-    image: "pack-hotel:0.1.0"
+    image: "pack-hotel:0.2.0-SNAPSHOT"
     hostname: pack-hotel
     links:
       - "alpha:alpha-server.servicecomb.io"
@@ -59,7 +59,7 @@ services:
         condition: service_healthy
 
   pack-car:
-    image: "pack-car:0.1.0"
+    image: "pack-car:0.2.0-SNAPSHOT"
     hostname: pack-car
     links:
       - "alpha:alpha-server.servicecomb.io"
@@ -70,7 +70,7 @@ services:
         condition: service_healthy
 
   pack-booking:
-    image: "pack-booking:0.1.0"
+    image: "pack-booking:0.2.0-SNAPSHOT"
     hostname: pack-booking
     links:
       - "alpha:alpha-server.servicecomb.io"

-- 
To stop receiving notification emails like this one, please contact
ningjiang@apache.org.