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/01/02 14:51:06 UTC

[myfaces-tobago] branch master updated: archiving Tobago 3.x

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 414726e  archiving Tobago 3.x
414726e is described below

commit 414726e1836a9bc2ab536a747fa8086f491bdbc7
Author: Udo Schnurpfeil <lo...@apache.org>
AuthorDate: Wed Jan 2 15:50:49 2019 +0100

    archiving Tobago 3.x
---
 .../src/main/tobago-vm/docker/apache-proxy/index.html     |  6 +++---
 .../src/main/tobago-vm/docker/docker-compose.yml          | 15 ---------------
 2 files changed, 3 insertions(+), 18 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 6c5dd9d..04c8dea 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
@@ -44,10 +44,10 @@
         {
           major: "3",
           release: "3.1.0",
-          staging: "3.1.1",
-          snapshot: "3.1.2-SNAPSHOT",
+          staging: "",
+          snapshot: "",
           link: "3",
-          archived: false
+          archived: true
         },
         {
           major: "2",
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 4174a0b..9dfe516 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
@@ -109,21 +109,6 @@ services:
       - CONTEXT_PATH=demo-3-release
     volumes:
       - /opt/docker/artifacts:/opt/docker/artifacts
-  demo-3-staging:
-    build: tomcat
-    environment:
-      - TOBAGO_VERSION=3.1.1
-      - STAGING_NUMBER=1146
-      - CONTEXT_PATH=demo-3-staging
-    volumes:
-      - /opt/docker/artifacts:/opt/docker/artifacts
-  demo-3-snapshot:
-    build: tomcat
-    environment:
-      - TOBAGO_VERSION=3.1.2-SNAPSHOT
-      - CONTEXT_PATH=demo-3-snapshot
-    volumes:
-      - /opt/docker/artifacts:/opt/docker/artifacts
   demo-2-release:
     build: tomcat
     environment: