You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by bo...@apache.org on 2021/03/02 08:30:50 UTC

[myfaces-tobago] branch master updated: docs (tobago-vm): release done

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

bommel 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 c6de256  docs (tobago-vm): release done
c6de256 is described below

commit c6de256877a89d3daf9410d3136028cce5b171c8
Author: Udo Schnurpfeil <ud...@irian.eu>
AuthorDate: Mon Mar 1 22:56:24 2021 +0100

    docs (tobago-vm): release done
---
 .../src/main/tobago-vm/docker/apache-proxy/index.html             | 8 ++++----
 .../src/main/tobago-vm/docker/docker-compose.yml                  | 4 ++--
 2 files changed, 6 insertions(+), 6 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 46f51c0..9a4f12b 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
@@ -34,8 +34,8 @@
         },
         {
           major: "4",
-          release: "4.5.2",
-          staging: "4.5.3",
+          release: "4.5.3",
+          staging: "",
           snapshot: "4.5.4-SNAPSHOT",
           link: "4",
           archived: false
@@ -50,8 +50,8 @@
         },
         {
           major: "2",
-          release: "2.4.3",
-          staging: "2.4.4",
+          release: "2.4.4",
+          staging: "",
           snapshot: "2.4.5-SNAPSHOT",
           link: "2",
           archived: false
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 765406e..8ccbfd5 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
@@ -89,7 +89,7 @@ services:
   demo-4-release:
     build: tomcat
     environment:
-      - TOBAGO_VERSION=4.5.2
+      - TOBAGO_VERSION=4.5.3
       - CONTEXT_PATH=demo-4-release
     volumes:
       - /opt/docker/artifacts:/opt/docker/artifacts
@@ -142,7 +142,7 @@ services:
   demo-2-release:
     build: tomcat
     environment:
-      - TOBAGO_VERSION=2.4.3
+      - TOBAGO_VERSION=2.4.4
       - CONTEXT_PATH=demo-2-release
     volumes:
       - /opt/docker/artifacts:/opt/docker/artifacts