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/04/30 15:37:18 UTC

[myfaces-tobago] 02/02: chore: release version info

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

commit 6f3647d022eeb97b2ffcc92b9c16bfa1ff1f676f
Author: Udo Schnurpfeil <ud...@irian.eu>
AuthorDate: Thu Apr 30 17:36:38 2020 +0200

    chore: release version info
---
 .../main/java/org/apache/myfaces/tobago/example/demo/Release.java    | 5 +++--
 1 file changed, 3 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 3fafb1a..05929b2 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
@@ -132,8 +132,9 @@ public enum Release {
   v4_3_1("12343951"),
   v4_3_2("12344394"),
   v4_4_0("12344541"),
-  v4_4_1("12345061", true),
-  v4_5_0("12345562", false, true),
+  v4_4_1("12345061"),
+  v4_5_0("12345562", true),
+  v4_5_1("12348200", false, true),
 
   v5_0_0("12338729", false, true),
   v5_0_1("12344151", false, true),