You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by hn...@apache.org on 2023/11/28 15:37:31 UTC

(myfaces-tobago) branch main updated (3ce595c5ed -> 70552510a4)

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

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


    from 3ce595c5ed build(theme): rebuild
     new 03dc110fdd chore(release): prepare
     new 70552510a4 [maven-release-plugin] prepare release tobago-6.1.0

The 2 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:
 package.json                                                   |  2 +-
 pom.xml                                                        |  4 ++--
 tobago-assembly/pom.xml                                        |  2 +-
 tobago-core/pom.xml                                            |  2 +-
 .../myfaces/tobago/internal/taglib/component/package-info.java |  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/package-lock.json           |  4 ++--
 tobago-example/tobago-example-demo/package.json                |  2 +-
 tobago-example/tobago-example-demo/pom.xml                     |  2 +-
 .../org/apache/myfaces/tobago/example/demo/ApiController.java  |  2 +-
 .../java/org/apache/myfaces/tobago/example/demo/Release.java   | 10 ++++++----
 tobago-theme/package-lock.json                                 |  4 ++--
 tobago-theme/package.json                                      |  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-tool-annotation/pom.xml                     |  2 +-
 tobago-tool/tobago-tool-apt/pom.xml                            |  2 +-
 tobago-tool/tobago-tool-test/pom.xml                           |  2 +-
 28 files changed, 36 insertions(+), 34 deletions(-)


(myfaces-tobago) 02/02: [maven-release-plugin] prepare release tobago-6.1.0

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

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

commit 70552510a42dc03e9fe7c5d69d21da0cb9316d1b
Author: Henning Noeth <hn...@apache.org>
AuthorDate: Tue Nov 28 16:37:27 2023 +0100

    [maven-release-plugin] prepare release tobago-6.1.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-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-tool-annotation/pom.xml       | 2 +-
 tobago-tool/tobago-tool-apt/pom.xml              | 2 +-
 tobago-tool/tobago-tool-test/pom.xml             | 2 +-
 20 files changed, 21 insertions(+), 21 deletions(-)

diff --git a/pom.xml b/pom.xml
index 4ea96d367f..93c718f316 100644
--- a/pom.xml
+++ b/pom.xml
@@ -26,7 +26,7 @@
   <artifactId>tobago</artifactId>
   <packaging>pom</packaging>
   <name>Apache Tobago</name>
-  <version>6.1.0-SNAPSHOT</version>
+  <version>6.1.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>
@@ -342,7 +342,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-6.1.0</tag>
   </scm>
 
   <build>
diff --git a/tobago-assembly/pom.xml b/tobago-assembly/pom.xml
index b99d7a279a..4d2076d762 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>6.1.0-SNAPSHOT</version>
+    <version>6.1.0</version>
   </parent>
 
   <dependencies>
diff --git a/tobago-core/pom.xml b/tobago-core/pom.xml
index 352c377887..3fe1794d10 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>6.1.0-SNAPSHOT</version>
+    <version>6.1.0</version>
   </parent>
   <artifactId>tobago-core</artifactId>
   <packaging>jar</packaging>
diff --git a/tobago-example/pom.xml b/tobago-example/pom.xml
index 29cdaf8747..c771d8a0cb 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>6.1.0-SNAPSHOT</version>
+    <version>6.1.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 25af700b04..437cad77da 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>6.1.0-SNAPSHOT</version>
+    <version>6.1.0</version>
   </parent>
 
   <profiles>
diff --git a/tobago-example/tobago-example-blank/pom.xml b/tobago-example/tobago-example-blank/pom.xml
index 36ec25e6f5..40dacff4bd 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>6.1.0-SNAPSHOT</version>
+    <version>6.1.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 fe7feabade..1645dabb40 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>6.1.0-SNAPSHOT</version>
+    <version>6.1.0</version>
   </parent>
   <artifactId>tobago-example-demo</artifactId>
   <packaging>${app.packaging}</packaging>
diff --git a/tobago-theme/pom.xml b/tobago-theme/pom.xml
index c5aedb2388..f6b015e661 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>6.1.0-SNAPSHOT</version>
+    <version>6.1.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 a6df0d6bf9..4cf5787034 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>6.1.0-SNAPSHOT</version>
+    <version>6.1.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 5f887c48ac..8633094673 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>6.1.0-SNAPSHOT</version>
+    <version>6.1.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 043e41282a..2de1304666 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>6.1.0-SNAPSHOT</version>
+    <version>6.1.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 c25835bce9..cf0c157db1 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>6.1.0-SNAPSHOT</version>
+    <version>6.1.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 9a986f9a9e..5a282ecc15 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>6.1.0-SNAPSHOT</version>
+    <version>6.1.0</version>
   </parent>
   <artifactId>tobago-theme-standard</artifactId>
   <packaging>jar</packaging>
diff --git a/tobago-tool/pom.xml b/tobago-tool/pom.xml
index 98075fadb3..3430c143f2 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>6.1.0-SNAPSHOT</version>
+    <version>6.1.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 c68d90f82f..5daf083ea0 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>6.1.0-SNAPSHOT</version>
+    <version>6.1.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 8b98c0d144..d069c61f95 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>6.1.0-SNAPSHOT</version>
+    <version>6.1.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 3f03946ff8..33026f2671 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>6.1.0-SNAPSHOT</version>
+    <version>6.1.0</version>
   </parent>
 
   <artifactId>tobago-config-myfaces</artifactId>
