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/06/22 12:04:25 UTC

[myfaces-tobago] branch tobago-4.x updated: chore: update Release.java

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

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


The following commit(s) were added to refs/heads/tobago-4.x by this push:
     new 1a20af59a6 chore: update Release.java
1a20af59a6 is described below

commit 1a20af59a6025990972d6c613d8061a6f62fbc7e
Author: Henning Noeth <hn...@apache.org>
AuthorDate: Thu Jun 22 14:03:52 2023 +0200

    chore: update Release.java
---
 .../java/org/apache/myfaces/tobago/example/demo/Release.java | 12 +++++++++---
 1 file changed, 9 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 7b21e4ce99..55537fcc8c 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
@@ -153,9 +153,15 @@ public enum Release {
   v5_0_0("12338729"),
   v5_1_0("12344152"),
   v5_2_0("12344151"),
-  v5_3_0("12350747", true),
-  v5_3_1("12352127", false, true),
-  v5_4_0("12352274", false, true),
+  v5_3_0("12350747"),
+  v5_4_0("12352274"),
+  v5_5_0("12352597"),
+  v5_6_0("12352743"),
+  v5_6_1("12353083"),
+  v5_7_0("12352928"),
+  v5_7_1("12353286"),
+  v5_7_2("12353344", true),
+  v5_8_0("12353182", false, true),
 
   v6_0_0("12350675", false, true);