Sfoglia il codice sorgente

Prepare for next development iteration

tags/6.5-RC1
Simon Brandhof 6 anni fa
parent
commit
0e05020d62
54 ha cambiato i file con 54 aggiunte e 54 eliminazioni
  1. 1
    1
      plugins/sonar-xoo-plugin/pom.xml
  2. 1
    1
      pom.xml
  3. 1
    1
      server/pom.xml
  4. 1
    1
      server/sonar-ce-api/pom.xml
  5. 1
    1
      server/sonar-ce/pom.xml
  6. 1
    1
      server/sonar-db-core/pom.xml
  7. 1
    1
      server/sonar-db-dao/pom.xml
  8. 1
    1
      server/sonar-db-migration/pom.xml
  9. 1
    1
      server/sonar-db-testing/pom.xml
  10. 1
    1
      server/sonar-plugin-bridge/pom.xml
  11. 1
    1
      server/sonar-process-monitor/pom.xml
  12. 1
    1
      server/sonar-process/pom.xml
  13. 1
    1
      server/sonar-search/pom.xml
  14. 1
    1
      server/sonar-server/pom.xml
  15. 1
    1
      server/sonar-web/pom.xml
  16. 1
    1
      sonar-application/pom.xml
  17. 1
    1
      sonar-check-api/pom.xml
  18. 1
    1
      sonar-core/pom.xml
  19. 1
    1
      sonar-duplications/pom.xml
  20. 1
    1
      sonar-home/pom.xml
  21. 1
    1
      sonar-markdown/pom.xml
  22. 1
    1
      sonar-plugin-api-deps/pom.xml
  23. 1
    1
      sonar-plugin-api/pom.xml
  24. 1
    1
      sonar-scanner-engine-shaded/pom.xml
  25. 1
    1
      sonar-scanner-engine/pom.xml
  26. 1
    1
      sonar-scanner-protocol/pom.xml
  27. 1
    1
      sonar-testing-harness/pom.xml
  28. 1
    1
      sonar-ws/pom.xml
  29. 1
    1
      tests/plugins/access-secured-props-plugin/pom.xml
  30. 1
    1
      tests/plugins/base-auth-plugin/pom.xml
  31. 1
    1
      tests/plugins/batch-plugin/pom.xml
  32. 1
    1
      tests/plugins/extension-lifecycle-plugin/pom.xml
  33. 1
    1
      tests/plugins/fake-billing-plugin/pom.xml
  34. 1
    1
      tests/plugins/foo-plugin-v1/pom.xml
  35. 1
    1
      tests/plugins/foo-plugin-v2/pom.xml
  36. 1
    1
      tests/plugins/global-property-change-plugin/pom.xml
  37. 1
    1
      tests/plugins/issue-filter-plugin/pom.xml
  38. 1
    1
      tests/plugins/l10n-fr-pack/pom.xml
  39. 1
    1
      tests/plugins/license-plugin/pom.xml
  40. 1
    1
      tests/plugins/oauth2-auth-plugin/pom.xml
  41. 1
    1
      tests/plugins/pom.xml
  42. 1
    1
      tests/plugins/posttask-plugin/pom.xml
  43. 1
    1
      tests/plugins/project-builder-plugin/pom.xml
  44. 1
    1
      tests/plugins/property-relocation-plugin/pom.xml
  45. 1
    1
      tests/plugins/property-sets-plugin/pom.xml
  46. 1
    1
      tests/plugins/security-plugin/pom.xml
  47. 1
    1
      tests/plugins/server-plugin/pom.xml
  48. 1
    1
      tests/plugins/settings-encryption-plugin/pom.xml
  49. 1
    1
      tests/plugins/settings-plugin/pom.xml
  50. 1
    1
      tests/plugins/sonar-fake-plugin/pom.xml
  51. 1
    1
      tests/plugins/sonar-subcategories-plugin/pom.xml
  52. 1
    1
      tests/plugins/ui-extensions-plugin/pom.xml
  53. 1
    1
      tests/plugins/ws-plugin/pom.xml
  54. 1
    1
      tests/pom.xml

