aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@sonarsource.com>2014-12-16 18:19:17 +0100
committerSimon Brandhof <simon.brandhof@sonarsource.com>2014-12-16 18:19:17 +0100
commit518a99788110e8896dc21ca9b294d6683c7b2060 (patch)
treea4485d7177201bc56a209d1686fc19d126f7e045 /pom.xml
parent27a137f7c4fd424812ee49ca168e0b9ca8c8eb45 (diff)
downloadsonarqube-518a99788110e8896dc21ca9b294d6683c7b2060.tar.gz
sonarqube-518a99788110e8896dc21ca9b294d6683c7b2060.zip
Fix enforcer rule for java 7
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 2809aacd207..62daa44a632 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>