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 2020/04/30 16:05:38 UTC

[myfaces-tobago] branch master updated: docs: staging next release

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 191a1f0  docs: staging next release
191a1f0 is described below

commit 191a1f0e4a2c72b8236f8c549a05588e0647ebac
Author: Udo Schnurpfeil <ud...@irian.eu>
AuthorDate: Thu Apr 30 18:05:20 2020 +0200

    docs: staging next release
---
 .../src/main/tobago-vm/docker/apache-proxy/index.html               | 4 ++--
 .../src/main/tobago-vm/docker/docker-compose.yml                    | 6 +++---
 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 d5c79c7..13f5a52 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,8 +35,8 @@
         {
           major: "4",
           release: "4.4.1",
-          staging: "",
-          snapshot: "4.4.2-SNAPSHOT",
+          staging: "4.5.0",
+          snapshot: "4.5.1-SNAPSHOT",
           link: "4",
           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 251bd78..0878299 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
@@ -90,8 +90,8 @@ services:
   demo-4-staging:
     build: tomcat
     environment:
-      - TOBAGO_VERSION=4.4.1
-      - STAGING_NUMBER=1152
+      - TOBAGO_VERSION=4.5.0
+      - STAGING_NUMBER=1159
       - CONTEXT_PATH=demo-4-staging
     volumes:
       - /opt/docker/artifacts:/opt/docker/artifacts
@@ -100,7 +100,7 @@ services:
   demo-4-snapshot:
     build: tomcat
     environment:
-      - TOBAGO_VERSION=4.4.2-SNAPSHOT
+      - TOBAGO_VERSION=4.5.1-SNAPSHOT
       - CONTEXT_PATH=demo-4-snapshot
     volumes:
       - /opt/docker/artifacts:/opt/docker/artifacts