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 07:20:42 UTC

[myfaces-tobago] branch tobago-5.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-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 1d350ad  doc: release 2.4.5
1d350ad is described below

commit 1d350ad6293793bac5d6d013f0bad740085e7887
Author: Udo Schnurpfeil <ud...@irian.eu>
AuthorDate: Mon Mar 7 08:19:33 2022 +0100

    doc: release 2.4.5
---
 .../src/main/java/org/apache/myfaces/tobago/example/demo/Release.java | 4 ++--
 1 file changed, 2 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 6d6d41d..80bb305 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"),