You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lo...@apache.org on 2022/11/25 22:10:46 UTC

[myfaces-tobago] branch tobago-5.x updated: doc: versions (#3466)

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

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


The following commit(s) were added to refs/heads/tobago-5.x by this push:
     new 67811f7527 doc: versions (#3466)
67811f7527 is described below

commit 67811f7527a8c2c0589fd140fbbdfa8a4b21abc8
Author: Udo Schnurpfeil <lo...@apache.org>
AuthorDate: Fri Nov 25 23:10:40 2022 +0100

    doc: versions (#3466)
---
 .../src/main/java/org/apache/myfaces/tobago/example/demo/Release.java  | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

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 05946d152a..ee60339376 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
@@ -154,8 +154,9 @@ public enum Release {
   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_4_1("12352127", false, true),
+  v5_5_0("12352597", false, true),
 
   v6_0_0("12350675", false, true);