diff --git a/tobago-tool/tobago-tool-annotation/pom.xml b/tobago-tool/tobago-tool-annotation/pom.xml
index 94c98f5bf1..12bb825686 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>6.1.0-SNAPSHOT</version>
+    <version>6.1.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 81b7859f06..580cce3a45 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>6.1.0-SNAPSHOT</version>
+    <version>6.1.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 9402c03c8b..000fcdb911 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>6.1.0-SNAPSHOT</version>
+    <version>6.1.0</version>
   </parent>
   <artifactId>tobago-tool-test</artifactId>
   <packaging>jar</packaging>


(myfaces-tobago) 01/02: chore(release): prepare

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

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

commit 03dc110fdd975a39ea3fc12699305b60d8ebbd53
Author: Henning Noeth <hn...@apache.org>
AuthorDate: Tue Nov 28 16:33:14 2023 +0100

    chore(release): prepare
---
 package.json                                                   |  2 +-
 .../myfaces/tobago/internal/taglib/component/package-info.java |  2 +-
 tobago-example/tobago-example-demo/package-lock.json           |  4 ++--
 tobago-example/tobago-example-demo/package.json                |  2 +-
 .../org/apache/myfaces/tobago/example/demo/ApiController.java  |  2 +-
 .../java/org/apache/myfaces/tobago/example/demo/Release.java   | 10 ++++++----
 tobago-theme/package-lock.json                                 |  4 ++--
 tobago-theme/package.json                                      |  2 +-
 8 files changed, 15 insertions(+), 13 deletions(-)

diff --git a/package.json b/package.json
index e812824bd6..fb9913ab5a 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "myfaces-tobago",
-  "version": "6.1.0-SNAPSHOT",
+  "version": "6.1.0",
   "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.",
   "repository": {
     "type": "git",
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 dd66de2022..83cda5ead7 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
@@ -25,6 +25,6 @@
     shortName = "tc",
     uri = "http://myfaces.apache.org/tobago/component",
     name = "tobago",
-    displayName = "Tobago Components 6.1.0-SNAPSHOT")
+    displayName = "Tobago Components 6.1.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 71733f0d15..c0569bf3dc 100644
--- a/tobago-example/tobago-example-demo/package-lock.json
+++ b/tobago-example/tobago-example-demo/package-lock.json
@@ -1,12 +1,12 @@
 {
   "name": "tobago-example-demo",
-  "version": "6.1.0-SNAPSHOT",
+  "version": "6.1.0",
   "lockfileVersion": 2,
   "requires": true,
   "packages": {
     "": {
       "name": "tobago-example-demo",
-      "version": "6.1.0-SNAPSHOT",
+      "version": "6.1.0",
       "license": "Apache-2.0",
       "dependencies": {
         "font-awesome": "4.7.0",
diff --git a/tobago-example/tobago-example-demo/package.json b/tobago-example/tobago-example-demo/package.json
index 0fc18e0b75..8002d79504 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": "6.1.0-SNAPSHOT",
+  "version": "6.1.0",
   "description": "The demo for the Tobago framework",
   "repository": {
     "type": "git",
diff --git a/tobago-example/tobago-example-demo/src/main/java/org/apache/myfaces/tobago/example/demo/ApiController.java b/tobago-example/tobago-example-demo/src/main/java/org/apache/myfaces/tobago/example/demo/ApiController.java
index 98827f20f8..2f348043c7 100644
--- a/tobago-example/tobago-example-demo/src/main/java/org/apache/myfaces/tobago/example/demo/ApiController.java
+++ b/tobago-example/tobago-example-demo/src/main/java/org/apache/myfaces/tobago/example/demo/ApiController.java
@@ -98,7 +98,7 @@ public class ApiController implements Serializable {
       }
     }
     LOG.error("No current release found!");
-    return Release.v6_0_0.getVersion(); // should not happen
+    return Release.v6_1_0.getVersion(); // should not happen
   }
 
   public String getJiraUrl(final String version) {
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 bcfd9401a1..85a4e44551 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
@@ -161,12 +161,14 @@ public enum Release {
   v5_7_0("12352928"),
   v5_7_1("12353286"),
   v5_7_2("12353344"),
-  v5_8_0("12353182", true),
-  v5_8_1("12353822", false, true),
+  v5_8_0("12353182"),
+  v5_9_0("12353822", true),
+  v5_9_1("12353965", false, true),
 
   v6_0_0_beta_1("12353634"),
-  v6_0_0("12350675", true),
-  v6_0_1("12353821", false, true);
+  v6_0_0("12350675"),
+  v6_1_0("12353821", true),
+  v6_1_1("12353966", false, true);
 
   private final String jira;
   private final String version;
diff --git a/tobago-theme/package-lock.json b/tobago-theme/package-lock.json
index 88d1823a60..18be020ebf 100644
--- a/tobago-theme/package-lock.json
+++ b/tobago-theme/package-lock.json
@@ -1,12 +1,12 @@
 {
   "name": "tobago-theme",
-  "version": "6.1.0-SNAPSHOT",
+  "version": "6.1.0",
   "lockfileVersion": 2,
   "requires": true,
   "packages": {
     "": {
       "name": "tobago-theme",
-      "version": "6.1.0-SNAPSHOT",
+      "version": "6.1.0",
       "license": "Apache-2.0",
       "dependencies": {
         "@trevoreyre/autocomplete-js": "^2.4.1",
diff --git a/tobago-theme/package.json b/tobago-theme/package.json
index 46aa013ea7..90478debd6 100644
--- a/tobago-theme/package.json
+++ b/tobago-theme/package.json
@@ -1,6 +1,6 @@
 {
   "name": "tobago-theme",
-  "version": "6.1.0-SNAPSHOT",
+  "version": "6.1.0",
   "description": "The themes of the Tobago framework",
   "repository": {
     "type": "git",