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/06 14:45:52 UTC

(myfaces-tobago) branch tobago-5.x updated (cdeef10066 -> 90a3b2110e)

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

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


    from cdeef10066 build(theme): rebuild after fixing columnSelectorAll
     new 71833be016 chore(release): prepare
     new 67ec815dd0 build(deps): downgrade maven-source-plugin
     new 90a3b2110e [maven-release-plugin] prepare release tobago-5.8.0

The 3 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                                                        |  6 +++---
 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 +-
 .../java/org/apache/myfaces/tobago/example/demo/Release.java   | 10 ++++++----
 tobago-example/tobago-example-spring-boot/pom.xml              |  2 +-
 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-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 +-
 29 files changed, 38 insertions(+), 36 deletions(-)


(myfaces-tobago) 02/03: build(deps): downgrade maven-source-plugin

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

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

commit 67ec815dd0a9b4a5ef124837718ab62962a7f7b7
Author: Henning Noeth <hn...@apache.org>
AuthorDate: Mon Nov 6 15:43:10 2023 +0100

    build(deps): downgrade maven-source-plugin
    
    Downgrade from 3.3.0 to 3.2.1 to avoid an issue when executing: mvn release:prepare
    
    Failed to execute goal org.apache.maven.plugins:maven-source-plugin:3.3.0:jar-no-fork (attach-sources) on project tobago-config-dev: Presumably you have configured maven-source-plugn to execute twice times in your build. You have to configure a classifier for at least on of them.
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 6dc26d1870..6b5d359974 100644
--- a/pom.xml
+++ b/pom.xml
@@ -663,7 +663,7 @@
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-source-plugin</artifactId>
-          <version>3.3.0</version>
+          <version>3.2.1</version>
         </plugin>
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>


(myfaces-tobago) 01/03: 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 tobago-5.x
in repository https://gitbox.apache.org/repos/asf/myfaces-tobago.git

commit 71833be016087f8418804b13a78970b3453be48f
Author: Henning Noeth <hn...@apache.org>
AuthorDate: Mon Nov 6 15:08:12 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 +-
 .../java/org/apache/myfaces/tobago/example/demo/Release.java   | 10 ++++++----
 tobago-theme/package-lock.json                                 |  4 ++--
 tobago-theme/package.json                                      |  2 +-
 7 files changed, 14 insertions(+), 12 deletions(-)

