diff options
author | David Rautureau <david.rautureau@sonarsource.com> | 2017-01-06 10:21:29 +0100 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@sonarsource.com> | 2017-01-11 11:20:36 +0100 |
commit | e6d78a732aba76e1a5ef330c1bf6565eb6775ee9 (patch) | |
tree | 56e6e5b80eb8e25e3d3c65e4465f3870f83b5692 /pom.xml | |
parent | e1eaa719e95a20438dda7516797d155db1c3b56c (diff) | |
download | sonarqube-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.xml | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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> |