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.4KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. {
  2. "upgrades": [
  3. {
  4. "version": "5.1",
  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. "termsAndConditionsUrl": "http://dist.sonarsource.com/SonarSource_Terms_And_Conditions.pdf",
  20. "version": "2.8"
  21. }
  22. ],
  23. "incompatible": [
  24. {
  25. "key": "branding",
  26. "name": "Branding",
  27. "category": "Integration",
  28. "description": "Allows to add your own logo to the SonarQube UI.",
  29. "license": "GNU LGPL 3",
  30. "organizationName": "SonarSource",
  31. "organizationUrl": "http://www.sonarsource.com"
  32. }
  33. ]
  34. }
  35. }
  36. ],
  37. "updateCenterRefresh": "2015-04-24T16:08:36+0200"
  38. }