diff --git a/package.json b/package.json
index bd04f6c559..2f44940ad2 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "myfaces-tobago",
-  "version": "5.8.0-SNAPSHOT",
+  "version": "5.8.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 afbbec5e46..8d5f832bdc 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 5.8.0-SNAPSHOT")
+    displayName = "Tobago Components 5.8.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 1c2fee436a..afdaa5a501 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": "5.8.0-SNAPSHOT",
+  "version": "5.8.0",
   "lockfileVersion": 2,
   "requires": true,
   "packages": {
     "": {
       "name": "tobago-example-demo",
-      "version": "5.8.0-SNAPSHOT",
+      "version": "5.8.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 e12e4abce8..c8ba829001 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.8.0-SNAPSHOT",
+  "version": "5.8.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/Release.java b/tobago-example/tobago-example-demo/src/main/java/org/apache/myfaces/tobago/example/demo/Release.java
index 574255f6b0..bcfd9401a1 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
@@ -160,11 +160,13 @@ public enum Release {
   v5_6_1("12353083"),
   v5_7_0("12352928"),
   v5_7_1("12353286"),
-  v5_7_2("12353344", true),
-  v5_8_0("12353182", false, true),
+  v5_7_2("12353344"),
+  v5_8_0("12353182", true),
+  v5_8_1("12353822", false, true),
 
-  v6_0_0_beta_1("12353634", true),
-  v6_0_0("12350675", false, true);
+  v6_0_0_beta_1("12353634"),
+  v6_0_0("12350675", true),
+  v6_0_1("12353821", 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 84a996250e..c4b8d5835b 100644
--- a/tobago-theme/package-lock.json
+++ b/tobago-theme/package-lock.json
@@ -1,12 +1,12 @@
 {
   "name": "tobago-theme",
-  "version": "5.8.0-SNAPSHOT",
+  "version": "5.8.0",
   "lockfileVersion": 2,
   "requires": true,
   "packages": {
     "": {
       "name": "tobago-theme",
-      "version": "5.8.0-SNAPSHOT",
+      "version": "5.8.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 235f5c3a09..41c3d0cd69 100644
--- a/tobago-theme/package.json
+++ b/tobago-theme/package.json
@@ -1,6 +1,6 @@
 {
   "name": "tobago-theme",
-  "version": "5.8.0-SNAPSHOT",
+  "version": "5.8.0",
   "description": "The themes of the Tobago framework",
   "repository": {
     "type": "git",


(myfaces-tobago) 03/03: [maven-release-plugin] prepare release tobago-5.8.0

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

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

commit 90a3b2110eadfebf68eeac530246c5a01153562a
Author: Henning Noeth <hn...@apache.org>
AuthorDate: Mon Nov 6 15:45:48 2023 +0100

    [maven-release-plugin] prepare release tobago-5.8.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 6b5d359974..1ee5eb35cd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -26,7 +26,7 @@
   <artifactId>tobago</artifactId>
   <packaging>pom</packaging>
   <name>Apache Tobago</name>
-  <version>5.8.0-SNAPSHOT</version>
+  <version>5.8.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>
@@ -337,7 +337,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.8.0</tag>
   </scm>
 
   <build>
diff --git a/tobago-assembly/pom.xml b/tobago-assembly/pom.xml
index f908ae43a6..19a3797090 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.8.0-SNAPSHOT</version>
+    <version>5.8.0</version>
   </parent>
 
   <dependencies>
diff --git a/tobago-core/pom.xml b/tobago-core/pom.xml
index bcd1d916c4..6ae2934ce1 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.8.0-SNAPSHOT</version>
+    <version>5.8.0</version>
   </parent>
   <artifactId>tobago-core</artifactId>
   <packaging>jar</packaging>
diff --git a/tobago-example/pom.xml b/tobago-example/pom.xml
index dd40c66a07..090c736341 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.8.0-SNAPSHOT</version>
+    <version>5.8.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 0b614ebf84..ea4fe4698a 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.8.0-SNAPSHOT</version>
+    <version>5.8.0</version>
   </parent>
 
   <profiles>
diff --git a/tobago-example/tobago-example-blank/pom.xml b/tobago-example/tobago-example-blank/pom.xml
index 10bf41c253..1151b0310f 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.8.0-SNAPSHOT</version>
+    <version>5.8.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 4064a26ea8..70e0ca24e5 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.8.0-SNAPSHOT</version>
+    <version>5.8.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 afbdbe2d19..bd4d22a4a0 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.8.0-SNAPSHOT</version>
+    <version>5.8.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 083a5de997..ed0e4598e8 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.8.0-SNAPSHOT</version>
+    <version>5.8.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 deb6e30a74..bab9cb7d46 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.8.0-SNAPSHOT</version>
+    <version>5.8.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 11b3492e9d..7959eb557c 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.8.0-SNAPSHOT</version>
+    <version>5.8.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 ea962aac63..c4936e00d3 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.8.0-SNAPSHOT</version>
+    <version>5.8.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 deb532712a..f50fc96afe 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.8.0-SNAPSHOT</version>
+    <version>5.8.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 1a13f86ada..155ca37fe4 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.8.0-SNAPSHOT</version>
+    <version>5.8.0</version>
   </parent>
   <artifactId>tobago-theme-standard</artifactId>
   <packaging>jar</packaging>
diff --git a/tobago-tool/pom.xml b/tobago-tool/pom.xml
index e3831b9fc4..522b191d98 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.8.0-SNAPSHOT</version>
+    <version>5.8.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 c56292c103..05d3fdc5ff 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.8.0-SNAPSHOT</version>
+    <version>5.8.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 b41527a7e9..e7e7c5beb0 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.8.0-SNAPSHOT</version>
+    <version>5.8.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 a4448634e6..c30a928379 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.8.0-SNAPSHOT</version>
+    <version>5.8.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 9181506e0e..d5aa445c1d 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.8.0-SNAPSHOT</version>
+    <version>5.8.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 ba9ce8f456..0dfcc1fb98 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.8.0-SNAPSHOT</version>
+    <version>5.8.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 c161b7271c..f080caea27 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.8.0-SNAPSHOT</version>
+    <version>5.8.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 4825c0e9f5..3ab48e2e78 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.8.0-SNAPSHOT</version>
+    <version>5.8.0</version>
   </parent>
   <artifactId>tobago-tool-test</artifactId>
   <packaging>jar</packaging>