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 2023/04/05 13:42:56 UTC

[myfaces-tobago] branch tobago-5.x updated: Update Release.java

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 58daf3da21 Update Release.java
58daf3da21 is described below

commit 58daf3da215106b351ec81e2538ae530e65bca8b
Author: Udo Schnurpfeil <lo...@apache.org>
AuthorDate: Wed Apr 5 15:42:51 2023 +0200

    Update Release.java
    
    update released versions
---
 .../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 8033d05f84..2f262b69b7 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
@@ -156,7 +156,8 @@ public enum Release {
   v5_3_0("12350747"),
   v5_4_0("12352274"),
   v5_5_0("12352597"),
-  v5_6_0("12352743", true),
+  v5_6_0("12352743"),
+  v5_6_1("12353083", true),
   v5_7_0("12352928", false, true),
 
   v6_0_0("12350675", false, true);