aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@sonarsource.com>2015-05-27 09:47:36 +0200
committerSimon Brandhof <simon.brandhof@sonarsource.com>2015-05-28 09:29:04 +0200
commitbedce38e52fb67ae66bb9549b69864dd15b45da5 (patch)
treef414ab870161cd18bad7de22b72bb7c580e6a912 /pom.xml
parent57c01be1943a882a5a2fe0cc0fecab2fe75a861a (diff)
downloadsonarqube-bedce38e52fb67ae66bb9549b69864dd15b45da5.tar.gz
sonarqube-bedce38e52fb67ae66bb9549b69864dd15b45da5.zip
SONAR-6370 rename module sonar-api-deps to sonar-plugin-api-deps
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index afb2c5c90be..f1a529eb47e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -11,7 +11,7 @@
<description>Open source platform for continuous inspection of code quality</description>
<modules>
- <module>sonar-api-deps</module>
+ <module>sonar-plugin-api-deps</module>
<module>sonar-application</module>
<module>sonar-batch</module>
<module>sonar-batch-maven-compat</module>