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/10/28 19:17:56 UTC

[myfaces-tobago] branch tobago-5.x updated (eff7d71 -> e491e28)

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

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


    from eff7d71  style: license
     new 4afe143  build: update checkstyle definitions (wip)
     new 29af036  demo(doc): next releases
     new 2302979  demo(doc): check with scenarios script
     new da0d17b  build: prepare release 5.0
     new b8a1c3c  build: update because of CVE
     new a69f6e4  demo(doc): check with scenarios script - cleanup
     new 8e54f7c  chore(release): prepare
     new 03aae53  chore(release): prepare
     new e491e28  [maven-release-plugin] prepare release tobago-5.0.0

The 9 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 pom.xml                                            |  8 +++----
 tobago-assembly/pom.xml                            |  2 +-
 tobago-core/pom.xml                                |  2 +-
 .../internal/taglib/component/package-info.java    |  4 ++--
 .../myfaces/tobago/config/tobago-config-5.0.xsd    |  9 --------
 tobago-example/pom.xml                             |  2 +-
 tobago-example/tobago-example-assembly/pom.xml     |  2 +-
 tobago-example/tobago-example-blank/pom.xml        |  2 +-
 .../tobago-example-demo/package-lock.json          |  8 +++----
 tobago-example/tobago-example-demo/package.json    |  2 +-
 tobago-example/tobago-example-demo/pom.xml         |  2 +-
 .../myfaces/tobago/example/demo/Release.java       |  8 ++++---
 .../90-release-checklist/Release_Checklist.xhtml   | 26 ++++++++--------------
 tobago-example/tobago-example-spring-boot/pom.xml  |  2 +-
 tobago-theme/package-lock.json                     |  8 +++----
 tobago-theme/package.json                          |  3 +--
 tobago-theme/pom.xml                               |  2 +-
 tobago-theme/tobago-theme-charlotteville/pom.xml   |  2 +-
 tobago-theme/tobago-theme-roxborough/pom.xml       |  2 +-
 tobago-theme/tobago-theme-scarborough/pom.xml      |  2 +-
 tobago-theme/tobago-theme-speyside/pom.xml         |  2 +-
 tobago-theme/tobago-theme-standard/pom.xml         |  2 +-
 tobago-tool/pom.xml                                |  2 +-
 tobago-tool/tobago-config-dev/pom.xml              |  2 +-
 tobago-tool/tobago-config-mojarra/pom.xml          |  2 +-
 tobago-tool/tobago-config-myfaces/pom.xml          |  2 +-
 tobago-tool/tobago-config-owb/pom.xml              |  2 +-
 tobago-tool/tobago-tool-annotation/pom.xml         |  2 +-
 tobago-tool/tobago-tool-apt/pom.xml                |  2 +-
 tobago-tool/tobago-tool-test/pom.xml               |  2 +-
 30 files changed, 51 insertions(+), 67 deletions(-)

[myfaces-tobago] 01/09: build: update checkstyle definitions (wip)

Posted by lo...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 4afe1434da052edaa15ecb3e27eaf4305bd00906
Author: Udo Schnurpfeil <ud...@irian.eu>
AuthorDate: Thu Oct 28 20:00:08 2021 +0200

    build: update checkstyle definitions (wip)
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 2b55fc8..441a6ac 100644
--- a/pom.xml
+++ b/pom.xml
@@ -52,8 +52,8 @@
     <required.maven.version>3.0.4</required.maven.version>
     <maven-pmd-plugin.version>3.15.0</maven-pmd-plugin.version>
     <maven-checkstyle-plugin.version>3.0.0</maven-checkstyle-plugin.version>
-    <!-- xxx set back to 14 after release of version 14 (expected may 30, 2021) -->
-    <checkstyle-rules.version>15-SNAPSHOT</checkstyle-rules.version>
+    <!-- xxx set back to 15 after release of version 15 (expected october 31, 2021) -->
+    <checkstyle-rules.version>15</checkstyle-rules.version>
 
     <!-- Note: defined here in master pom, because of problems with enforcer plugin -->
     <jetty.version>9.4.44.v20210927</jetty.version>