+ 1
- 1
plugins/sonar-xoo-plugin/pom.xml Vedi File

@@ -4,7 +4,7 @@
<parent>
<groupId>org.sonarsource.sonarqube</groupId>
<artifactId>sonarqube</artifactId>
<version>6.5-M2</version>
<version>6.5-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>
<artifactId>sonar-xoo-plugin</artifactId>

+ 1
- 1
pom.xml Vedi File

@@ -11,7 +11,7 @@
<groupId>org.sonarsource.sonarqube</groupId>
<artifactId>sonarqube</artifactId>
<packaging>pom</packaging>
<version>6.5-M2</version>
<version>6.5-SNAPSHOT</version>
<name>SonarQube</name>
<url>http://www.sonarqube.org/</url>
<description>Open source platform for continuous inspection of code quality</description>

+ 1
- 1
server/pom.xml Vedi File

@@ -6,7 +6,7 @@
<parent>
<groupId>org.sonarsource.sonarqube</groupId>
<artifactId>sonarqube</artifactId>
<version>6.5-M2</version>
<version>6.5-SNAPSHOT</version>
</parent>
<artifactId>server</artifactId>
<packaging>pom</packaging>

+ 1
- 1
server/sonar-ce-api/pom.xml Vedi File

@@ -4,7 +4,7 @@
<parent>
<groupId>org.sonarsource.sonarqube</groupId>
<artifactId>server</artifactId>
<version>6.5-M2</version>
<version>6.5-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>
<artifactId>sonar-ce-api</artifactId>

+ 1
- 1
server/sonar-ce/pom.xml Vedi File

@@ -4,7 +4,7 @@
<parent>
<groupId>org.sonarsource.sonarqube</groupId>
<artifactId>server</artifactId>
<version>6.5-M2</version>
<version>6.5-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>
<artifactId>sonar-ce</artifactId>

+ 1
- 1
server/sonar-db-core/pom.xml Vedi File

@@ -5,7 +5,7 @@
<parent>
<groupId>org.sonarsource.sonarqube</groupId>
<artifactId>server</artifactId>
<version>6.5-M2</version>
<version>6.5-SNAPSHOT</version>
</parent>

<artifactId>sonar-db-core</artifactId>

+ 1
- 1
server/sonar-db-dao/pom.xml Vedi File

@@ -5,7 +5,7 @@
<parent>
<groupId>org.sonarsource.sonarqube</groupId>
<artifactId>server</artifactId>
<version>6.5-M2</version>
<version>6.5-SNAPSHOT</version>
</parent>

<artifactId>sonar-db-dao</artifactId>

+ 1
- 1
server/sonar-db-migration/pom.xml Vedi File

@@ -5,7 +5,7 @@
<parent>
<groupId>org.sonarsource.sonarqube</groupId>
<artifactId>server</artifactId>
<version>6.5-M2</version>
<version>6.5-SNAPSHOT</version>
</parent>

<artifactId>sonar-db-migration</artifactId>

+ 1
- 1
server/sonar-db-testing/pom.xml Vedi File

@@ -5,7 +5,7 @@
<parent>
<groupId>org.sonarsource.sonarqube</groupId>
<artifactId>server</artifactId>
<version>6.5-M2</version>
<version>6.5-SNAPSHOT</version>
</parent>

<artifactId>sonar-db-testing</artifactId>

+ 1
- 1
server/sonar-plugin-bridge/pom.xml Vedi File

@@ -4,7 +4,7 @@
<parent>
<groupId>org.sonarsource.sonarqube</groupId>
<artifactId>server</artifactId>
<version>6.5-M2</version>
<version>6.5-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>
<artifactId>sonar-plugin-bridge</artifactId>

+ 1
- 1
server/sonar-process-monitor/pom.xml Vedi File

@@ -6,7 +6,7 @@
<parent>
<groupId>org.sonarsource.sonarqube</groupId>
<artifactId>server</artifactId>
<version>6.5-M2</version>
<version>6.5-SNAPSHOT</version>
<relativePath>../</relativePath>
</parent>


+ 1
- 1
server/sonar-process/pom.xml Vedi File

