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:38 UTC

[struts] 02/04: WW-4866 Includes 1.8+ 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 8ab102209f590e04091554d61a63dfd956c68643
Author: Lukasz Lenart <lu...@apache.org>
AuthorDate: Sun Nov 11 12:26:12 2018 +0330

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

diff --git a/pom.xml b/pom.xml
index abef807..d20dfd6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -146,7 +146,7 @@
         <profile>
             <id>jdk8</id>
             <activation>
-                <jdk>1.8</jdk>
+                <jdk>[1.8,)</jdk>
             </activation>
             <build>
                 <pluginManagement>