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 /sonar-core/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 'sonar-core/pom.xml')
-rw-r--r-- | sonar-core/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sonar-core/pom.xml b/sonar-core/pom.xml index e447767a2e6..db4949d70fb 100644 --- a/sonar-core/pom.xml +++ b/sonar-core/pom.xml @@ -44,7 +44,7 @@ <artifactId>sonar-plugin-api</artifactId> </dependency> <dependency> - <groupId>org.codehaus.sonar</groupId> + <groupId>org.sonarsource.update-center</groupId> <artifactId>sonar-update-center-common</artifactId> </dependency> |