@@ -4,7 +4,7 @@
<parent>
<groupId>org.sonarsource.sonarqube</groupId>
<artifactId>server</artifactId>
<version>6.5-M2</version>
<version>6.5-SNAPSHOT</version>
<relativePath>../</relativePath>
</parent>


+ 1
- 1
server/sonar-search/pom.xml Vedi File

@@ -4,7 +4,7 @@
<parent>
<groupId>org.sonarsource.sonarqube</groupId>
<artifactId>server</artifactId>
<version>6.5-M2</version>
<version>6.5-SNAPSHOT</version>
<relativePath>../</relativePath>
</parent>


+ 1
- 1
server/sonar-server/pom.xml Vedi File

@@ -4,7 +4,7 @@
<parent>
<groupId>org.sonarsource.sonarqube</groupId>
<artifactId>server</artifactId>
<version>6.5-M2</version>
<version>6.5-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>
<artifactId>sonar-server</artifactId>

+ 1
- 1
server/sonar-web/pom.xml Vedi File

@@ -4,7 +4,7 @@
<parent>
<groupId>org.sonarsource.sonarqube</groupId>
<artifactId>server</artifactId>
<version>6.5-M2</version>
<version>6.5-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>
<artifactId>sonar-web</artifactId>

+ 1
- 1
sonar-application/pom.xml Vedi File

@@ -5,7 +5,7 @@
<parent>
<groupId>org.sonarsource.sonarqube</groupId>
<artifactId>sonarqube</artifactId>
<version>6.5-M2</version>
<version>6.5-SNAPSHOT</version>
</parent>

<artifactId>sonar-application</artifactId>

+ 1
- 1
sonar-check-api/pom.xml Vedi File

@@ -4,7 +4,7 @@
<parent>
<groupId>org.sonarsource.sonarqube</groupId>
<artifactId>sonarqube</artifactId>
<version>6.5-M2</version>
<version>6.5-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>
<artifactId>sonar-check-api</artifactId>

+ 1
- 1
sonar-core/pom.xml Vedi File

@@ -5,7 +5,7 @@
<parent>
<groupId>org.sonarsource.sonarqube</groupId>
<artifactId>sonarqube</artifactId>
<version>6.5-M2</version>
<version>6.5-SNAPSHOT</version>
</parent>

<artifactId>sonar-core</artifactId>

+ 1
- 1
sonar-duplications/pom.xml Vedi File

@@ -4,7 +4,7 @@
<parent>
<groupId>org.sonarsource.sonarqube</groupId>
<artifactId>sonarqube</artifactId>
<version>6.5-M2</version>
<version>6.5-SNAPSHOT</version>
</parent>

<artifactId>sonar-duplications</artifactId>

+ 1
- 1
sonar-home/pom.xml Vedi File

@@ -5,7 +5,7 @@
<parent>
<groupId>org.sonarsource.sonarqube</groupId>
<artifactId>sonarqube</artifactId>
<version>6.5-M2</version>
<version>6.5-SNAPSHOT</version>
</parent>

<artifactId>sonar-home</artifactId>

+ 1
- 1
sonar-markdown/pom.xml Vedi File

@@ -5,7 +5,7 @@
<parent>
<groupId>org.sonarsource.sonarqube</groupId>
<artifactId>sonarqube</artifactId>
<version>6.5-M2</version>
<version>6.5-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>


+ 1
- 1
sonar-plugin-api-deps/pom.xml Vedi File

@@ -5,7 +5,7 @@
<parent>
<groupId>org.sonarsource.sonarqube</groupId>
<artifactId>sonarqube</artifactId>
<version>6.5-M2</version>
<version>6.5-SNAPSHOT</version>
</parent>

<artifactId>sonar-plugin-api-deps</artifactId>

+ 1
- 1
sonar-plugin-api/pom.xml Vedi File

@@ -5,7 +5,7 @@
<parent>
<groupId>org.sonarsource.sonarqube</groupId>
<artifactId>sonarqube</artifactId>
<version>6.5-M2</version>
<version>6.5-SNAPSHOT</version>
</parent>

<artifactId>sonar-plugin-api</artifactId>

