aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@gmail.com>2013-07-05 14:41:47 +0200
committerSimon Brandhof <simon.brandhof@gmail.com>2013-07-05 14:41:47 +0200
commit61e9e544db91dd327f896d9689a42264da9980a1 (patch)
tree11884ac0e9979364a67108ee0826886906dbab40 /pom.xml
parent425271d535ff6e4c98f8ae71947973c8bde464af (diff)
downloadsonarqube-61e9e544db91dd327f896d9689a42264da9980a1.tar.gz
sonarqube-61e9e544db91dd327f896d9689a42264da9980a1.zip
Minimum required version of maven is increased to 3.0.5
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 e8450774379..b31cf98c1e1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -77,7 +77,7 @@
<h2.version>1.3.172</h2.version>
<jetty.version>7.6.11.v20130520</jetty.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
- <maven.min.version>2.2.1</maven.min.version>
+ <maven.min.version>3.0.5</maven.min.version>
<maven.api.version>2.2.0</maven.api.version>
<jdk.min.version>1.6</jdk.min.version>
<timestamp>${maven.build.timestamp}</timestamp>