diff options
author | Simon Brandhof <simon.brandhof@sonarsource.com> | 2017-10-09 18:01:13 +0200 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@sonarsource.com> | 2017-10-10 21:46:00 +0200 |
commit | d290f89d73febb0beb3e2a33bc526c4af72c08ac (patch) | |
tree | a4287df523cf5ac328b6e5a8c0b9ee87b69bf72f /pom.xml | |
parent | 00cff79bbe7f98a7a0f651f26ded7fc8928638e3 (diff) | |
download | sonarqube-d290f89d73febb0beb3e2a33bc526c4af72c08ac.tar.gz sonarqube-d290f89d73febb0beb3e2a33bc526c4af72c08ac.zip |
Set Maven 3.3.9 as minimum required version
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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> |