[myfaces-tobago] 08/09: chore(release): prepare

Posted by lo...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 03aae53472ebca97d49e454d1764dc51c8e92379
Author: Udo Schnurpfeil <ud...@irian.eu>
AuthorDate: Thu Oct 28 21:14:01 2021 +0200

    chore(release): prepare
---
 .../internal/taglib/component/package-info.java      |  4 ++--
 tobago-example/tobago-example-demo/package-lock.json |  2 +-
 .../90-release-checklist/Release_Checklist.xhtml     | 20 ++++++--------------
 tobago-theme/package-lock.json                       |  2 +-
 tobago-theme/package.json                            |  1 -
 5 files changed, 10 insertions(+), 19 deletions(-)

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 2131e83..5be0ade 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
@@ -18,13 +18,13 @@
  */
 
 /**
- * <b>Tobago Framework Component Tag Library 5.0.x -
+ * <b>Tobago Framework Component Tag Library 5.0.0 -
  * (C) Copyright 2005-2021 The Apache Software Foundation</b>
  */
 @org.apache.myfaces.tobago.apt.annotation.Taglib(
     shortName = "tc",
     uri = "http://myfaces.apache.org/tobago/component",
     name = "tobago",
-    displayName = "Tobago Components 5.0.x")
+    displayName = "Tobago Components 5.0.0")
 
 package org.apache.myfaces.tobago.internal.taglib.component;
