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 2019/05/15 13:44:58 UTC

[myfaces-tobago] 02/02: update 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 34ccfd16cf1dafdbfd485eb18395a42cf4caca17
Author: Udo Schnurpfeil <lo...@apache.org>
AuthorDate: Wed May 15 15:44:41 2019 +0200

    update version info
---
 .../main/java/org/apache/myfaces/tobago/example/demo/Release.java    | 5 +++--
 tobago-example/tobago-example-demo/src/main/webapp/main.xhtml        | 2 +-
 2 files changed, 4 insertions(+), 3 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 04ceb7a..892d057 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
@@ -130,8 +130,9 @@ public enum Release {
   v4_2_1("12342849"),
   v4_3_0("12342850"),
   v4_3_1("12343951"),
-  v4_3_2("12344394", true, false),
-  v4_4_0("12344541", false, true),
+  v4_3_2("12344394"),
+  v4_4_0("12344541"),
+  v4_4_1("12345061", true),
 
   v5_0_0("12338729", false, true),
   v5_0_1("12344151", false, true),
diff --git a/tobago-example/tobago-example-demo/src/main/webapp/main.xhtml b/tobago-example/tobago-example-demo/src/main/webapp/main.xhtml
index 9a1d862..3d3dcbd 100644
--- a/tobago-example/tobago-example-demo/src/main/webapp/main.xhtml
+++ b/tobago-example/tobago-example-demo/src/main/webapp/main.xhtml
@@ -82,7 +82,7 @@
       </tc:popup>
 
       <tc:footer fixed="true">
-        © 2005-2018 Apache Software Foundation, Licensed under the <a
+        © 2005-2019 Apache Software Foundation, Licensed under the <a
           href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.
       </tc:footer>