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 2021/02/03 11:49:31 UTC

[myfaces-tobago] branch tobago-4.x updated: next versions

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 5b818fc  next versions
5b818fc is described below

commit 5b818fc06a0a8e29994242d5dbcce16890612e77
Author: Udo Schnurpfeil <ud...@irian.eu>
AuthorDate: Wed Feb 3 12:48:08 2021 +0100

    next versions
---
 .../src/main/java/org/apache/myfaces/tobago/example/demo/Release.java   | 2 ++
 1 file changed, 2 insertions(+)

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 f56133b..9bc7296 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,6 +108,7 @@ public enum Release {
   v2_4_2("12345177"),
   v2_4_3("12346997", true),
   v2_4_4("12349632", false, true),
+  v2_4_5("12349661", false, true),
   v2_5_0("12345962", false, true),
 
   v3_0_0_alpha_1("12325880"),
@@ -140,6 +141,7 @@ public enum Release {
   v4_5_0("12345562"),
   v4_5_1("12348200", true),
   v4_5_2("12349344", false, true),
+  v4_5_3("12349662", false, true),
 
   v5_0_0("12338729", false, true),
   v5_0_1("12344151", false, true),