aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@sonarsource.com>2017-10-09 18:01:13 +0200
committerSimon Brandhof <simon.brandhof@sonarsource.com>2017-10-10 21:46:00 +0200
commitd290f89d73febb0beb3e2a33bc526c4af72c08ac (patch)
treea4287df523cf5ac328b6e5a8c0b9ee87b69bf72f /pom.xml
parent00cff79bbe7f98a7a0f651f26ded7fc8928638e3 (diff)
downloadsonarqube-d290f89d73febb0beb3e2a33bc526c4af72c08ac.tar.gz
sonarqube-d290f89d73febb0beb3e2a33bc526c4af72c08ac.zip
Set Maven 3.3.9 as minimum required version
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 54e515f51c4..b1cfe2cac89 100644
--- a/pom.xml
+++ b/pom.xml
@@ -88,7 +88,7 @@
<hazelcast.version>3.8.4</hazelcast.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
- <maven.min.version>3.2</maven.min.version>
+ <maven.min.version>3.3.9</maven.min.version>
<timestamp>${maven.build.timestamp}</timestamp>
<maven.build.timestamp.format>yyyy-MM-dd'T'HH:mm:ssZ</maven.build.timestamp.format>
<license.title>SonarQube</license.title>