diff options
author | Simon Brandhof <simon.brandhof@sonarsource.com> | 2014-07-24 22:26:03 +0200 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@sonarsource.com> | 2014-07-24 22:26:03 +0200 |
commit | 5b57bb4e680efc7b792dfbd6ffe24038c8871cd5 (patch) | |
tree | 4f1e0606da2fe2e968154de2b746304d5e70fcf5 /server/sonar-search | |
parent | 2bab3c10087016188aa005f136860efd1a77756f (diff) | |
download | sonarqube-5b57bb4e680efc7b792dfbd6ffe24038c8871cd5.tar.gz sonarqube-5b57bb4e680efc7b792dfbd6ffe24038c8871cd5.zip |
SONAR-4898 fix sonar-application-test
Diffstat (limited to 'server/sonar-search')
-rw-r--r-- | server/sonar-search/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/sonar-search/pom.xml b/server/sonar-search/pom.xml index 60eaffbdebd..4d471e4251f 100644 --- a/server/sonar-search/pom.xml +++ b/server/sonar-search/pom.xml @@ -19,7 +19,7 @@ <dependency> <groupId>org.codehaus.sonar</groupId> <artifactId>sonar-process</artifactId> - <version>${pom.version}</version> + <version>${project.version}</version> </dependency> <dependency> <groupId>org.elasticsearch</groupId> |