You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

example-pending_plugins.json 1.7KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. {
  2. "installing": [
  3. {
  4. "key": "scmcvs",
  5. "name": "CVS",
  6. "description": "CVS SCM Provider.",
  7. "version": "1.0",
  8. "category": "Integration",
  9. "license": "GNU LGPL 3",
  10. "organizationName": "SonarSource",
  11. "organizationUrl": "http://www.sonarsource.com",
  12. "homepageUrl": "https://redirect.sonarsource.com/plugins/scmcvs.html",
  13. "issueTrackerUrl": "http://jira.codehaus.org/browse/SONARSCCVS",
  14. "implementationBuild": "f9735104bfa053abc50edad720c79d89a4f5cd72",
  15. "documentationPath": "static/documentation.md"
  16. }
  17. ],
  18. "updating": [
  19. {
  20. "key": "csharp",
  21. "name": "C#",
  22. "description": "Enables scanning of C# source files",
  23. "version": "5.2",
  24. "category": "Languages",
  25. "license": "GNU LGPL 3",
  26. "organizationName": "SonarSource",
  27. "organizationUrl": "http://www.sonarsource.com",
  28. "homepageUrl": "https://redirect.sonarsource.com/plugins/csharp.html",
  29. "issueTrackerUrl": "https://jira.sonarsource.com/browse/SONARCS",
  30. "implementationBuild": "54d1d010bc1816dc89bf31237ce361921eaf3242"
  31. }
  32. ],
  33. "removing": [
  34. {
  35. "key": "scmgit",
  36. "name": "Git",
  37. "description": "Git SCM Provider",
  38. "version": "1.2",
  39. "category": "Integration",
  40. "license": "GNU LGPL 3",
  41. "organizationName": "SonarSource",
  42. "organizationUrl": "http://www.sonarsource.com",
  43. "homepageUrl": "https://redirect.sonarsource.com/plugins/scmgit.html/sonar-scm-git-plugin",
  44. "issueTrackerUrl": "https://jira.sonarsource.com/browse/SONARSCGIT",
  45. "implementationBuild": "a713dd64daf8719ba4e7f551f9a1966c62690c17",
  46. "documentationPath": "static/documentation.md"
  47. }
  48. ]
  49. }