summaryrefslogtreecommitdiffstats
path: root/sonar-core/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 /sonar-core/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 'sonar-core/pom.xml')
-rw-r--r--sonar-core/pom.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/sonar-core/pom.xml b/sonar-core/pom.xml
index 91eb277c578..39383aa7962 100644
--- a/sonar-core/pom.xml
+++ b/sonar-core/pom.xml
@@ -116,7 +116,7 @@
<dependency>
<!-- sonar-api-deps.jar is copied into target JAR file -->
<groupId>org.codehaus.sonar</groupId>
- <artifactId>sonar-api-deps</artifactId>
+ <artifactId>sonar-plugin-api-deps</artifactId>
<version>${project.version}</version>
<scope>runtime</scope>
</dependency>
@@ -207,8 +207,8 @@
<artifactItems>
<artifactItem>
<groupId>${project.groupId}</groupId>
- <artifactId>sonar-api-deps</artifactId>
- <destFileName>sonar-api-deps.jar</destFileName>
+ <artifactId>sonar-plugin-api-deps</artifactId>
+ <destFileName>sonar-plugin-api-deps.jar</destFileName>
</artifactItem>
</artifactItems>
<outputDirectory>${project.build.outputDirectory}</outputDirectory>