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/26 14:42:32 UTC

[myfaces-tobago] branch tobago-4.x updated: demo: prepare next release

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 2a958c5  demo: prepare next release
2a958c5 is described below

commit 2a958c53e52c74429996d1136d2a10554fc8d3e8
Author: Udo Schnurpfeil <ud...@irian.eu>
AuthorDate: Fri Feb 26 15:35:00 2021 +0100

    demo: prepare next release
---
 .../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 e13f244..fd336a4 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
@@ -140,8 +140,8 @@ public enum Release {
   v4_4_1("12345061"),
   v4_5_0("12345562"),
   v4_5_1("12348200"),
-  v4_5_2("12349344", true),
-  v4_5_3("12349662", false, true),
+  v4_5_2("12349344"),
+  v4_5_3("12349662", true),
 
   v5_0_0("12338729", false, true),
   v5_0_1("12344151", false, true),