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 2017/09/20 22:22:08 UTC

[myfaces-tobago] 03/04: TOBAGO-1795: Set Java Source to Java 8 * Jetty > 9.3 runs with jdk 8. Update to current.

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 a21438383b66e8c279e79b437ee21e1d9adbaf60
Author: Udo Schnurpfeil <lo...@apache.org>
AuthorDate: Thu Sep 21 00:21:00 2017 +0200

    TOBAGO-1795: Set Java Source to Java 8
    * Jetty > 9.3 runs with jdk 8. Update to current.
---
 tobago-example/pom.xml | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/tobago-example/pom.xml b/tobago-example/pom.xml
index 43c7e76..43e68cb 100644
--- a/tobago-example/pom.xml
+++ b/tobago-example/pom.xml
@@ -83,9 +83,7 @@
         <plugin>
           <groupId>org.eclipse.jetty</groupId>
           <artifactId>jetty-maven-plugin</artifactId>
-          <version>9.2.13.v20150730</version>
-          <!-- Jetty 9.3 requires Java 1.8 -->
-          <!--<version>9.3.3.v20150827</version>-->
+          <version>9.4.7.v20170914</version>
           <configuration>
             <scanIntervalSeconds>5</scanIntervalSeconds>
             <webAppConfig>

-- 
To stop receiving notification emails like this one, please contact
"commits@myfaces.apache.org" <co...@myfaces.apache.org>.