aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@sonarsource.com>2015-05-21 00:18:19 +0200
committerSimon Brandhof <simon.brandhof@sonarsource.com>2015-05-21 00:18:19 +0200
commit93afcd63599ffaf431ec7cc9d513cc175db97324 (patch)
tree828b8941a7f17a9cd83bad3ed2616e176abc4735 /pom.xml
parent921963613e862a3749cda659f5a9f8d4813ca13c (diff)
downloadsonarqube-93afcd63599ffaf431ec7cc9d513cc175db97324.tar.gz
sonarqube-93afcd63599ffaf431ec7cc9d513cc175db97324.zip
Stop maintain deprecated module sonar-java and use version 5.1
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml3
1 files changed, 1 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index 298885efd80..54c1246703f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -20,7 +20,6 @@
<module>sonar-core</module>
<module>sonar-duplications</module>
<module>sonar-home</module>
- <module>sonar-java-api</module>
<module>sonar-markdown</module>
<module>sonar-maven-plugin</module>
<module>sonar-maven3-plugin</module>
@@ -635,7 +634,7 @@
<dependency>
<groupId>org.codehaus.sonar</groupId>
<artifactId>sonar-java-api</artifactId>
- <version>${project.version}</version>
+ <version>5.1</version>
</dependency>
<dependency>
<groupId>org.codehaus.sonar</groupId>