You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lo...@apache.org on 2020/02/14 08:45:04 UTC

[myfaces-tobago] branch master updated: release preparation for Tobago 2.4.2 (Staging)

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

lofwyr pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/myfaces-tobago.git


The following commit(s) were added to refs/heads/master by this push:
     new 60d245e  release preparation for Tobago 2.4.2 (Staging)
60d245e is described below

commit 60d245e2b156fcdbe15c64230f57f4832911958f
Author: Udo Schnurpfeil <ud...@irian.eu>
AuthorDate: Fri Feb 14 09:44:43 2020 +0100

    release preparation for Tobago 2.4.2 (Staging)
---
 .../src/main/tobago-vm/docker/docker-compose.yml                    | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/tobago-example/tobago-example-demo/src/main/tobago-vm/docker/docker-compose.yml b/tobago-example/tobago-example-demo/src/main/tobago-vm/docker/docker-compose.yml
index 6eee6b5..2ed219c 100644
--- a/tobago-example/tobago-example-demo/src/main/tobago-vm/docker/docker-compose.yml
+++ b/tobago-example/tobago-example-demo/src/main/tobago-vm/docker/docker-compose.yml
@@ -127,8 +127,8 @@ services:
   demo-2-staging:
     build: tomcat
     environment:
-      - TOBAGO_VERSION=2.4.1
-      - STAGING_NUMBER=1149
+      - TOBAGO_VERSION=2.4.2
+      - STAGING_NUMBER=1156
       - CONTEXT_PATH=demo-2-staging
     volumes:
       - /opt/docker/artifacts:/opt/docker/artifacts
@@ -137,7 +137,7 @@ services:
   demo-2-snapshot:
     build: tomcat
     environment:
-      - TOBAGO_VERSION=2.4.2-SNAPSHOT
+      - TOBAGO_VERSION=2.4.3-SNAPSHOT
       - CONTEXT_PATH=demo-2-snapshot
     volumes:
       - /opt/docker/artifacts:/opt/docker/artifacts