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 2019/05/22 09:33:19 UTC

[myfaces-tobago] branch master updated: Version 4.4.1 (Staging)

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 dd92b9c  Version 4.4.1 (Staging)
dd92b9c is described below

commit dd92b9ccf4ac72cd786d4e44e2e71e2b9f354d54
Author: Udo Schnurpfeil <lo...@apache.org>
AuthorDate: Wed May 22 11:33:08 2019 +0200

    Version 4.4.1 (Staging)
---
 .../src/main/tobago-vm/docker/apache-proxy/index.html                 | 4 ++--
 .../tobago-example-demo/src/main/tobago-vm/docker/docker-compose.yml  | 4 ++--
 2 files changed, 4 insertions(+), 4 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 9cd7432..3e558a3 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
@@ -36,8 +36,8 @@
         {
           major: "4",
           release: "4.4.0",
-          staging: "",
-          snapshot: "4.4.1-SNAPSHOT",
+          staging: "4.4.1",
+          snapshot: "4.4.2-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 624427c..ca076dd 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
@@ -86,7 +86,7 @@ services:
   demo-4-staging:
     build: tomcat
     environment:
-      - TOBAGO_VERSION=4.4.0
+      - TOBAGO_VERSION=4.4.1
       - STAGING_NUMBER=1150
       - CONTEXT_PATH=demo-4-staging
     volumes:
@@ -94,7 +94,7 @@ services:
   demo-4-snapshot:
     build: tomcat
     environment:
-      - TOBAGO_VERSION=4.4.1-SNAPSHOT
+      - TOBAGO_VERSION=4.4.2-SNAPSHOT
       - CONTEXT_PATH=demo-4-snapshot
     volumes:
       - /opt/docker/artifacts:/opt/docker/artifacts