aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@sonarsource.com>2017-10-09 12:13:22 +0200
committerSimon Brandhof <simon.brandhof@sonarsource.com>2017-10-10 21:46:00 +0200
commit5754546b32d829873f2cdd53faabb07dcf4539c9 (patch)
tree59c19d8f6896caeedb986214f4c2c73495a149e6 /pom.xml
parentda518f4f3caae7f7f7f3bf3be942291b46b6fb2b (diff)
downloadsonarqube-5754546b32d829873f2cdd53faabb07dcf4539c9.tar.gz
sonarqube-5754546b32d829873f2cdd53faabb07dcf4539c9.zip
Remove unused <prerequisites> field in Maven pom.xml
This field is used only by Maven 2. In Maven 3 the version is checked by the enforcer plugin.
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml4
1 files changed, 0 insertions, 4 deletions
diff --git a/pom.xml b/pom.xml
index e94e041e921..4f5562eedf8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -104,10 +104,6 @@
<artifactsToPublish>${project.groupId}:sonar-application:zip</artifactsToPublish>
</properties>
- <prerequisites>
- <maven>3.2</maven>
- </prerequisites>
-
<build>
<extensions>
<extension>