diff options
author | Simon Brandhof <simon.brandhof@sonarsource.com> | 2015-05-21 00:18:19 +0200 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@sonarsource.com> | 2015-05-21 00:18:19 +0200 |
commit | 93afcd63599ffaf431ec7cc9d513cc175db97324 (patch) | |
tree | 828b8941a7f17a9cd83bad3ed2616e176abc4735 /pom.xml | |
parent | 921963613e862a3749cda659f5a9f8d4813ca13c (diff) | |
download | sonarqube-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.xml | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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> |