diff options
author | Julien HENRY <julien.henry@sonarsource.com> | 2016-06-13 17:12:39 +0200 |
---|---|---|
committer | Julien HENRY <henryju@yahoo.fr> | 2016-07-07 10:04:36 +0200 |
commit | e5818438a289fe522c87245d5bd18d71406f0e39 (patch) | |
tree | 86df13d673acd62016bc8253593bca0154934162 /pom.xml | |
parent | 2d20c0f3f27356ad1f9aa430f3e5925c50756cfc (diff) | |
download | sonarqube-e5818438a289fe522c87245d5bd18d71406f0e39.tar.gz sonarqube-e5818438a289fe522c87245d5bd18d71406f0e39.zip |
SONAR-7755 deploy/plugins/index.txt should expose SonarLint compatibility
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -54,7 +54,7 @@ </distributionManagement> <properties> - <sonarUpdateCenter.version>1.13</sonarUpdateCenter.version> + <sonarUpdateCenter.version>1.16-build309</sonarUpdateCenter.version> <sonarJava.version>3.13.1</sonarJava.version> <sonarJavaScript.version>2.11</sonarJavaScript.version> <sonarCSharp.version>5.0</sonarCSharp.version> @@ -465,7 +465,7 @@ <version>${project.version}</version> </dependency> <dependency> - <groupId>org.codehaus.sonar</groupId> + <groupId>org.sonarsource.update-center</groupId> <artifactId>sonar-update-center-common</artifactId> <version>${sonarUpdateCenter.version}</version> </dependency> |