aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-server/pom.xml
diff options
context:
space:
mode:
authorFabrice Bellingard <bellingard@gmail.com>2012-05-14 10:53:03 +0200
committerFabrice Bellingard <bellingard@gmail.com>2012-05-14 15:11:02 +0200
commitc0cd925a50ebf7cf64fe7dafa6758c5cca1e0eb3 (patch)
tree2bd1c2c227293be85d76cc418b84e8a6c4b131af /sonar-server/pom.xml
parentc633a0a8b7131857f13943266e0eea38523cdf8a (diff)
downloadsonarqube-c0cd925a50ebf7cf64fe7dafa6758c5cca1e0eb3.tar.gz
sonarqube-c0cd925a50ebf7cf64fe7dafa6758c5cca1e0eb3.zip
SONAR-2541 / SONAR-2706 Extract the JIRA Reviews plugin
- It will be part of the forge
Diffstat (limited to 'sonar-server/pom.xml')
-rw-r--r--sonar-server/pom.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/sonar-server/pom.xml b/sonar-server/pom.xml
index 9397969c6f0..bcd10ec2585 100644
--- a/sonar-server/pom.xml
+++ b/sonar-server/pom.xml
@@ -485,9 +485,9 @@
<scope>provided</scope>
</dependency>
<dependency>
- <groupId>org.codehaus.sonar.plugins</groupId>
- <artifactId>sonar-reviews-plugin</artifactId>
- <version>${project.version}</version>
+ <groupId>org.codehaus.sonar-plugins</groupId>
+ <artifactId>sonar-jira-reviews-plugin</artifactId>
+ <version>1.0-SNAPSHOT</version>
<type>sonar-plugin</type>
<scope>provided</scope>
</dependency>