aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-application/pom.xml
diff options
context:
space:
mode:
authorJulien HENRY <julien.henry@sonarsource.com>2014-10-23 09:27:44 +0200
committerJulien HENRY <julien.henry@sonarsource.com>2014-10-23 09:30:01 +0200
commit4f9408a9812059ed70f0036edb72693c9c291f80 (patch)
tree6ce5670d2a160b428cec76f1b868fb4b856f29ce /sonar-application/pom.xml
parenta1ccfcc938316f435e9307025dc8a42852c77e45 (diff)
downloadsonarqube-4f9408a9812059ed70f0036edb72693c9c291f80.tar.gz
sonarqube-4f9408a9812059ed70f0036edb72693c9c291f80.zip
Rename plugins git and svn -> scmgit and scmsvn
Diffstat (limited to 'sonar-application/pom.xml')
-rw-r--r--sonar-application/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/sonar-application/pom.xml b/sonar-application/pom.xml
index 9fc60b2fe0b..f37ec52f4ee 100644
--- a/sonar-application/pom.xml
+++ b/sonar-application/pom.xml
@@ -133,13 +133,13 @@
</dependency>
<dependency>
<groupId>org.codehaus.sonar.plugins</groupId>
- <artifactId>sonar-git-plugin</artifactId>
+ <artifactId>sonar-scm-git-plugin</artifactId>
<type>sonar-plugin</type>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.codehaus.sonar.plugins</groupId>
- <artifactId>sonar-svn-plugin</artifactId>
+ <artifactId>sonar-scm-svn-plugin</artifactId>
<type>sonar-plugin</type>
<scope>provided</scope>
</dependency>