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/03/07 08:04:27 UTC

[myfaces-tobago] branch tobago-4.x updated: doc: release 2.4.5

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

lofwyr 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 afcff9b  doc: release 2.4.5
afcff9b is described below

commit afcff9b63f87372bfc58625f6f7b7a1681f10f34
Author: Udo Schnurpfeil <ud...@irian.eu>
AuthorDate: Mon Mar 7 08:17:48 2022 +0100

    doc: release 2.4.5
---
 .../org/apache/myfaces/tobago/example/demo/Release.java   | 15 +++++++++------
 1 file changed, 9 insertions(+), 6 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 6ca11ff..71bccf4 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
@@ -108,8 +108,8 @@ public enum Release {
   v2_4_2("12345177"),
   v2_4_3("12346997"),
 
-  v2_4_4("12349632", true),
-  v2_4_5("12349661", false, true),
+  v2_4_4("12349632"),
+  v2_4_5("12349661", true),
   v2_5_0("12345962", false, true),
 
   v3_0_0_alpha_1("12325880"),
@@ -147,10 +147,13 @@ public enum Release {
   v4_5_5("12350236", false, true),
 
   v5_0_0_alpha_1("12350237"),
-  v5_0_0_alpha_2("12350431", true),
-  v5_0_0("12338729", false, true),
-  v5_0_1("12344151", false, true),
-  v5_1_0("12344152", false, true);
+  v5_0_0_alpha_2("12350431"),
+  v5_0_0("12338729", true),
+  v5_1_0("12344152", false, true),
+  v5_1_1("12344151", false, true),
+  v5_2_0("12350747", false, true),
+
+  v6_0_0("12350675", false, true);
 
   private final String jira;
   private final String version;