You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by hn...@apache.org on 2018/12/12 10:35:37 UTC

[myfaces-tobago] branch master updated: update versions

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

hnoeth 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 327eafa  update versions
327eafa is described below

commit 327eafa3694398e83fa740790bd59361ee18c1c2
Author: Henning Noeth <hn...@apache.org>
AuthorDate: Wed Dec 12 11:35:28 2018 +0100

    update versions
---
 .../java/org/apache/myfaces/tobago/example/demo/Release.java   | 10 +++++-----
 1 file changed, 5 insertions(+), 5 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 e9b7327..7d080f9 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
@@ -120,17 +120,17 @@ public enum Release {
   v3_0_4("12340258"),
   v3_0_5("12340325"),
   v3_0_6("12341574"),
-  v3_1_0("12342388", true),
-  v3_1_1("12343478", false, true),
+  v3_1_0("12342388"),
+  v3_1_1("12343478", true),
 
   v4_0_0("12338728"),
   v4_1_0("12339443"),
   v4_2_0("12342739"),
   v4_2_1("12342849"),
   v4_3_0("12342850"),
-  v4_3_1("12343951", true),
-  v4_3_2("12344394", false, true),
-  v4_3_3("12344541", false, true),
+  v4_3_1("12343951"),
+  v4_3_2("12344394", true, false),
+  v4_4_0("12344541", false, true),
 
   v5_0_0("12338729", false, true),
   v5_0_1("12344151", false, true),