You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by ya...@apache.org on 2018/11/18 12:58:39 UTC

[struts] 03/04: WW-4866 Includes 9+ JDKs

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

yasserzamani pushed a commit to branch struts-2-5-x
in repository https://gitbox.apache.org/repos/asf/struts.git

commit b75c0ba5e1f69d60ef2f57583d078ce72e6b2f66
Author: Lukasz Lenart <lu...@apache.org>
AuthorDate: Sun Nov 11 16:12:07 2018 +0330

    WW-4866 Includes 9+ JDKs
    
    (cherry picked from commit af3ee07)
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index d20dfd6..f7b12bd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -165,7 +165,7 @@
         <profile>
             <id>jdk9</id>
             <activation>
-                <jdk>9</jdk>
+                <jdk>[9,)</jdk>
             </activation>
             <properties>
                 <!-- coverall version 4.3.0 does not work with java 9, see https://github.com/trautonen/coveralls-maven-plugin/issues/112 -->