diff options
author | Simon Brandhof <simon.brandhof@sonarsource.com> | 2014-12-16 18:19:17 +0100 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@sonarsource.com> | 2014-12-16 18:19:17 +0100 |
commit | 518a99788110e8896dc21ca9b294d6683c7b2060 (patch) | |
tree | a4485d7177201bc56a209d1686fc19d126f7e045 /pom.xml | |
parent | 27a137f7c4fd424812ee49ca168e0b9ca8c8eb45 (diff) | |
download | sonarqube-518a99788110e8896dc21ca9b294d6683c7b2060.tar.gz sonarqube-518a99788110e8896dc21ca9b294d6683c7b2060.zip |
Fix enforcer rule for java 7
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1259,7 +1259,7 @@ <requireJavaVersion> <message>To release this project JDK ${jdk.min.version} is required. </message> - <version>[1.7)</version> + <version>[1.7,)</version> </requireJavaVersion> </rules> </configuration> |