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 2020/12/16 08:29:53 UTC

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

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

lofwyr pushed a commit to branch tobago-2.x
in repository https://gitbox.apache.org/repos/asf/myfaces-tobago.git

commit bd116a5e59d29a41bbfebbca3ef60688c267799e
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 0edddad..393229a 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>
@@ -1141,8 +1141,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>