+ 1
- 1
sonar-scanner-engine-shaded/pom.xml Vedi File

@@ -5,7 +5,7 @@
<parent>
<groupId>org.sonarsource.sonarqube</groupId>
<artifactId>sonarqube</artifactId>
<version>6.5-M2</version>
<version>6.5-SNAPSHOT</version>
</parent>

<artifactId>sonar-scanner-engine-shaded</artifactId>

+ 1
- 1
sonar-scanner-engine/pom.xml Vedi File

@@ -4,7 +4,7 @@
<parent>
<groupId>org.sonarsource.sonarqube</groupId>
<artifactId>sonarqube</artifactId>
<version>6.5-M2</version>
<version>6.5-SNAPSHOT</version>
</parent>

<artifactId>sonar-scanner-engine</artifactId>

+ 1
- 1
sonar-scanner-protocol/pom.xml Vedi File

@@ -4,7 +4,7 @@
<parent>
<groupId>org.sonarsource.sonarqube</groupId>
<artifactId>sonarqube</artifactId>
<version>6.5-M2</version>
<version>6.5-SNAPSHOT</version>
</parent>

<artifactId>sonar-scanner-protocol</artifactId>

+ 1
- 1
sonar-testing-harness/pom.xml Vedi File

@@ -4,7 +4,7 @@
<parent>
<groupId>org.sonarsource.sonarqube</groupId>
<artifactId>sonarqube</artifactId>
<version>6.5-M2</version>
<version>6.5-SNAPSHOT</version>
</parent>
<artifactId>sonar-testing-harness</artifactId>
<packaging>jar</packaging>

+ 1
- 1
sonar-ws/pom.xml Vedi File

@@ -5,7 +5,7 @@
<parent>
<groupId>org.sonarsource.sonarqube</groupId>
<artifactId>sonarqube</artifactId>
<version>6.5-M2</version>
<version>6.5-SNAPSHOT</version>
</parent>

<artifactId>sonar-ws</artifactId>

+ 1
- 1
tests/plugins/access-secured-props-plugin/pom.xml Vedi File

@@ -4,7 +4,7 @@
<parent>
<groupId>org.sonarsource.sonarqube.tests</groupId>
<artifactId>plugins</artifactId>
<version>6.5-M2</version>
<version>6.5-SNAPSHOT</version>
</parent>

<artifactId>access-secured-props-plugin</artifactId>

+ 1
- 1
tests/plugins/base-auth-plugin/pom.xml Vedi File

@@ -6,7 +6,7 @@
<parent>
<groupId>org.sonarsource.sonarqube.tests</groupId>
<artifactId>plugins</artifactId>
<version>6.5-M2</version>
<version>6.5-SNAPSHOT</version>
</parent>

<artifactId>base-auth-plugin</artifactId>

+ 1
- 1
tests/plugins/batch-plugin/pom.xml Vedi File

@@ -4,7 +4,7 @@
<parent>
<groupId>org.sonarsource.sonarqube.tests</groupId>
<artifactId>plugins</artifactId>
<version>6.5-M2</version>
<version>6.5-SNAPSHOT</version>
</parent>

<artifactId>batch-plugin</artifactId>

+ 1
- 1
tests/plugins/extension-lifecycle-plugin/pom.xml Vedi File

@@ -4,7 +4,7 @@
<parent>
<groupId>org.sonarsource.sonarqube.tests</groupId>
<artifactId>plugins</artifactId>
<version>6.5-M2</version>
<version>6.5-SNAPSHOT</version>
</parent>
<artifactId>extension-lifecycle-plugin</artifactId>
<version>1.0-SNAPSHOT</version>

+ 1
- 1
tests/plugins/fake-billing-plugin/pom.xml Vedi File

@@ -5,7 +5,7 @@
<parent>
<groupId>org.sonarsource.sonarqube.tests</groupId>
<artifactId>plugins</artifactId>
<version>6.5-M2</version>
<version>6.5-SNAPSHOT</version>
</parent>

<artifactId>fake-billing-plugin</artifactId>

+ 1
- 1
tests/plugins/foo-plugin-v1/pom.xml Vedi File

