You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by hn...@apache.org on 2023/02/20 11:33:42 UTC

[myfaces-homepage] branch main updated: update Tobago 5.5.1-SNAPSHOT to 5.6.0-SNAPSHOT

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

hnoeth 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 4122af8  update Tobago 5.5.1-SNAPSHOT to 5.6.0-SNAPSHOT
4122af8 is described below

commit 4122af858d13d99c403010cd2979baf60ba670da
Author: Henning Noeth <hn...@apache.org>
AuthorDate: Mon Feb 20 12:30:34 2023 +0100

    update Tobago 5.5.1-SNAPSHOT to 5.6.0-SNAPSHOT
---
 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 6bb07da..fc97918 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.5.1-SNAPSHOT",
+          snapshot: "5.6.0-SNAPSHOT",
           link: "5",
           archived: false,
           current: true
diff --git a/tobago/tobago-vm/docker-compose.yml b/tobago/tobago-vm/docker-compose.yml
index 3a0014f..0fa3fe0 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.5.1-SNAPSHOT
+      - TOBAGO_VERSION=5.6.0-SNAPSHOT
       - CONTEXT_PATH=demo-5-snapshot
     ports:
       - "8502:8080"