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 2021/02/02 08:17:03 UTC

[myfaces-tobago] 02/02: docs: tobago-vm: new versions for next releases

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

commit c3c3706dc84c0ba7da7f42a3d2d4d199e9213982
Author: Udo Schnurpfeil <ud...@irian.eu>
AuthorDate: Tue Feb 2 08:06:46 2021 +0100

    docs: tobago-vm: new versions for next releases
---
 .../main/tobago-vm/docker/apache-proxy/index.html  |  8 ++---
 .../src/main/tobago-vm/docker/docker-compose.yml   | 42 +++++++++++-----------
 2 files changed, 25 insertions(+), 25 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 b3c0564..0b5a0c5 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.5.1",
-          staging: "",
-          snapshot: "4.5.2-SNAPSHOT",
+          staging: "4.5.2",
+          snapshot: "4.5.3-SNAPSHOT",
           link: "4",
           archived: false
         },
@@ -51,8 +51,8 @@
         {
           major: "2",
           release: "2.4.3",
-          staging: "",
-          snapshot: "2.4.4-SNAPSHOT",
+          staging: "2.4.4",
+          snapshot: "2.4.5-SNAPSHOT",
           link: "2",
           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 19862ac..fa5c524 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
@@ -29,7 +29,7 @@ services:
 #      - demo-5-staging
       - demo-5-snapshot
       - demo-4-release
-#      - demo-4-staging
+      - demo-4-staging
       - demo-4-snapshot
       - demo-3-release
       - demo-2-release
@@ -46,7 +46,7 @@ services:
 #      - demo-5-staging
       - demo-5-snapshot
       - demo-4-release
-#      - demo-4-staging
+      - demo-4-staging
       - demo-4-snapshot
       - demo-3-release
       - demo-2-release
@@ -99,24 +99,24 @@ services:
       options:
         max-size: "1m"
         max-file: "5"
-#  demo-4-staging:
-#    build: tomcat
-#    environment:
-#      - TOBAGO_VERSION=4.5.1
-#      - STAGING_NUMBER=1171
-#      - CONTEXT_PATH=demo-4-staging
-#    volumes:
-#      - /opt/docker/artifacts:/opt/docker/artifacts
-#    ports:
-#      - "8401:8080"
-#    logging:
-#      options:
-#        max-size: "1m"
-#        max-file: "5"
+  demo-4-staging:
+    build: tomcat
+    environment:
+      - TOBAGO_VERSION=4.5.2
+      - STAGING_NUMBER=1180
+      - CONTEXT_PATH=demo-4-staging
+    volumes:
+      - /opt/docker/artifacts:/opt/docker/artifacts
+    ports:
+      - "8401:8080"
+    logging:
+      options:
+        max-size: "1m"
+        max-file: "5"
   demo-4-snapshot:
     build: tomcat
     environment:
-      - TOBAGO_VERSION=4.5.2-SNAPSHOT
+      - TOBAGO_VERSION=4.5.3-SNAPSHOT
       - CONTEXT_PATH=demo-4-snapshot
     volumes:
       - /opt/docker/artifacts:/opt/docker/artifacts
@@ -142,7 +142,7 @@ services:
   demo-2-release:
     build: tomcat
     environment:
-      - TOBAGO_VERSION=2.4.2
+      - TOBAGO_VERSION=2.4.3
       - CONTEXT_PATH=demo-2-release
     volumes:
       - /opt/docker/artifacts:/opt/docker/artifacts
@@ -155,8 +155,8 @@ services:
   demo-2-staging:
     build: tomcat
     environment:
-      - TOBAGO_VERSION=2.4.3
-      - STAGING_NUMBER=1174
+      - TOBAGO_VERSION=2.4.4
+      - STAGING_NUMBER=1179
       - CONTEXT_PATH=demo-2-staging
     volumes:
       - /opt/docker/artifacts:/opt/docker/artifacts
@@ -169,7 +169,7 @@ services:
   demo-2-snapshot:
     build: tomcat
     environment:
-      - TOBAGO_VERSION=2.4.3-SNAPSHOT
+      - TOBAGO_VERSION=2.4.5-SNAPSHOT
       - CONTEXT_PATH=demo-2-snapshot
     volumes:
       - /opt/docker/artifacts:/opt/docker/artifacts