aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorDavid Rautureau <david.rautureau@sonarsource.com>2017-01-06 10:21:29 +0100
committerSimon Brandhof <simon.brandhof@sonarsource.com>2017-01-11 11:20:36 +0100
commite6d78a732aba76e1a5ef330c1bf6565eb6775ee9 (patch)
tree56e6e5b80eb8e25e3d3c65e4465f3870f83b5692 /pom.xml
parente1eaa719e95a20438dda7516797d155db1c3b56c (diff)
downloadsonarqube-e6d78a732aba76e1a5ef330c1bf6565eb6775ee9.tar.gz
sonarqube-e6d78a732aba76e1a5ef330c1bf6565eb6775ee9.zip
SONAR-8458 store semantic version in sq-version.txt
Scanners load the file sq-version.txt to get the version of SonarQube. Some scanners, for example Maven, do not correctly support the new format on 4 fields. For this reason a 3-digits format must be kept for backward-compatibility. The complete version in the new format is available in the new file sonar-api-version.txt
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 5b054ffc6f8..61002e73d98 100644
--- a/pom.xml
+++ b/pom.xml
@@ -107,6 +107,11 @@
<version>1.3</version>
</plugin>
<plugin>
+ <groupId>org.codehaus.gmaven</groupId>
+ <artifactId>groovy-maven-plugin</artifactId>
+ <version>2.0</version>
+ </plugin>
+ <plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-assembly-plugin</artifactId>
<version>2.4</version>