@@ -5,7 +5,7 @@
<parent>
<groupId>org.sonarsource.sonarqube</groupId>
<artifactId>sonarqube</artifactId>
<version>6.5-M2</version>
<version>6.5-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>
<artifactId>foo-plugin-v1</artifactId>

+ 1
- 1
tests/plugins/foo-plugin-v2/pom.xml Vedi File

@@ -5,7 +5,7 @@
<parent>
<groupId>org.sonarsource.sonarqube</groupId>
<artifactId>sonarqube</artifactId>
<version>6.5-M2</version>
<version>6.5-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>
<artifactId>foo-plugin-v2</artifactId>

+ 1
- 1
tests/plugins/global-property-change-plugin/pom.xml Vedi File

@@ -6,7 +6,7 @@
<parent>
<groupId>org.sonarsource.sonarqube.tests</groupId>
<artifactId>plugins</artifactId>
<version>6.5-M2</version>
<version>6.5-SNAPSHOT</version>
</parent>

<artifactId>global-property-change-plugin</artifactId>

+ 1
- 1
tests/plugins/issue-filter-plugin/pom.xml Vedi File

@@ -5,7 +5,7 @@
<parent>
<groupId>org.sonarsource.sonarqube.tests</groupId>
<artifactId>plugins</artifactId>
<version>6.5-M2</version>
<version>6.5-SNAPSHOT</version>
</parent>

<artifactId>issue-filter-plugin</artifactId>

+ 1
- 1
tests/plugins/l10n-fr-pack/pom.xml Vedi File

@@ -6,7 +6,7 @@
<parent>
<groupId>org.sonarsource.sonarqube.tests</groupId>
<artifactId>plugins</artifactId>
<version>6.5-M2</version>
<version>6.5-SNAPSHOT</version>
</parent>
<artifactId>l10n-fr-pack</artifactId>

+ 1
- 1
tests/plugins/license-plugin/pom.xml Vedi File

@@ -5,7 +5,7 @@
<parent>
<groupId>org.sonarsource.sonarqube.tests</groupId>
<artifactId>plugins</artifactId>
<version>6.5-M2</version>
<version>6.5-SNAPSHOT</version>
</parent>

<artifactId>license-plugin</artifactId>

+ 1
- 1
tests/plugins/oauth2-auth-plugin/pom.xml Vedi File

@@ -6,7 +6,7 @@
<parent>
<groupId>org.sonarsource.sonarqube.tests</groupId>
<artifactId>plugins</artifactId>
<version>6.5-M2</version>
<version>6.5-SNAPSHOT</version>
</parent>

<artifactId>oauth2-auth-plugin</artifactId>

+ 1
- 1
tests/plugins/pom.xml Vedi File

@@ -6,7 +6,7 @@
<parent>
<groupId>org.sonarsource.sonarqube</groupId>
<artifactId>sonarqube</artifactId>
<version>6.5-M2</version>
<version>6.5-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<groupId>org.sonarsource.sonarqube.tests</groupId>

+ 1
- 1
tests/plugins/posttask-plugin/pom.xml Vedi File

@@ -5,7 +5,7 @@
<parent>
<groupId>org.sonarsource.sonarqube.tests</groupId>
<artifactId>plugins</artifactId>
<version>6.5-M2</version>
<version>6.5-SNAPSHOT</version>
</parent>

<artifactId>posttask-plugin</artifactId>

+ 1
- 1
tests/plugins/project-builder-plugin/pom.xml Vedi File

@@ -5,7 +5,7 @@
<parent>
<groupId>org.sonarsource.sonarqube.tests</groupId>
<artifactId>plugins</artifactId>
<version>6.5-M2</version>
<version>6.5-SNAPSHOT</version>
</parent>
<artifactId>project-builder-plugin</artifactId>
<version>1.0-SNAPSHOT</version>

+ 1
- 1
tests/plugins/property-relocation-plugin/pom.xml Vedi File

@@ -6,7 +6,7 @@
<parent>
<groupId>org.sonarsource.sonarqube.tests</groupId>
<artifactId>plugins</artifactId>
<version>6.5-M2</version>
<version>6.5-SNAPSHOT</version>
</parent>

