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 2023/01/24 22:23:41 UTC

[myfaces-homepage] branch main updated: Releases 5.5.0

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

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


The following commit(s) were added to refs/heads/main by this push:
     new dbec4b0  Releases 5.5.0
dbec4b0 is described below

commit dbec4b065e0fa22484364759643bf6ce3719a477
Author: Udo Schnurpfeil <ud...@irian.eu>
AuthorDate: Tue Jan 24 23:23:31 2023 +0100

    Releases 5.5.0
---
 tobago/tobago-vm/apache-proxy/index.html | 2 +-
 tobago/tobago-vm/docker-compose.yml      | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/tobago/tobago-vm/apache-proxy/index.html b/tobago/tobago-vm/apache-proxy/index.html
index 4ee2ccf..6bb07da 100644
--- a/tobago/tobago-vm/apache-proxy/index.html
+++ b/tobago/tobago-vm/apache-proxy/index.html
@@ -28,7 +28,7 @@
           major: "5",
           release: "",
           staging: "",
-          snapshot: "5.4.1-SNAPSHOT",
+          snapshot: "5.5.1-SNAPSHOT",
           link: "5",
           archived: false,
           current: true
diff --git a/tobago/tobago-vm/docker-compose.yml b/tobago/tobago-vm/docker-compose.yml
index 70db636..3a0014f 100644
--- a/tobago/tobago-vm/docker-compose.yml
+++ b/tobago/tobago-vm/docker-compose.yml
@@ -83,7 +83,7 @@ services:
   demo-5-snapshot:
     build: tomcat
     environment:
-      - TOBAGO_VERSION=5.4.1-SNAPSHOT
+      - TOBAGO_VERSION=5.5.1-SNAPSHOT
       - CONTEXT_PATH=demo-5-snapshot
     ports:
       - "8502:8080"