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:01:48 UTC

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

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


The following commit(s) were added to refs/heads/main by this push:
     new f89f3f3d21 chore: update Release.java
f89f3f3d21 is described below

commit f89f3f3d2109d8d59a96f790387d301053d2d7b6
Author: Henning Noeth <hn...@apache.org>
AuthorDate: Thu Jun 22 14:01:21 2023 +0200

    chore: update Release.java
---
 .../main/java/org/apache/myfaces/tobago/example/demo/Release.java  | 7 +++++--
 1 file changed, 5 insertions(+), 2 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 2f262b69b7..8563f3f627 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
@@ -157,8 +157,11 @@ public enum Release {
   v5_4_0("12352274"),
   v5_5_0("12352597"),
   v5_6_0("12352743"),
-  v5_6_1("12353083", true),
-  v5_7_0("12352928", false, true),
+  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);