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 2016/02/19 11:45:15 UTC

svn commit: r1731219 - /myfaces/tobago/trunk/pom.xml

Author: lofwyr
Date: Fri Feb 19 10:45:15 2016
New Revision: 1731219

URL: http://svn.apache.org/viewvc?rev=1731219&view=rev
Log:
TOBAGO-1535: Set build requirement for Tobago 2 and 3 to Java 8 or higher

Modified:
    myfaces/tobago/trunk/pom.xml

Modified: myfaces/tobago/trunk/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/pom.xml?rev=1731219&r1=1731218&r2=1731219&view=diff
==============================================================================
--- myfaces/tobago/trunk/pom.xml (original)
+++ myfaces/tobago/trunk/pom.xml Fri Feb 19 10:45:15 2016
@@ -623,7 +623,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-enforcer-plugin</artifactId>
-        <version>1.1</version>
+        <version>1.4.1</version>
         <executions>
           <execution>
             <id>enforce</id>
@@ -646,8 +646,8 @@
                   </unCheckedPlugins>
                 </requirePluginVersions>
                 <requireJavaVersion>
-                  <message>Tobago must be compiled with Java 6 or higher</message>
-                  <version>[1.6,)</version>
+                  <message>Tobago must be compiled with Java 8 or higher</message>
+                  <version>[1.8,)</version>
                 </requireJavaVersion>
               </rules>
             </configuration>