You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by bo...@apache.org on 2017/04/21 11:14:20 UTC

svn commit: r1792181 - /myfaces/trinidad/trunk/pom.xml

Author: bommel
Date: Fri Apr 21 11:14:20 2017
New Revision: 1792181

URL: http://svn.apache.org/viewvc?rev=1792181&view=rev
Log:
not all trinidad maven plugins are not working with jdk 1.8

Modified:
    myfaces/trinidad/trunk/pom.xml

Modified: myfaces/trinidad/trunk/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/trinidad/trunk/pom.xml?rev=1792181&r1=1792180&r2=1792181&view=diff
==============================================================================
--- myfaces/trinidad/trunk/pom.xml (original)
+++ myfaces/trinidad/trunk/pom.xml Fri Apr 21 11:14:20 2017
@@ -666,8 +666,8 @@ Create A Branch (http://maven.apache.org
                   <version>[${maven.min-version},)</version>
                 </requireMavenVersion>
                 <requireJavaVersion>
-                  <message>Apache MyFaces Trinidad 2 needs to be compiled with at least JDK ${jdk.min-version}</message>                
-                  <version>[${jdk.min-version},)</version>
+                  <message>Apache MyFaces Trinidad 2 needs to be compiled with at least JDK ${jdk.min-version} and max JDK 1.7</message>
+                  <version>[${jdk.min-version},1.8)</version>
                 </requireJavaVersion>
               </rules>    
             </configuration>