You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by jg...@apache.org on 2019/10/29 15:58:04 UTC

[tomee] branch tomee-7.0.x updated: TOMEE-2724 Upgrade Mojarra to 2.2.20

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

jgallimore pushed a commit to branch tomee-7.0.x
in repository https://gitbox.apache.org/repos/asf/tomee.git


The following commit(s) were added to refs/heads/tomee-7.0.x by this push:
     new 3a28c99  TOMEE-2724 Upgrade Mojarra to 2.2.20
3a28c99 is described below

commit 3a28c99565361f34b317b19cd64cb8f4b610925b
Author: Jonathan Gallimore <jo...@jrg.me.uk>
AuthorDate: Tue Oct 29 15:57:38 2019 +0000

    TOMEE-2724 Upgrade Mojarra to 2.2.20
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 5eca40a..15f35ca 100644
--- a/pom.xml
+++ b/pom.xml
@@ -178,7 +178,7 @@
     <geronimo-osgi.version>1.1</geronimo-osgi.version>
     <geronimo-javamail_1.4_spec.version>1.9.0-alpha-2</geronimo-javamail_1.4_spec.version>
     <myfaces.version>2.2.12</myfaces.version>
-    <mojarra.version>2.2.12</mojarra.version>
+    <mojarra.version>2.2.20</mojarra.version>
     <slf4j.version>1.7.21</slf4j.version>
     <log4j.version>1.2.17</log4j.version>
     <log4j2.version>2.0.1</log4j2.version>