aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorSébastien Lesaint <sebastien.lesaint@sonarsource.com>2015-08-26 12:15:06 +0200
committerSébastien Lesaint <sebastien.lesaint@sonarsource.com>2015-08-26 14:15:14 +0200
commit6d727fe22197ece912dfc1f4b28a96cabfaaf7b6 (patch)
treef93a02281d2dcafd144c8ac0a01981b5046a6c28 /pom.xml
parent150c2ec7b0bc2ef547bc9fa5bf64e4729f03b7c1 (diff)
downloadsonarqube-6d727fe22197ece912dfc1f4b28a96cabfaaf7b6.tar.gz
sonarqube-6d727fe22197ece912dfc1f4b28a96cabfaaf7b6.zip
update min required version of Maven to 3.2
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 b9252e03f37..719bb0ccdfb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -78,7 +78,7 @@
<tomcat.version>8.0.18</tomcat.version>
<elasticsearch.version>1.4.4</elasticsearch.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
- <maven.min.version>3.1</maven.min.version>
+ <maven.min.version>3.2</maven.min.version>
<jdk.min.version>1.7</jdk.min.version>
<timestamp>${maven.build.timestamp}</timestamp>
<maven.build.timestamp.format>yyyy-MM-dd'T'HH:mm:ssZ</maven.build.timestamp.format>