aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-application/pom.xml
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@gmail.com>2012-09-14 11:32:41 +0200
committerSimon Brandhof <simon.brandhof@gmail.com>2012-09-14 11:36:59 +0200
commit4976f97067d8fff02a3ecef3b0f2a251a82f549a (patch)
tree7df360908f7896032ce29c8c86dffccf1b714e31 /sonar-application/pom.xml
parent5f847c13ba7f042419ee9cee1ac6d698c2696264 (diff)
downloadsonarqube-4976f97067d8fff02a3ecef3b0f2a251a82f549a.tar.gz
sonarqube-4976f97067d8fff02a3ecef3b0f2a251a82f549a.zip
Move declaration of sonar-java version to parent pom
Diffstat (limited to 'sonar-application/pom.xml')
-rw-r--r--sonar-application/pom.xml2
1 files changed, 0 insertions, 2 deletions
diff --git a/sonar-application/pom.xml b/sonar-application/pom.xml
index b7b000e9e8e..4f8085530e9 100644
--- a/sonar-application/pom.xml
+++ b/sonar-application/pom.xml
@@ -108,7 +108,6 @@
<dependency>
<groupId>org.codehaus.sonar-plugins.java</groupId>
<artifactId>sonar-squid-java-plugin</artifactId>
- <version>1.0-SNAPSHOT</version>
<scope>runtime</scope>
</dependency>
<dependency>
@@ -150,7 +149,6 @@
<dependency>
<groupId>org.codehaus.sonar-plugins.java</groupId>
<artifactId>sonar-java-plugin</artifactId>
- <version>1.0-SNAPSHOT</version>
<scope>runtime</scope>
</dependency>
<dependency>