You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by we...@apache.org on 2021/03/09 13:26:49 UTC

[myfaces-tobago] 02/13: set Java compiler version to 8 to fail early

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

weber pushed a commit to branch TOBAGO-1999_Select2
in repository https://gitbox.apache.org/repos/asf/myfaces-tobago.git

commit 57163e476d80595d9f13cfe9c94f103754c45842
Author: Udo Schnurpfeil <ud...@irian.eu>
AuthorDate: Wed Dec 16 09:26:20 2020 +0100

    set Java compiler version to 8 to fail early
---
 pom.xml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/pom.xml b/pom.xml
index 3f7272d..5a37703 100644
--- a/pom.xml
+++ b/pom.xml
@@ -667,8 +667,8 @@
                   </unCheckedPlugins>
                 </requirePluginVersions>
                 <requireJavaVersion>
-                  <message>Tobago must be compiled with Java 8 or higher</message>
-                  <version>[1.8,)</version>
+                  <message>Tobago must be compiled with Java 8</message>
+                  <version>[1.8.0-100,1.8.0-999]</version>
                 </requireJavaVersion>
               </rules>
             </configuration>
@@ -1145,8 +1145,8 @@
                 <configuration>
                   <rules>
                     <requireJavaVersion>
-                      <message>Tobago must be compiled with Java 8 or higher</message>
-                      <version>[1.8,)</version>
+                      <message>Tobago must be compiled with Java 8</message>
+                      <version>[1.8.0-100,1.8.0-999]</version>
                     </requireJavaVersion>
                   </rules>
                 </configuration>