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 2020/03/25 14:22:26 UTC

[myfaces-tobago] branch master updated: set next Tobago 4 Version to 4.5.0

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

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


The following commit(s) were added to refs/heads/master by this push:
     new b8eb2d9  set next Tobago 4 Version to 4.5.0
b8eb2d9 is described below

commit b8eb2d9e67829835a946cea5e034f25573dd37ac
Author: Udo Schnurpfeil <ud...@irian.eu>
AuthorDate: Wed Mar 25 15:21:00 2020 +0100

    set next Tobago 4 Version to 4.5.0
---
 .../src/main/java/org/apache/myfaces/tobago/example/demo/Release.java   | 2 +-
 1 file changed, 1 insertion(+), 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 4c84b9a..efdac4f 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
@@ -135,7 +135,7 @@ public enum Release {
   v4_3_2("12344394"),
   v4_4_0("12344541"),
   v4_4_1("12345061", true),
-  v4_4_2("12345562", false, true),
+  v4_5_0("12345562", false, true),
 
   v5_0_0("12338729", false, true),
   v5_0_1("12344151", false, true),