aboutsummaryrefslogtreecommitdiffstats
path: root/it/it-plugins/pom.xml
diff options
context:
space:
mode:
authorSébastien Lesaint <sebastien.lesaint@sonarsource.com>2015-08-12 14:21:08 +0200
committerSébastien Lesaint <sebastien.lesaint@sonarsource.com>2015-08-12 14:24:36 +0200
commit75dbc1e0c51ef9f59202ebcf2a8e88025dbfc219 (patch)
tree8066c71e9de9e95476fbe07e882140562e1fb518 /it/it-plugins/pom.xml
parent83e62d6b93cf34ad5dd4e6e46d7ac8ef47587ed6 (diff)
downloadsonarqube-75dbc1e0c51ef9f59202ebcf2a8e88025dbfc219.tar.gz
sonarqube-75dbc1e0c51ef9f59202ebcf2a8e88025dbfc219.zip
remove use of project.version in dependencyManagement
use of project.version in dependencyManagement leads to build error in IT plugins with Maven 3.3 (in these plugins, project.version is 1.0-SNAPSHOT, in Maven 3.2 dependencies which version is declared ${project.version} in root pom.xml resolve to 5.2-SNAPSHOT but with Maven 3.3 they resolve to 1.0-SNAPSHOT, which causes errors)
Diffstat (limited to 'it/it-plugins/pom.xml')
-rw-r--r--it/it-plugins/pom.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/it/it-plugins/pom.xml b/it/it-plugins/pom.xml
index d93f4a945e8..ea0f1b74312 100644
--- a/it/it-plugins/pom.xml
+++ b/it/it-plugins/pom.xml
@@ -27,6 +27,7 @@
<properties>
<apiVersion>${project.parent.version}</apiVersion>
+ <sq.version>${project.parent.version}</sq.version>
</properties>
<modules>