diff --git a/tobago-example/tobago-example-demo/package-lock.json b/tobago-example/tobago-example-demo/package-lock.json
index 2d0435d..61ada91 100644
--- a/tobago-example/tobago-example-demo/package-lock.json
+++ b/tobago-example/tobago-example-demo/package-lock.json
@@ -1,6 +1,6 @@
 {
   "name": "tobago-example-demo",
-  "version": "5.0.0-SNAPSHOT",
+  "version": "5.0.0",
   "lockfileVersion": 1,
   "requires": true,
   "dependencies": {
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 2a8bbf4..5129372 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
@@ -142,11 +142,6 @@ $ mvn clean install -Pall-modules &amp;&amp; mvn checkstyle:check apache-rat:che
 $ mvn clean install &amp;&amp; mvn checkstyle:check apache-rat:check animal-sniffer:check dependency-check:check
 </demo-highlight>
           </li>
-
-          <li>Check version info in these files manually:
-            <demo-highlight>package-info.java</demo-highlight>
-            <demo-highlight>package.json</demo-highlight>
-          </li>
         </ul>
       </tc:section>
       <tc:section label="Building the Release (Tobago 1.0.x to 2.0.8)">
@@ -184,15 +179,12 @@ $ mvn deploy -Papache-release,generate-assembly --no-plugin-updates -Dnon-defaul
         <ul>
           <li>Commit: "chore(release): prepare"
             <ul>
-              <li>Set next version in:
-                <demo-highlight>package.json
-package-lock.json
-                </demo-highlight>
-              </li>
-              <li>Adjust versions in demo:
-                <demo-highlight>Release
-ApiController
-                </demo-highlight>
+              <li>Check version info in these files manually:
+                <demo-highlight>package.json</demo-highlight>
+                <demo-highlight>package-lock.json</demo-highlight>
+                <demo-highlight>package-info.java</demo-highlight>
+                <demo-highlight>Release.java</demo-highlight>
+                <demo-highlight>ApiController.java</demo-highlight>
               </li>
             </ul>
           </li>
diff --git a/tobago-theme/package-lock.json b/tobago-theme/package-lock.json
index 599f713..cf9d844 100644
--- a/tobago-theme/package-lock.json
+++ b/tobago-theme/package-lock.json
@@ -1,6 +1,6 @@
 {
   "name": "tobago-theme",
-  "version": "5.0.0-SNAPSHOT",
+  "version": "5.0.0",
   "lockfileVersion": 1,
   "requires": true,
   "dependencies": {
diff --git a/tobago-theme/package.json b/tobago-theme/package.json
index ee166c5..dee8bd6 100644
--- a/tobago-theme/package.json
+++ b/tobago-theme/package.json
@@ -1,7 +1,6 @@
 {
   "name": "tobago-theme",
   "version": "5.0.0",
-  "xxx_version": "${project.version}",
   "description": "The themes of the Tobago framework",
   "repository": {
     "type": "git",

[myfaces-tobago] 02/09: demo(doc): next releases

Posted by lo...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 29af036c2da12cf79fd35739b82a056763963b60
Author: Udo Schnurpfeil <ud...@irian.eu>
AuthorDate: Thu Oct 28 20:14:35 2021 +0200

    demo(doc): next releases
---
 .../main/java/org/apache/myfaces/tobago/example/demo/Release.java | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/tobago-example/tobago-example-demo/src/main/java/org/apache/myfaces/tobago/example/demo/Release.java b/tobago-example/tobago-example-demo/src/main/java/org/apache/myfaces/tobago/example/demo/Release.java
index b9bd41a..f7990f4 100644
--- a/tobago-example/tobago-example-demo/src/main/java/org/apache/myfaces/tobago/example/demo/Release.java
+++ b/tobago-example/tobago-example-demo/src/main/java/org/apache/myfaces/tobago/example/demo/Release.java
@@ -147,10 +147,12 @@ public enum Release {
   v4_5_5("12350236", false, true),
 
   v5_0_0_alpha_1("12350237"),
-  v5_0_0_alpha_2("12350431", true),
-  v5_0_0("12338729", false, true),
+  v5_0_0_alpha_2("12350431"),
+  v5_0_0("12338729", true),
   v5_0_1("12344151", false, true),
-  v5_1_0("12344152", false, true);
+  v5_1_0("12344152", false, true),
+
+  v6_0_0("12350675", false, true);
 
   private final String jira;
   private final String version;

[myfaces-tobago] 06/09: demo(doc): check with scenarios script - cleanup

Posted by lo...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit a69f6e44755d629e68ddfaf8e788680ce8882a8b
Author: Udo Schnurpfeil <ud...@irian.eu>
AuthorDate: Thu Oct 28 21:05:20 2021 +0200

    demo(doc): check with scenarios script - cleanup
---
 .../content/000-intro/90-release-checklist/Release_Checklist.xhtml     | 3 ---
 1 file changed, 3 deletions(-)

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 c50a9f8..2a8bbf4 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
@@ -147,9 +147,6 @@ $ mvn clean install &amp;&amp; mvn checkstyle:check apache-rat:check animal-snif
             <demo-highlight>package-info.java</demo-highlight>
             <demo-highlight>package.json</demo-highlight>
           </li>
-
-          <li>check with test-scenarios-locally.sh
-          </li>
         </ul>
       </tc:section>
       <tc:section label="Building the Release (Tobago 1.0.x to 2.0.8)">

[myfaces-tobago] 09/09: [maven-release-plugin] prepare release tobago-5.0.0

Posted by lo...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit e491e282814eec348f4c4a0f404839fbc230a984
Author: Udo Schnurpfeil <ud...@irian.eu>
AuthorDate: Thu Oct 28 21:17:51 2021 +0200

    [maven-release-plugin] prepare release tobago-5.0.0
---
 pom.xml                                           | 4 ++--
 tobago-assembly/pom.xml                           | 2 +-
 tobago-core/pom.xml                               | 2 +-
 tobago-example/pom.xml                            | 2 +-
 tobago-example/tobago-example-assembly/pom.xml    | 2 +-
 tobago-example/tobago-example-blank/pom.xml       | 2 +-
 tobago-example/tobago-example-demo/pom.xml        | 2 +-
 tobago-example/tobago-example-spring-boot/pom.xml | 2 +-
 tobago-theme/pom.xml                              | 2 +-
 tobago-theme/tobago-theme-charlotteville/pom.xml  | 2 +-
 tobago-theme/tobago-theme-roxborough/pom.xml      | 2 +-
 tobago-theme/tobago-theme-scarborough/pom.xml     | 2 +-
 tobago-theme/tobago-theme-speyside/pom.xml        | 2 +-
 tobago-theme/tobago-theme-standard/pom.xml        | 2 +-
 tobago-tool/pom.xml                               | 2 +-
 tobago-tool/tobago-config-dev/pom.xml             | 2 +-
 tobago-tool/tobago-config-mojarra/pom.xml         | 2 +-
 tobago-tool/tobago-config-myfaces/pom.xml         | 2 +-
 tobago-tool/tobago-config-owb/pom.xml             | 2 +-
 tobago-tool/tobago-tool-annotation/pom.xml        | 2 +-
 tobago-tool/tobago-tool-apt/pom.xml               | 2 +-
 tobago-tool/tobago-tool-test/pom.xml              | 2 +-
 22 files changed, 23 insertions(+), 23 deletions(-)

diff --git a/pom.xml b/pom.xml
index 441a6ac..4391e6a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -26,7 +26,7 @@
   <artifactId>tobago</artifactId>
   <packaging>pom</packaging>
   <name>Apache Tobago</name>
-  <version>5.0.0-SNAPSHOT</version>
+  <version>5.0.0</version>
   <description>The goal of Tobago is to provide the community with a well designed set of user interface components based on JSF and run on MyFaces.</description>
   <url>http://myfaces.apache.org/tobago</url>
   <inceptionYear>2002</inceptionYear>
@@ -566,7 +566,7 @@
     <connection>scm:git:https://gitbox.apache.org/repos/asf/myfaces-tobago.git</connection>
     <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/myfaces-tobago.git</developerConnection>
     <url>https://gitbox.apache.org/repos/asf?p=myfaces-tobago.git</url>
-    <tag>HEAD</tag>
+    <tag>tobago-5.0.0</tag>
   </scm>
 
   <build>
diff --git a/tobago-assembly/pom.xml b/tobago-assembly/pom.xml
index 563c1dd..2867601 100644
--- a/tobago-assembly/pom.xml
+++ b/tobago-assembly/pom.xml
@@ -25,7 +25,7 @@
   <parent>
     <groupId>org.apache.myfaces.tobago</groupId>
     <artifactId>tobago</artifactId>
-    <version>5.0.0-SNAPSHOT</version>
+    <version>5.0.0</version>
   </parent>
 
   <dependencies>
diff --git a/tobago-core/pom.xml b/tobago-core/pom.xml
index 78490cf..8b97642 100644
--- a/tobago-core/pom.xml
+++ b/tobago-core/pom.xml
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.myfaces.tobago</groupId>
     <artifactId>tobago</artifactId>
-    <version>5.0.0-SNAPSHOT</version>
+    <version>5.0.0</version>
   </parent>
   <artifactId>tobago-core</artifactId>
   <packaging>jar</packaging>
diff --git a/tobago-example/pom.xml b/tobago-example/pom.xml
index 8e380a1..e8d3355 100644
--- a/tobago-example/pom.xml
+++ b/tobago-example/pom.xml
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.myfaces.tobago</groupId>
     <artifactId>tobago</artifactId>
-    <version>5.0.0-SNAPSHOT</version>
+    <version>5.0.0</version>
   </parent>
   <packaging>pom</packaging>
   <name>Tobago Examples</name>
diff --git a/tobago-example/tobago-example-assembly/pom.xml b/tobago-example/tobago-example-assembly/pom.xml
index 0c0ba1d..d10ae06 100644
--- a/tobago-example/tobago-example-assembly/pom.xml
+++ b/tobago-example/tobago-example-assembly/pom.xml
@@ -28,7 +28,7 @@
   <parent>
     <groupId>org.apache.myfaces.tobago</groupId>
     <artifactId>tobago-example</artifactId>
-    <version>5.0.0-SNAPSHOT</version>
+    <version>5.0.0</version>
   </parent>
 
   <profiles>
diff --git a/tobago-example/tobago-example-blank/pom.xml b/tobago-example/tobago-example-blank/pom.xml
index 5318cc7..784bedd 100644
--- a/tobago-example/tobago-example-blank/pom.xml
+++ b/tobago-example/tobago-example-blank/pom.xml
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.myfaces.tobago</groupId>
     <artifactId>tobago-example</artifactId>
-    <version>5.0.0-SNAPSHOT</version>
+    <version>5.0.0</version>
   </parent>
   <artifactId>tobago-example-blank</artifactId>
   <packaging>${app.packaging}</packaging>
diff --git a/tobago-example/tobago-example-demo/pom.xml b/tobago-example/tobago-example-demo/pom.xml
index 6a9a4066..092d370 100644
--- a/tobago-example/tobago-example-demo/pom.xml
+++ b/tobago-example/tobago-example-demo/pom.xml
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.myfaces.tobago</groupId>
     <artifactId>tobago-example</artifactId>
-    <version>5.0.0-SNAPSHOT</version>
+    <version>5.0.0</version>
   </parent>
   <artifactId>tobago-example-demo</artifactId>
   <packaging>${app.packaging}</packaging>
diff --git a/tobago-example/tobago-example-spring-boot/pom.xml b/tobago-example/tobago-example-spring-boot/pom.xml
index ca446ba..a99ed1f 100644
--- a/tobago-example/tobago-example-spring-boot/pom.xml
+++ b/tobago-example/tobago-example-spring-boot/pom.xml
@@ -20,7 +20,7 @@
     <parent>
         <groupId>org.apache.myfaces.tobago</groupId>
         <artifactId>tobago-example</artifactId>
-        <version>5.0.0-SNAPSHOT</version>
+        <version>5.0.0</version>
     </parent>
     <artifactId>tobago-example-spring-boot</artifactId>
     <packaging>jar</packaging>
diff --git a/tobago-theme/pom.xml b/tobago-theme/pom.xml
index 83a9477..837d9f5 100644
--- a/tobago-theme/pom.xml
+++ b/tobago-theme/pom.xml
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.myfaces.tobago</groupId>
     <artifactId>tobago</artifactId>
-    <version>5.0.0-SNAPSHOT</version>
+    <version>5.0.0</version>
   </parent>
   <packaging>pom</packaging>
   <name>Tobago Themes</name>
diff --git a/tobago-theme/tobago-theme-charlotteville/pom.xml b/tobago-theme/tobago-theme-charlotteville/pom.xml
index ba60135..59a3a82 100644
--- a/tobago-theme/tobago-theme-charlotteville/pom.xml
+++ b/tobago-theme/tobago-theme-charlotteville/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.myfaces.tobago</groupId>
     <artifactId>tobago-theme</artifactId>
-    <version>5.0.0-SNAPSHOT</version>
+    <version>5.0.0</version>
   </parent>
   <artifactId>tobago-theme-charlotteville</artifactId>
   <name>Tobago Theme Charlotteville</name>
diff --git a/tobago-theme/tobago-theme-roxborough/pom.xml b/tobago-theme/tobago-theme-roxborough/pom.xml
index 5788d43..9f197b3 100644
--- a/tobago-theme/tobago-theme-roxborough/pom.xml
+++ b/tobago-theme/tobago-theme-roxborough/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.myfaces.tobago</groupId>
     <artifactId>tobago-theme</artifactId>
-    <version>5.0.0-SNAPSHOT</version>
+    <version>5.0.0</version>
   </parent>
   <artifactId>tobago-theme-roxborough</artifactId>
   <packaging>jar</packaging>
diff --git a/tobago-theme/tobago-theme-scarborough/pom.xml b/tobago-theme/tobago-theme-scarborough/pom.xml
index 42d0791..0b1a510 100644
--- a/tobago-theme/tobago-theme-scarborough/pom.xml
+++ b/tobago-theme/tobago-theme-scarborough/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.myfaces.tobago</groupId>
     <artifactId>tobago-theme</artifactId>
-    <version>5.0.0-SNAPSHOT</version>
+    <version>5.0.0</version>
   </parent>
   <artifactId>tobago-theme-scarborough</artifactId>
   <packaging>jar</packaging>
diff --git a/tobago-theme/tobago-theme-speyside/pom.xml b/tobago-theme/tobago-theme-speyside/pom.xml
index 1be1fb3..2fc36a1 100644
--- a/tobago-theme/tobago-theme-speyside/pom.xml
+++ b/tobago-theme/tobago-theme-speyside/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.myfaces.tobago</groupId>
     <artifactId>tobago-theme</artifactId>
-    <version>5.0.0-SNAPSHOT</version>
+    <version>5.0.0</version>
   </parent>
   <artifactId>tobago-theme-speyside</artifactId>
   <packaging>jar</packaging>
diff --git a/tobago-theme/tobago-theme-standard/pom.xml b/tobago-theme/tobago-theme-standard/pom.xml
index fc2731b..dddc199 100644
--- a/tobago-theme/tobago-theme-standard/pom.xml
+++ b/tobago-theme/tobago-theme-standard/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.myfaces.tobago</groupId>
     <artifactId>tobago-theme</artifactId>
-    <version>5.0.0-SNAPSHOT</version>
+    <version>5.0.0</version>
   </parent>
   <artifactId>tobago-theme-standard</artifactId>
   <packaging>jar</packaging>
diff --git a/tobago-tool/pom.xml b/tobago-tool/pom.xml
index 55b44cb..d31927e 100644
--- a/tobago-tool/pom.xml
+++ b/tobago-tool/pom.xml
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.myfaces.tobago</groupId>
     <artifactId>tobago</artifactId>
-    <version>5.0.0-SNAPSHOT</version>
+    <version>5.0.0</version>
   </parent>
   <packaging>pom</packaging>
   <name>Tobago Tool</name>
diff --git a/tobago-tool/tobago-config-dev/pom.xml b/tobago-tool/tobago-config-dev/pom.xml
index 7d1e089..745e13d 100644
--- a/tobago-tool/tobago-config-dev/pom.xml
+++ b/tobago-tool/tobago-config-dev/pom.xml
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.myfaces.tobago</groupId>
     <artifactId>tobago-tool</artifactId>
-    <version>5.0.0-SNAPSHOT</version>
+    <version>5.0.0</version>
   </parent>
 
   <artifactId>tobago-config-dev</artifactId>
diff --git a/tobago-tool/tobago-config-mojarra/pom.xml b/tobago-tool/tobago-config-mojarra/pom.xml
index 4cec62f..964efe4 100644
--- a/tobago-tool/tobago-config-mojarra/pom.xml
+++ b/tobago-tool/tobago-config-mojarra/pom.xml
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.myfaces.tobago</groupId>
     <artifactId>tobago-tool</artifactId>
-    <version>5.0.0-SNAPSHOT</version>
+    <version>5.0.0</version>
   </parent>
 
   <artifactId>tobago-config-mojarra</artifactId>
diff --git a/tobago-tool/tobago-config-myfaces/pom.xml b/tobago-tool/tobago-config-myfaces/pom.xml
index dcc7ca9..9df7175 100644
--- a/tobago-tool/tobago-config-myfaces/pom.xml
+++ b/tobago-tool/tobago-config-myfaces/pom.xml
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.myfaces.tobago</groupId>
     <artifactId>tobago-tool</artifactId>
-    <version>5.0.0-SNAPSHOT</version>
+    <version>5.0.0</version>
   </parent>
 
   <artifactId>tobago-config-myfaces</artifactId>
diff --git a/tobago-tool/tobago-config-owb/pom.xml b/tobago-tool/tobago-config-owb/pom.xml
index 7ddda3e..53ef019 100644
--- a/tobago-tool/tobago-config-owb/pom.xml
+++ b/tobago-tool/tobago-config-owb/pom.xml
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.myfaces.tobago</groupId>
     <artifactId>tobago-tool</artifactId>
-    <version>5.0.0-SNAPSHOT</version>
+    <version>5.0.0</version>
   </parent>
 
   <artifactId>tobago-config-owb</artifactId>
diff --git a/tobago-tool/tobago-tool-annotation/pom.xml b/tobago-tool/tobago-tool-annotation/pom.xml
index 0c1d839..0682ebf 100644
--- a/tobago-tool/tobago-tool-annotation/pom.xml
+++ b/tobago-tool/tobago-tool-annotation/pom.xml
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.myfaces.tobago</groupId>
     <artifactId>tobago-tool</artifactId>
-    <version>5.0.0-SNAPSHOT</version>
+    <version>5.0.0</version>
   </parent>
   <artifactId>tobago-tool-annotation</artifactId>
   <packaging>jar</packaging>
diff --git a/tobago-tool/tobago-tool-apt/pom.xml b/tobago-tool/tobago-tool-apt/pom.xml
index c27e360..4ee8c71 100644
--- a/tobago-tool/tobago-tool-apt/pom.xml
+++ b/tobago-tool/tobago-tool-apt/pom.xml
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.myfaces.tobago</groupId>
     <artifactId>tobago-tool</artifactId>
-    <version>5.0.0-SNAPSHOT</version>
+    <version>5.0.0</version>
   </parent>
   <artifactId>tobago-tool-apt</artifactId>
   <packaging>jar</packaging>
diff --git a/tobago-tool/tobago-tool-test/pom.xml b/tobago-tool/tobago-tool-test/pom.xml
index f83e351..62f5cab 100644
--- a/tobago-tool/tobago-tool-test/pom.xml
+++ b/tobago-tool/tobago-tool-test/pom.xml
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.myfaces.tobago</groupId>
     <artifactId>tobago-tool</artifactId>
-    <version>5.0.0-SNAPSHOT</version>
+    <version>5.0.0</version>
   </parent>
   <artifactId>tobago-tool-test</artifactId>
   <packaging>jar</packaging>

[myfaces-tobago] 04/09: build: prepare release 5.0

Posted by lo...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit da0d17bf3486345cd9933e7fa69c869411af616c
Author: Udo Schnurpfeil <ud...@irian.eu>
AuthorDate: Thu Oct 28 20:30:10 2021 +0200

    build: prepare release 5.0
---
 .../org/apache/myfaces/tobago/config/tobago-config-5.0.xsd       | 9 ---------
 1 file changed, 9 deletions(-)

diff --git a/tobago-core/src/main/resources/org/apache/myfaces/tobago/config/tobago-config-5.0.xsd b/tobago-core/src/main/resources/org/apache/myfaces/tobago/config/tobago-config-5.0.xsd
index 3f53d49..283d6ef 100644
--- a/tobago-core/src/main/resources/org/apache/myfaces/tobago/config/tobago-config-5.0.xsd
+++ b/tobago-core/src/main/resources/org/apache/myfaces/tobago/config/tobago-config-5.0.xsd
@@ -31,15 +31,6 @@
   <xs:annotation>
     <xs:documentation>
       <![CDATA[
-
-      ************************************************************************************
-      ************************************************************************************
-      WARNING
-      THIS IS A PRE-RELEASE VERSION OF THIS FILE, PLEASE CHECK IF THERE IS AN UPDATE ON
-      http://myfaces.apache.org/tobago/tobago-config-5.0.xsd
-      ************************************************************************************
-      ************************************************************************************
-
       This is the XML schema for the Tobago configuration files version 5.0.
 
       Use the following definition:

[myfaces-tobago] 07/09: chore(release): prepare

Posted by lo...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 8e54f7c753230af4ee8626bde707aecb65de3260
Author: Udo Schnurpfeil <ud...@irian.eu>
AuthorDate: Thu Oct 28 21:09:19 2021 +0200

    chore(release): prepare
---
 tobago-example/tobago-example-demo/package.json | 2 +-
 tobago-theme/package.json                       | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/tobago-example/tobago-example-demo/package.json b/tobago-example/tobago-example-demo/package.json
index 33c09c2..b63499a 100644
--- a/tobago-example/tobago-example-demo/package.json
+++ b/tobago-example/tobago-example-demo/package.json
@@ -1,6 +1,6 @@
 {
   "name": "tobago-example-demo",
-  "version": "5.0.0-SNAPSHOT",
+  "version": "5.0.0",
   "description": "The demo for the Tobago framework",
   "repository": {
     "type": "git",
diff --git a/tobago-theme/package.json b/tobago-theme/package.json
index b409478..ee166c5 100644
--- a/tobago-theme/package.json
+++ b/tobago-theme/package.json
@@ -1,6 +1,6 @@
 {
   "name": "tobago-theme",
-  "version": "5.0.0-SNAPSHOT",
+  "version": "5.0.0",
   "xxx_version": "${project.version}",
   "description": "The themes of the Tobago framework",
   "repository": {

[myfaces-tobago] 03/09: demo(doc): check with scenarios script

Posted by lo...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 23029796c35621c0cbb4dd12a5b21fe133b5f075
Author: Udo Schnurpfeil <ud...@irian.eu>
AuthorDate: Thu Oct 28 20:26:59 2021 +0200

    demo(doc): check with scenarios script
---
 .../content/000-intro/90-release-checklist/Release_Checklist.xhtml     | 3 +++
 1 file changed, 3 insertions(+)

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 f2d4b25..c50a9f8 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
@@ -58,6 +58,9 @@
           <li>Ensure that all examples are working with the release candidate.
           </li>
 
+          <li>Since Tobago 5: Ensure that the Skript ./test-scenarios-locally.sh runs sucessfully.
+          </li>
+
           <li>Check the scheduled version number against "semantic versioning".
           </li>
 

[myfaces-tobago] 05/09: build: update because of CVE

Posted by lo...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit b8a1c3cfa241e21362bece371a896f8cd6d32d58
Author: Udo Schnurpfeil <ud...@irian.eu>
AuthorDate: Thu Oct 28 20:45:00 2021 +0200

    build: update because of CVE
---
 tobago-example/tobago-example-demo/package-lock.json | 6 +++---
 tobago-theme/package-lock.json                       | 6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/tobago-example/tobago-example-demo/package-lock.json b/tobago-example/tobago-example-demo/package-lock.json
index 21627dd..2d0435d 100644
--- a/tobago-example/tobago-example-demo/package-lock.json
+++ b/tobago-example/tobago-example-demo/package-lock.json
@@ -1336,9 +1336,9 @@
       "dev": true
     },
     "shell-quote": {
-      "version": "1.7.2",
-      "resolved": "https://registry.npmjs.org/shell-quote/-/shell-quote-1.7.2.tgz",
-      "integrity": "sha512-mRz/m/JVscCrkMyPqHc/bczi3OQHkLTqXHEFu0zDhK/qfv3UcOA4SVmRCLmos4bhjr9ekVQubj/R7waKapmiQg==",
+      "version": "1.7.3",
+      "resolved": "https://registry.npmjs.org/shell-quote/-/shell-quote-1.7.3.tgz",
+      "integrity": "sha512-Vpfqwm4EnqGdlsBFNmHhxhElJYrdfcxPThu+ryKS5J8L/fhAwLazFZtq+S+TWZ9ANj2piSQLGj6NQg+lKPmxrw==",
       "dev": true
     },
     "side-channel": {
diff --git a/tobago-theme/package-lock.json b/tobago-theme/package-lock.json
index 14bf305..599f713 100644
--- a/tobago-theme/package-lock.json
+++ b/tobago-theme/package-lock.json
@@ -5579,9 +5579,9 @@
       "dev": true
     },
     "shell-quote": {
-      "version": "1.7.2",
-      "resolved": "https://registry.npmjs.org/shell-quote/-/shell-quote-1.7.2.tgz",
-      "integrity": "sha512-mRz/m/JVscCrkMyPqHc/bczi3OQHkLTqXHEFu0zDhK/qfv3UcOA4SVmRCLmos4bhjr9ekVQubj/R7waKapmiQg==",
+      "version": "1.7.3",
+      "resolved": "https://registry.npmjs.org/shell-quote/-/shell-quote-1.7.3.tgz",
+      "integrity": "sha512-Vpfqwm4EnqGdlsBFNmHhxhElJYrdfcxPThu+ryKS5J8L/fhAwLazFZtq+S+TWZ9ANj2piSQLGj6NQg+lKPmxrw==",
       "dev": true
     },
     "side-channel": {