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/15 15:11:11 UTC

[myfaces-homepage] branch master updated: fix: use snapshot regulary

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 e0eff6e  fix: use snapshot regulary
e0eff6e is described below

commit e0eff6e26cc46de3df222caec959dc7ea2e021b6
Author: Udo Schnurpfeil <ud...@irian.eu>
AuthorDate: Tue Feb 15 16:11:04 2022 +0100

    fix: use snapshot regulary
    
    issue: TOBAGO-2112
---
 tobago.md                                      |  4 ++--
 tobago/tobago-vm/apache-proxy/000-default.conf | 18 +++++++++---------
 tobago/tobago-vm/apache-proxy/001-ssl.conf     | 18 +++++++++---------
 3 files changed, 20 insertions(+), 20 deletions(-)

diff --git a/tobago.md b/tobago.md
index 5bf8565..60a3060 100644
--- a/tobago.md
+++ b/tobago.md
@@ -24,11 +24,11 @@ it different from other frameworks:
   
 ### Getting Started
          
-[Getting started page](http://tobago-demo.apache.org/getting-started.html) 
+[Getting started page](https://tobago-demo.apache.org/getting-started.html) 
 
 ### Downloads
 
-[Download page](http://tobago-demo.apache.org/download.html)
+[Download page](https://tobago-demo.apache.org/download.html)
   
 ## News
 
diff --git a/tobago/tobago-vm/apache-proxy/000-default.conf b/tobago/tobago-vm/apache-proxy/000-default.conf
index 4ee982e..d5fd56c 100644
--- a/tobago/tobago-vm/apache-proxy/000-default.conf
+++ b/tobago/tobago-vm/apache-proxy/000-default.conf
@@ -27,15 +27,15 @@ ServerName tobago-demo.apache.org
   CustomLog ${APACHE_LOG_DIR}/access.log combined
 
 # Permanent external links:
-  Redirect temp /intro.html             /demo-4-release/content/10-intro/intro.xhtml
-  Redirect temp /getting-started.html   /demo-4-release/content/10-intro/10-getting-started/getting-started.xhtml
-  Redirect temp /whats-new.html         /demo-4-release/content/10-intro/30-whats-new/whats-new.xhtml
-  Redirect temp /migration.html         /demo-4-release/content/10-intro/50-migration/migration.xhtml
-  Redirect temp /compatibility.html     /demo-4-release/content/10-intro/60-compatibility/compatibility.xhtml
-  Redirect temp /faq.html               /demo-4-release/content/10-intro/70-faq/faq.xhtml
-  Redirect temp /api.html               /demo-4-release/content/10-intro/80-api/api.xhtml
-  Redirect temp /download.html          /demo-4-release/content/10-intro/85-download/download.xhtml
-  Redirect temp /release-checklist.html /demo-4-release/content/10-intro/90-release-checklist/release-checklist.xhtml
+  Redirect temp /intro.html             /demo-5-snapshot/content/10-intro/intro.xhtml
+  Redirect temp /getting-started.html   /demo-5-snapshot/content/10-intro/10-getting-started/getting-started.xhtml
+  Redirect temp /whats-new.html         /demo-5-snapshot/content/10-intro/30-whats-new/whats-new.xhtml
+  Redirect temp /migration.html         /demo-5-snapshot/content/10-intro/50-migration/migration.xhtml
+  Redirect temp /compatibility.html     /demo-5-snapshot/content/10-intro/60-compatibility/compatibility.xhtml
+  Redirect temp /faq.html               /demo-5-snapshot/content/10-intro/70-faq/faq.xhtml
+  Redirect temp /api.html               /demo-5-snapshot/content/10-intro/80-api/api.xhtml
+  Redirect temp /download.html          /demo-5-snapshot/content/10-intro/85-download/download.xhtml
+  Redirect temp /release-checklist.html /demo-5-snapshot/content/10-intro/90-release-checklist/release-checklist.xhtml
 
 # 5
 
diff --git a/tobago/tobago-vm/apache-proxy/001-ssl.conf b/tobago/tobago-vm/apache-proxy/001-ssl.conf
index 1b4bb13..5f96524 100644
--- a/tobago/tobago-vm/apache-proxy/001-ssl.conf
+++ b/tobago/tobago-vm/apache-proxy/001-ssl.conf
@@ -33,15 +33,15 @@ MDomain tobago-demo.apache.org
   Protocols h2 http/1.1 acme-tls/1
 
 # Permanent external links:
-  Redirect temp /intro.html             /demo-4-release/content/10-intro/intro.xhtml
-  Redirect temp /getting-started.html   /demo-4-release/content/10-intro/10-getting-started/getting-started.xhtml
-  Redirect temp /whats-new.html         /demo-4-release/content/10-intro/30-whats-new/whats-new.xhtml
-  Redirect temp /migration.html         /demo-4-release/content/10-intro/50-migration/migration.xhtml
-  Redirect temp /compatibility.html     /demo-4-release/content/10-intro/60-compatibility/compatibility.xhtml
-  Redirect temp /faq.html               /demo-4-release/content/10-intro/70-faq/faq.xhtml
-  Redirect temp /api.html               /demo-4-release/content/10-intro/80-api/api.xhtml
-  Redirect temp /download.html          /demo-4-release/content/10-intro/85-download/download.xhtml
-  Redirect temp /release-checklist.html /demo-4-release/content/10-intro/90-release-checklist/release-checklist.xhtml
+  Redirect temp /intro.html             /demo-5-snapshot/content/10-intro/intro.xhtml
+  Redirect temp /getting-started.html   /demo-5-snapshot/content/10-intro/10-getting-started/getting-started.xhtml
+  Redirect temp /whats-new.html         /demo-5-snapshot/content/10-intro/30-whats-new/whats-new.xhtml
+  Redirect temp /migration.html         /demo-5-snapshot/content/10-intro/50-migration/migration.xhtml
+  Redirect temp /compatibility.html     /demo-5-snapshot/content/10-intro/60-compatibility/compatibility.xhtml
+  Redirect temp /faq.html               /demo-5-snapshot/content/10-intro/70-faq/faq.xhtml
+  Redirect temp /api.html               /demo-5-snapshot/content/10-intro/80-api/api.xhtml
+  Redirect temp /download.html          /demo-5-snapshot/content/10-intro/85-download/download.xhtml
+  Redirect temp /release-checklist.html /demo-5-snapshot/content/10-intro/90-release-checklist/release-checklist.xhtml
 
 # 5