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 2023/02/01 10:43:47 UTC

[myfaces-tobago] branch main updated: doc: update year 2023 and checklist (#3713)

This is an automated email from the ASF dual-hosted git repository.

lofwyr pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/myfaces-tobago.git


The following commit(s) were added to refs/heads/main by this push:
     new 629d979817 doc: update year 2023 and checklist (#3713)
629d979817 is described below

commit 629d9798172bc9fee10cd32b7501cf9cb4869d58
Author: Udo Schnurpfeil <lo...@apache.org>
AuthorDate: Wed Feb 1 11:43:40 2023 +0100

    doc: update year 2023 and checklist (#3713)
---
 tobago-assembly/src/main/resources/NOTICE.txt                      | 2 +-
 .../myfaces/tobago/internal/taglib/component/package-info.java     | 2 +-
 .../tobago-example-assembly/src/main/resources/NOTICE.txt          | 2 +-
 .../src/main/tobago-vm/docker/apache-proxy/index.html              | 2 +-
 .../content/000-intro/90-release-checklist/Release_Checklist.xhtml | 7 ++++++-
 tobago-example/tobago-example-demo/src/main/webapp/main.xhtml      | 2 +-
 6 files changed, 11 insertions(+), 6 deletions(-)

diff --git a/tobago-assembly/src/main/resources/NOTICE.txt b/tobago-assembly/src/main/resources/NOTICE.txt
index 612e9d5bc6..1eb9ff0b6a 100644
--- a/tobago-assembly/src/main/resources/NOTICE.txt
+++ b/tobago-assembly/src/main/resources/NOTICE.txt
@@ -1,5 +1,5 @@
 Apache Tobago
-Copyright 2005-2021 The Apache Software Foundation
+Copyright 2005-2023 The Apache Software Foundation
 
 Based on source code originally developed by
 Atanion GmbH (http://www.atanion.com/)
diff --git a/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/taglib/component/package-info.java b/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/taglib/component/package-info.java
index aae402897e..75272140af 100644
--- a/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/taglib/component/package-info.java
+++ b/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/taglib/component/package-info.java
@@ -19,7 +19,7 @@
 
 /**
  * <b>Tobago Framework Component Tag Library 6.0.0-SNAPSHOT -
- * (C) Copyright 2005-2022 The Apache Software Foundation</b>
+ * (C) Copyright 2005-2023 The Apache Software Foundation</b>
  */
 @org.apache.myfaces.tobago.apt.annotation.Taglib(
     shortName = "tc",
diff --git a/tobago-example/tobago-example-assembly/src/main/resources/NOTICE.txt b/tobago-example/tobago-example-assembly/src/main/resources/NOTICE.txt
index 612e9d5bc6..1eb9ff0b6a 100644
--- a/tobago-example/tobago-example-assembly/src/main/resources/NOTICE.txt
+++ b/tobago-example/tobago-example-assembly/src/main/resources/NOTICE.txt
@@ -1,5 +1,5 @@
 Apache Tobago
-Copyright 2005-2021 The Apache Software Foundation
+Copyright 2005-2023 The Apache Software Foundation
 
 Based on source code originally developed by
 Atanion GmbH (http://www.atanion.com/)
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 d2b42741c2..0ce5a5ae61 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
@@ -204,7 +204,7 @@
 
 <footer class="bd-footer text-muted">
   <div class="container-fluid p-3 p-md-5">
-    <p>© 2005-2021 Apache Software Foundation, Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">
+    <p>© 2005-2023 Apache Software Foundation, Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">
       Apache License, Version 2.0</a>.</p>
   </div>
 </footer>
diff --git a/tobago-example/tobago-example-demo/src/main/webapp/content/000-intro/90-release-checklist/Release_Checklist.xhtml b/tobago-example/tobago-example-demo/src/main/webapp/content/000-intro/90-release-checklist/Release_Checklist.xhtml
index fa3ad23b8f..08258884cf 100644
--- a/tobago-example/tobago-example-demo/src/main/webapp/content/000-intro/90-release-checklist/Release_Checklist.xhtml
+++ b/tobago-example/tobago-example-demo/src/main/webapp/content/000-intro/90-release-checklist/Release_Checklist.xhtml
@@ -314,7 +314,12 @@ ${content}</demo-highlight>
             Full version name is "tobago-{VERSION}".
           </li>
 
-          <li>Update the release and staging version on tobago-vm.apache.org
+          <li>Update the next SNAPSHOT version on tobago-demo.apache.org
+            <ul>
+              <li>Checkout: <demo-highlight language="bash">https://github.com/apache/myfaces-homepage.git</demo-highlight></li>
+              <li>Edit versions in <demo-highlight language="bash">tobago/tobago-vm/apache-proxy/index.html</demo-highlight>
+                and <demo-highlight language="bash">tobago/tobago-vm/docker-compose.yml</demo-highlight></li>
+            </ul>
           </li>
 
           <li>Update the site
diff --git a/tobago-example/tobago-example-demo/src/main/webapp/main.xhtml b/tobago-example/tobago-example-demo/src/main/webapp/main.xhtml
index b82cebd07a..76a0db0689 100644
--- a/tobago-example/tobago-example-demo/src/main/webapp/main.xhtml
+++ b/tobago-example/tobago-example-demo/src/main/webapp/main.xhtml
@@ -98,7 +98,7 @@
       </tc:popup>
 
       <tc:footer fixed="true">
-        © 2005-2022 Apache Software Foundation, Licensed under the <a
+        © 2005-2023 Apache Software Foundation, Licensed under the <a
               href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.
       </tc:footer>