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/01/24 16:13:07 UTC

[myfaces-tobago] branch master updated (218a6e4 -> 28e0d35)

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

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


    from 218a6e4  plugin update
     new 119fdfe  mojarra update
     new 938ae1f  fix xml declaration
     new 28e0d35  update deltaspike, because of CVE-2017-17837

The 3 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:
 pom.xml                                                                 | 2 +-
 tobago-example/tobago-example-demo/pom.xml                              | 2 +-
 .../tobago-example-demo/src/main/webapp/error/exception.xhtml           | 1 +
 3 files changed, 3 insertions(+), 2 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
lofwyr@apache.org.

[myfaces-tobago] 03/03: update deltaspike, because of CVE-2017-17837

Posted by lo...@apache.org.
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 28e0d35db69efe8c8e48fcc089723b5f31cee3e7
Author: Udo Schnurpfeil <lo...@apache.org>
AuthorDate: Wed Jan 24 16:29:16 2018 +0100

    update deltaspike, because of CVE-2017-17837
---
 tobago-example/tobago-example-demo/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tobago-example/tobago-example-demo/pom.xml b/tobago-example/tobago-example-demo/pom.xml
index b81ec27..712758f 100644
--- a/tobago-example/tobago-example-demo/pom.xml
+++ b/tobago-example/tobago-example-demo/pom.xml
@@ -33,7 +33,7 @@
 
   <properties>
     <openwebbeans.version>2.0.2</openwebbeans.version>
-    <deltaspike.version>1.8.0</deltaspike.version>
+    <deltaspike.version>1.8.1</deltaspike.version>
     <!--<arquillian.browser>firefox</arquillian.browser>-->
     <!-- phantomjs works not with CSP (report-only) -->
     <arquillian.browser>phantomjs</arquillian.browser>

-- 
To stop receiving notification emails like this one, please contact
lofwyr@apache.org.

[myfaces-tobago] 02/03: fix xml declaration

Posted by lo...@apache.org.
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 938ae1f1f19de79e74826a4aa20ed8e2cedde97a
Author: Udo Schnurpfeil <lo...@apache.org>
AuthorDate: Wed Jan 24 15:42:27 2018 +0100

    fix xml declaration
---
 tobago-example/tobago-example-demo/src/main/webapp/error/exception.xhtml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tobago-example/tobago-example-demo/src/main/webapp/error/exception.xhtml b/tobago-example/tobago-example-demo/src/main/webapp/error/exception.xhtml
index fe50694..9b0b317 100644
--- a/tobago-example/tobago-example-demo/src/main/webapp/error/exception.xhtml
+++ b/tobago-example/tobago-example-demo/src/main/webapp/error/exception.xhtml
@@ -18,6 +18,7 @@
 -->
 
 <ui:composition template="/main.xhtml"
+                xmlns="http://www.w3.org/1999/xhtml"
                 xmlns:tc="http://myfaces.apache.org/tobago/component"
                 xmlns:ui="http://java.sun.com/jsf/facelets">
   <ui:param name="title" value="Sorry, an error has occured!"/>

-- 
To stop receiving notification emails like this one, please contact
lofwyr@apache.org.

[myfaces-tobago] 01/03: mojarra update

Posted by lo...@apache.org.
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 119fdfe3e896ebee8a64e502687427766cf6a5b6
Author: Udo Schnurpfeil <lo...@apache.org>
AuthorDate: Wed Jan 24 14:45:34 2018 +0100

    mojarra update
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index b0c1cf3..09fa230 100644
--- a/pom.xml
+++ b/pom.xml
@@ -39,7 +39,7 @@
     <mojarra20.version>2.0.11-04</mojarra20.version>
     <mojarra21.version>2.1.29-08</mojarra21.version>
     <mojarra22.version>2.2.14</mojarra22.version>
-    <mojarra23.version>2.3.2</mojarra23.version>
+    <mojarra23.version>2.3.3</mojarra23.version>
     <slf4j.version>1.7.25</slf4j.version>
     <logback.version>1.2.3</logback.version>
     <maven.compile.source>1.8</maven.compile.source>

-- 
To stop receiving notification emails like this one, please contact
lofwyr@apache.org.