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:56 UTC

[myfaces-tobago] branch tobago-4.x updated (4a87d27 -> 34ccfd1)

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

lofwyr pushed a change to branch tobago-4.x
in repository https://gitbox.apache.org/repos/asf/myfaces-tobago.git.


    from 4a87d27  rebuild themes after update
     new f2d4cb0  checked release version of jsf.js
     new 34ccfd1  update version info

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../main/java/org/apache/myfaces/tobago/example/demo/Release.java    | 5 +++--
 tobago-example/tobago-example-demo/src/main/webapp/main.xhtml        | 2 +-
 .../tobago/standard/tobago-bootstrap/_version/js/tobago-jsf.js       | 2 +-
 3 files changed, 5 insertions(+), 4 deletions(-)


[myfaces-tobago] 02/02: update version info

Posted by lo...@apache.org.
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>
 


[myfaces-tobago] 01/02: checked release version of jsf.js

Posted by lo...@apache.org.
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 f2d4cb0b7ee83997911800f493de4777d82d88fa
Author: Udo Schnurpfeil <lo...@apache.org>
AuthorDate: Wed May 15 15:22:29 2019 +0200

    checked release version of jsf.js
---
 .../tobago/standard/tobago-bootstrap/_version/js/tobago-jsf.js          | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tobago-theme/tobago-theme-standard/src/main/resources/META-INF/resources/tobago/standard/tobago-bootstrap/_version/js/tobago-jsf.js b/tobago-theme/tobago-theme-standard/src/main/resources/META-INF/resources/tobago/standard/tobago-bootstrap/_version/js/tobago-jsf.js
index 485a6aa..1350622 100644
--- a/tobago-theme/tobago-theme-standard/src/main/resources/META-INF/resources/tobago/standard/tobago-bootstrap/_version/js/tobago-jsf.js
+++ b/tobago-theme/tobago-theme-standard/src/main/resources/META-INF/resources/tobago/standard/tobago-bootstrap/_version/js/tobago-jsf.js
@@ -15,7 +15,7 @@
  */
 
 /*
- * XXX This is a modified copy of MyFaces 2.3.3-SNAPSHOT (2018-11-12) jsf-uncompressed-full.js
+ * XXX This is a modified copy of MyFaces 2.3.3 jsf-uncompressed-full.js
  * XXX Modifications are marked with TOBAGO-JSF-JS
  */