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

lukaszlenart pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/struts.git


The following commit(s) were added to refs/heads/master by this push:
     new af3ee07  WW-4866 Includes 9+ JDKs
af3ee07 is described below

commit af3ee0747410ffb64448e933888ff4a15d72fe10
Author: Lukasz Lenart <lukaszlen...@apache.org>
AuthorDate: Sun Nov 11 13:42:07 2018 +0100

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

diff --git a/pom.xml b/pom.xml
index 11cd67c..6e8508e 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 -->

Reply via email to