]> source.dussan.org Git - sonarqube.git/commitdiff
Fix enforcer rule for java 7
authorSimon Brandhof <simon.brandhof@sonarsource.com>
Tue, 16 Dec 2014 17:19:17 +0000 (18:19 +0100)
committerSimon Brandhof <simon.brandhof@sonarsource.com>
Tue, 16 Dec 2014 17:19:17 +0000 (18:19 +0100)
pom.xml

diff --git a/pom.xml b/pom.xml
index 2809aacd20714d0ea3b1c0950eec7e00bb7fdfb9..62daa44a63236d2dc8626f838f65f5e2b10a3862 100644 (file)
--- a/pom.xml
+++ b/pom.xml
                     <requireJavaVersion>
                       <message>To release this project JDK ${jdk.min.version} is required.
                       </message>
-                      <version>[1.7)</version>
+                      <version>[1.7,)</version>
                     </requireJavaVersion>
                   </rules>
                 </configuration>