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 2018/11/06 20:51:45 UTC

[myfaces-tobago] 01/02: udpate version info

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

commit 6c6f0e7df530ccdbc957e40d521040729732539c
Author: Udo Schnurpfeil <lo...@apache.org>
AuthorDate: Fri Nov 2 18:26:31 2018 +0100

    udpate version info
---
 .../main/java/org/apache/myfaces/tobago/example/demo/Release.java   | 6 ++++--
 1 file changed, 4 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 a5d13e6..2a556e2 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
@@ -101,8 +101,9 @@ public enum Release {
   v2_0_10("12334742"),
   v2_1_0("12338208"),
   v2_1_1("12341246"),
-  v2_2_0("12342740", true),
-  v2_3_0("12343979", false, true),
+  v2_2_0("12342740"),
+  v2_3_0("12343979", true),
+  v2_3_1("12344409", false, true),
 
   v3_0_0_alpha_1("12325880"),
   v3_0_0_alpha_2("12333887"),
@@ -128,6 +129,7 @@ public enum Release {
   v4_2_1("12342849"),
   v4_3_0("12342850", true),
   v4_3_1("12343951", false, true),
+  v4_3_2("12344394", false, true),
 
   v5_0_0("12338729", false, true),
   v5_0_1("12344151", false, true),