diff options
author | Simon Brandhof <simon.brandhof@sonarsource.com> | 2015-05-27 09:47:36 +0200 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@sonarsource.com> | 2015-05-28 09:29:04 +0200 |
commit | bedce38e52fb67ae66bb9549b69864dd15b45da5 (patch) | |
tree | f414ab870161cd18bad7de22b72bb7c580e6a912 /pom.xml | |
parent | 57c01be1943a882a5a2fe0cc0fecab2fe75a861a (diff) | |
download | sonarqube-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.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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> |