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:50:15 UTC

(myfaces-tobago) branch tobago-5.x updated (6d04b7e549 -> c1981a1913)

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 6d04b7e549 fix: test-scenarios-locally.sh
     new 7706390aa4 chore(release): prepare
     new c1981a1913 [maven-release-plugin] prepare release tobago-5.9.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-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 +-
 30 files changed, 38 insertions(+), 36 deletions(-)


(myfaces-tobago) 02/02: [maven-release-plugin] prepare release tobago-5.9.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 c1981a19131822902d119e138c616e81c3db7c99
Author: Henning Noeth <hn...@apache.org>
AuthorDate: Tue Nov 28 16:50:11 2023 +0100

    [maven-release-plugin] prepare release tobago-5.9.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 220a8a0a8e..663a3fdf7d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -26,7 +26,7 @@
   <artifactId>tobago</artifactId>
   <packaging>pom</packaging>
   <name>Apache Tobago</name>
-  <version>5.9.0-SNAPSHOT</version>
+  <version>5.9.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.9.0</tag>
   </scm>
 
   <build>
diff --git a/tobago-assembly/pom.xml b/tobago-assembly/pom.xml
index b10140f12a..134a4703fa 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.9.0-SNAPSHOT</version>
+    <version>5.9.0</version>
   </parent>
 
   <dependencies>
diff --git a/tobago-core/pom.xml b/tobago-core/pom.xml
index 28ae17891f..20ad60e8f2 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.9.0-SNAPSHOT</version>
+    <version>5.9.0</version>
   </parent>
   <artifactId>tobago-core</artifactId>
   <packaging>jar</packaging>
diff --git a/tobago-example/pom.xml b/tobago-example/pom.xml
index c9c5309bb9..f2e9e8de76 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.9.0-SNAPSHOT</version>
+    <version>5.9.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 3c13123786..0a62264f99 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.9.0-SNAPSHOT</version>
+    <version>5.9.0</version>
   </parent>
 
   <profiles>
diff --git a/tobago-example/tobago-example-blank/pom.xml b/tobago-example/tobago-example-blank/pom.xml
index 1325dce21e..9daeb9d0e9 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.9.0-SNAPSHOT</version>
+    <version>5.9.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 9105e95e22..8c029525cc 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.9.0-SNAPSHOT</version>
+    <version>5.9.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 cd4e5b7d62..09075b559f 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.9.0-SNAPSHOT</version>
+    <version>5.9.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 f516d6703e..80e1db7655 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.9.0-SNAPSHOT</version>
+    <version>5.9.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 6b58de8e2e..76cb765910 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.9.0-SNAPSHOT</version>
+    <version>5.9.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 16b4439b47..7bb34900c7 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.9.0-SNAPSHOT</version>
+    <version>5.9.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 b96a92e186..cfb0b415c4 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.9.0-SNAPSHOT</version>
+    <version>5.9.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 4063dd4eee..d26d741816 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.9.0-SNAPSHOT</version>
+    <version>5.9.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 0a97e1c91e..ebc4935b02 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.9.0-SNAPSHOT</version>
+    <version>5.9.0</version>
   </parent>
   <artifactId>tobago-theme-standard</artifactId>
   <packaging>jar</packaging>
diff --git a/tobago-tool/pom.xml b/tobago-tool/pom.xml
index d57bb63f24..eb7d7e1e48 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.9.0-SNAPSHOT</version>
+    <version>5.9.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 d605627d77..b00de8f14c 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.9.0-SNAPSHOT</version>
+    <version>5.9.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 69cb612c4d..2987602f0e 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.9.0-SNAPSHOT</version>
+    <version>5.9.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 a4bf2cea65..7e7d55226e 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.9.0-SNAPSHOT</version>
+    <version>5.9.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 b78f5d3caf..ccaf80db1c 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.9.0-SNAPSHOT</version>
+    <version>5.9.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 7c7bc59719..c702e0cb4f 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.9.0-SNAPSHOT</version>
+    <version>5.9.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 90deb21b7e..75c5d64e5e 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.9.0-SNAPSHOT</version>
+    <version>5.9.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 6902a16dec..a614567ae3 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.9.0-SNAPSHOT</version>
+    <version>5.9.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 tobago-5.x
in repository https://gitbox.apache.org/repos/asf/myfaces-tobago.git

commit 7706390aa46a7f608c3b20bd3c4e6aaf3064c68f
Author: Henning Noeth <hn...@apache.org>
AuthorDate: Tue Nov 28 16:47:48 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 c7172283bd..efa0653f6e 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "myfaces-tobago",
-  "version": "5.9.0-SNAPSHOT",
+  "version": "5.9.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 f4248a1577..90b8e3691a 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.9.0-SNAPSHOT")
+    displayName = "Tobago Components 5.9.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 aabd2d94d1..c912d3334d 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.9.0-SNAPSHOT",
+  "version": "5.9.0",
   "lockfileVersion": 2,
   "requires": true,
   "packages": {
     "": {
       "name": "tobago-example-demo",
-      "version": "5.9.0-SNAPSHOT",
+      "version": "5.9.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 2162e3f7e5..b37f657706 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.9.0-SNAPSHOT",
+  "version": "5.9.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 e3c487fbed..87e2cc52eb 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
@@ -97,7 +97,7 @@ public class ApiController implements Serializable {
       }
     }
     LOG.error("No current release found!");
-    return Release.v5_7_2.getVersion(); // should not happen
+    return Release.v5_9_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 c4779c1405..943573f108 100644
--- a/tobago-theme/package-lock.json
+++ b/tobago-theme/package-lock.json
@@ -1,12 +1,12 @@
 {
   "name": "tobago-theme",
-  "version": "5.9.0-SNAPSHOT",
+  "version": "5.9.0",
   "lockfileVersion": 2,
   "requires": true,
   "packages": {
     "": {
       "name": "tobago-theme",
-      "version": "5.9.0-SNAPSHOT",
+      "version": "5.9.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 672e06474a..8f2fb038e3 100644
--- a/tobago-theme/package.json
+++ b/tobago-theme/package.json
@@ -1,6 +1,6 @@
 {
   "name": "tobago-theme",
-  "version": "5.9.0-SNAPSHOT",
+  "version": "5.9.0",
   "description": "The themes of the Tobago framework",
   "repository": {
     "type": "git",