<artifactId>property-relocation-plugin</artifactId>

+ 1
- 1
tests/plugins/property-sets-plugin/pom.xml Vedi File

@@ -5,7 +5,7 @@
<parent>
<groupId>org.sonarsource.sonarqube.tests</groupId>
<artifactId>plugins</artifactId>
<version>6.5-M2</version>
<version>6.5-SNAPSHOT</version>
</parent>

<artifactId>property-sets-plugin</artifactId>

+ 1
- 1
tests/plugins/security-plugin/pom.xml Vedi File

@@ -5,7 +5,7 @@
<parent>
<groupId>org.sonarsource.sonarqube.tests</groupId>
<artifactId>plugins</artifactId>
<version>6.5-M2</version>
<version>6.5-SNAPSHOT</version>
</parent>

<artifactId>security-plugin</artifactId>

+ 1
- 1
tests/plugins/server-plugin/pom.xml Vedi File

@@ -5,7 +5,7 @@
<parent>
<groupId>org.sonarsource.sonarqube.tests</groupId>
<artifactId>plugins</artifactId>
<version>6.5-M2</version>
<version>6.5-SNAPSHOT</version>
</parent>

<artifactId>server-plugin</artifactId>

+ 1
- 1
tests/plugins/settings-encryption-plugin/pom.xml Vedi File

@@ -4,7 +4,7 @@
<parent>
<groupId>org.sonarsource.sonarqube.tests</groupId>
<artifactId>plugins</artifactId>
<version>6.5-M2</version>
<version>6.5-SNAPSHOT</version>
</parent>
<artifactId>settings-encryption-plugin</artifactId>
<version>1.0-SNAPSHOT</version>

+ 1
- 1
tests/plugins/settings-plugin/pom.xml Vedi File

@@ -6,7 +6,7 @@
<parent>
<groupId>org.sonarsource.sonarqube.tests</groupId>
<artifactId>plugins</artifactId>
<version>6.5-M2</version>
<version>6.5-SNAPSHOT</version>
</parent>

<artifactId>settings-plugin</artifactId>

+ 1
- 1
tests/plugins/sonar-fake-plugin/pom.xml Vedi File

@@ -6,7 +6,7 @@
<parent>
<groupId>org.sonarsource.sonarqube.tests</groupId>
<artifactId>plugins</artifactId>
<version>6.5-M2</version>
<version>6.5-SNAPSHOT</version>
</parent>

<artifactId>sonar-fake-plugin</artifactId>

+ 1
- 1
tests/plugins/sonar-subcategories-plugin/pom.xml Vedi File

@@ -5,7 +5,7 @@
<parent>
<groupId>org.sonarsource.sonarqube.tests</groupId>
<artifactId>plugins</artifactId>
<version>6.5-M2</version>
<version>6.5-SNAPSHOT</version>
</parent>

<artifactId>sonar-subcategories-plugin</artifactId>

+ 1
- 1
tests/plugins/ui-extensions-plugin/pom.xml Vedi File

@@ -5,7 +5,7 @@
<parent>
<groupId>org.sonarsource.sonarqube.tests</groupId>
<artifactId>plugins</artifactId>
<version>6.5-M2</version>
<version>6.5-SNAPSHOT</version>
</parent>

<artifactId>ui-extensions-plugin</artifactId>

+ 1
- 1
tests/plugins/ws-plugin/pom.xml Vedi File

@@ -5,7 +5,7 @@
<parent>
<groupId>org.sonarsource.sonarqube.tests</groupId>
<artifactId>plugins</artifactId>
<version>6.5-M2</version>
<version>6.5-SNAPSHOT</version>
</parent>

<artifactId>ws-plugin</artifactId>

+ 1
- 1
tests/pom.xml Vedi File

@@ -7,7 +7,7 @@
<parent>
<groupId>org.sonarsource.sonarqube</groupId>
<artifactId>sonarqube</artifactId>
<version>6.5-M2</version>
<version>6.5-SNAPSHOT</version>
</parent>

<groupId>org.sonarsource.sonarqube.tests</groupId>

Loading…
Annulla
Salva