From: Julien Lancelot Date: Tue, 10 May 2016 06:42:26 +0000 (+0200) Subject: SONAR-7269 Fix WS action example X-Git-Tag: 5.6-RC1~195 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=451e2fce1f097daff6c82b56ad31fed6cf5ac709;p=sonarqube.git SONAR-7269 Fix WS action example --- diff --git a/server/sonar-server/src/main/resources/org/sonar/server/plugins/ws/example-pending_plugins.json b/server/sonar-server/src/main/resources/org/sonar/server/plugins/ws/example-pending_plugins.json index 3849ec874f0..efb51d7404c 100644 --- a/server/sonar-server/src/main/resources/org/sonar/server/plugins/ws/example-pending_plugins.json +++ b/server/sonar-server/src/main/resources/org/sonar/server/plugins/ws/example-pending_plugins.json @@ -1,42 +1,47 @@ { "installing": [ { - "key": "scmgit", - "name": "Git", - "description": "Git SCM Provider.", + "key": "scmcvs", + "name": "CVS", + "description": "CVS SCM Provider.", "version": "1.0", + "category": "Integration", "license": "GNU LGPL 3", "organizationName": "SonarSource", "organizationUrl": "http://www.sonarsource.com", - "homepageUrl": "http://redirect.sonarsource.com/plugins/scmgit.html", - "issueTrackerUrl": "http://jira.sonarsource.com/browse/SONARSCGIT", - "implementationBuild": "9ce9d330c313c296fab051317cc5ad4b26319e07" - }, + "homepageUrl": "http://redirect.sonarsource.com/plugins/scmcvs.html", + "issueTrackerUrl": "http://jira.codehaus.org/browse/SONARSCCVS", + "implementationBuild": "f9735104bfa053abc50edad720c79d89a4f5cd72" + } + ], + "updating": [ { - "key": "java", - "name": "Java", - "description": "SonarQube rule engine.", - "version": "3.0", + "key": "csharp", + "name": "C#", + "description": "Enables scanning of C# source files", + "version": "5.2", + "category": "Languages", "license": "GNU LGPL 3", "organizationName": "SonarSource", "organizationUrl": "http://www.sonarsource.com", - "homepageUrl": "http://redirect.sonarsource.com/plugins/java.html", - "issueTrackerUrl": "http://jira.sonarsource.com/browse/SONARJAVA", - "implementationBuild": "65396a609ddface8b311a6a665aca92a7da694f1" + "homepageUrl": "http://redirect.sonarsource.com/plugins/csharp.html", + "issueTrackerUrl": "https://jira.sonarsource.com/browse/SONARCS", + "implementationBuild": "54d1d010bc1816dc89bf31237ce361921eaf3242" } ], "removing": [ { - "key": "scmsvn", - "name": "SVN", - "description": "SVN SCM Provider.", - "version": "1.0", + "key": "scmgit", + "name": "Git", + "description": "Git SCM Provider", + "version": "1.2", + "category": "Integration", "license": "GNU LGPL 3", "organizationName": "SonarSource", "organizationUrl": "http://www.sonarsource.com", - "homepageUrl": "http://redirect.sonarsource.com/plugins/scmsvn.html", - "issueTrackerUrl": "http://jira.sonarsource.com/browse/SONARSCSVN", - "implementationBuild": "213fc8a8b582ff530b12dd4a59a6512be1071234" + "homepageUrl": "http://redirect.sonarsource.com/plugins/scmgit.html/sonar-scm-git-plugin", + "issueTrackerUrl": "https://jira.sonarsource.com/browse/SONARSCGIT", + "implementationBuild": "a713dd64daf8719ba4e7f551f9a1966c62690c17" } ] }