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 2022/02/16 14:55:14 UTC

[myfaces-homepage] branch master updated: chore: next version 2.4.6-SNAPSHOT

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-homepage.git


The following commit(s) were added to refs/heads/master by this push:
     new 385535e  chore: next version 2.4.6-SNAPSHOT
385535e is described below

commit 385535e399e7fe0df444638714ee438c5b542ad5
Author: Udo Schnurpfeil <ud...@irian.eu>
AuthorDate: Wed Feb 16 15:55:01 2022 +0100

    chore: next version 2.4.6-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 c874678..dbd6b24 100644
--- a/tobago/tobago-vm/apache-proxy/index.html
+++ b/tobago/tobago-vm/apache-proxy/index.html
@@ -54,7 +54,7 @@
           major: "2",
           release: "",
           staging: "",
-          snapshot: "2.4.5-SNAPSHOT",
+          snapshot: "2.4.6-SNAPSHOT",
           link: "2",
           archived: false,
           current: false
diff --git a/tobago/tobago-vm/docker-compose.yml b/tobago/tobago-vm/docker-compose.yml
index 6773bba..d6483d1 100644
--- a/tobago/tobago-vm/docker-compose.yml
+++ b/tobago/tobago-vm/docker-compose.yml
@@ -159,7 +159,7 @@ services:
   demo-2-snapshot:
     build: tomcat
     environment:
-      - TOBAGO_VERSION=2.4.5-SNAPSHOT
+      - TOBAGO_VERSION=2.4.6-SNAPSHOT
       - CONTEXT_PATH=demo-2-snapshot
     ports:
       - "8202:8080"