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 2019/01/02 15:10:34 UTC

[myfaces-tobago] branch master updated: update tobago-vm

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 d98e9ea  update tobago-vm
     new 5869cca  Merge remote-tracking branch 'upstream/master'
d98e9ea is described below

commit d98e9ea770d740fafdcc4ccea56983d01d240213
Author: Udo Schnurpfeil <lo...@apache.org>
AuthorDate: Wed Jan 2 16:10:15 2019 +0100

    update tobago-vm
---
 .../src/main/tobago-vm/docker/apache-proxy/index.html               | 6 +++---
 .../src/main/tobago-vm/docker/docker-compose.yml                    | 4 ++--
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/tobago-example/tobago-example-demo/src/main/tobago-vm/docker/apache-proxy/index.html b/tobago-example/tobago-example-demo/src/main/tobago-vm/docker/apache-proxy/index.html
index 04c8dea..54df584 100644
--- a/tobago-example/tobago-example-demo/src/main/tobago-vm/docker/apache-proxy/index.html
+++ b/tobago-example/tobago-example-demo/src/main/tobago-vm/docker/apache-proxy/index.html
@@ -35,15 +35,15 @@
         },
         {
           major: "4",
-          release: "4.3.1",
-          staging: "4.3.2",
+          release: "4.3.2",
+          staging: "",
           snapshot: "4.4.0-SNAPSHOT",
           link: "4",
           archived: false
         },
         {
           major: "3",
-          release: "3.1.0",
+          release: "3.1.1",
           staging: "",
           snapshot: "",
           link: "3",
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 a4aca7a..b7de29d 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
@@ -79,7 +79,7 @@ services:
   demo-4-release:
     build: tomcat
     environment:
-      - TOBAGO_VERSION=4.3.1
+      - TOBAGO_VERSION=4.3.2
       - CONTEXT_PATH=demo-4-release
     volumes:
       - /opt/docker/artifacts:/opt/docker/artifacts
@@ -101,7 +101,7 @@ services:
   demo-3-release:
     build: tomcat
     environment:
-      - TOBAGO_VERSION=3.1.0
+      - TOBAGO_VERSION=3.1.1
       - CONTEXT_PATH=demo-3-release
     volumes:
       - /opt/docker/artifacts:/opt/docker/artifacts