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-upgrades_plugins.json 1.6KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. {
  2. "upgrades": [
  3. {
  4. "version": "5.1 (build 5498)",
  5. "description": "New overall layout, merge Issues Drilldown [...]",
  6. "releaseDate": "2015-04-02",
  7. "changeLogUrl": "http://jira.sonarsource.com/secure/ReleaseNote.jspa?projectId=11694&version=20666",
  8. "downloadUrl": "http://dist.sonar.codehaus.org/sonarqube-5.1.zip",
  9. "plugins": {
  10. "requireUpdate": [
  11. {
  12. "key": "views",
  13. "name": "Views",
  14. "category": "Governance",
  15. "description": "Create aggregation trees to group projects. Projects can for instance be grouped by applications, applications by team, teams by department.",
  16. "license": "Commercial",
  17. "organizationName": "SonarSource",
  18. "organizationUrl": "http://www.sonarsource.com",
  19. "editionBundled": true,
  20. "termsAndConditionsUrl": "http://dist.sonarsource.com/SonarSource_Terms_And_Conditions.pdf",
  21. "version": "2.8 (build 5498)"
  22. }
  23. ],
  24. "incompatible": [
  25. {
  26. "key": "branding",
  27. "name": "Branding",
  28. "category": "Integration",
  29. "description": "Allows to add your own logo to the SonarQube UI.",
  30. "license": "GNU LGPL 3",
  31. "organizationName": "SonarSource",
  32. "organizationUrl": "http://www.sonarsource.com",
  33. "editionBundled": false
  34. }
  35. ]
  36. }
  37. }
  38. ],
  39. "latestLTS": "8.9",
  40. "latestLTA": "8.9",
  41. "installedVersionActive": true,
  42. "updateCenterRefresh": "2015-04-24T16:08:36+0200"
  43. }