diff options
author | Simon Brandhof <simon.brandhof@sonarsource.com> | 2017-09-12 10:51:02 +0200 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@sonarsource.com> | 2017-09-12 10:51:02 +0200 |
commit | c0943b57d99e2afbd0bb5d9b97485b676395a2b3 (patch) | |
tree | 054e362a63a176480cc77604cb19698f28debbce | |
parent | b11a6e05bf4066ec5b4d79ac834e592a47db099b (diff) | |
download | sonarqube-c0943b57d99e2afbd0bb5d9b97485b676395a2b3.tar.gz sonarqube-c0943b57d99e2afbd0bb5d9b97485b676395a2b3.zip |
Release 6.6-M1
56 files changed, 56 insertions, 56 deletions
diff --git a/plugins/sonar-xoo-plugin/pom.xml b/plugins/sonar-xoo-plugin/pom.xml index 50952554e47..c87bb027b45 100644 --- a/plugins/sonar-xoo-plugin/pom.xml +++ b/plugins/sonar-xoo-plugin/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>org.sonarsource.sonarqube</groupId> <artifactId>sonarqube</artifactId> - <version>6.6-SNAPSHOT</version> + <version>6.6-M1</version> <relativePath>../..</relativePath> </parent> <artifactId>sonar-xoo-plugin</artifactId> @@ -11,7 +11,7 @@ <groupId>org.sonarsource.sonarqube</groupId> <artifactId>sonarqube</artifactId> <packaging>pom</packaging> - <version>6.6-SNAPSHOT</version> + <version>6.6-M1</version> <name>SonarQube</name> <url>http://www.sonarqube.org/</url> <description>Open source platform for continuous inspection of code quality</description> diff --git a/server/pom.xml b/server/pom.xml index bd0564d4620..c173ccd5838 100644 --- a/server/pom.xml +++ b/server/pom.xml @@ -6,7 +6,7 @@ <parent> <groupId>org.sonarsource.sonarqube</groupId> <artifactId>sonarqube</artifactId> - <version>6.6-SNAPSHOT</version> + <version>6.6-M1</version> </parent> <artifactId>server</artifactId> <packaging>pom</packaging> diff --git a/server/sonar-ce/pom.xml b/server/sonar-ce/pom.xml index 007270e7793..d27ca46fd6a 100644 --- a/server/sonar-ce/pom.xml +++ b/server/sonar-ce/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>org.sonarsource.sonarqube</groupId> <artifactId>server</artifactId> - <version>6.6-SNAPSHOT</version> + <version>6.6-M1</version> <relativePath>..</relativePath> </parent> <artifactId>sonar-ce</artifactId> diff --git a/server/sonar-db-core/pom.xml b/server/sonar-db-core/pom.xml index 55258bce31f..0b2430dbecb 100644 --- a/server/sonar-db-core/pom.xml +++ b/server/sonar-db-core/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.sonarsource.sonarqube</groupId> <artifactId>server</artifactId> - <version>6.6-SNAPSHOT</version> + <version>6.6-M1</version> </parent> <artifactId>sonar-db-core</artifactId> diff --git a/server/sonar-db-dao/pom.xml b/server/sonar-db-dao/pom.xml index bec58980191..a64cb9b7e45 100644 --- a/server/sonar-db-dao/pom.xml +++ b/server/sonar-db-dao/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.sonarsource.sonarqube</groupId> <artifactId>server</artifactId> - <version>6.6-SNAPSHOT</version> + <version>6.6-M1</version> </parent> <artifactId>sonar-db-dao</artifactId> diff --git a/server/sonar-db-migration/pom.xml b/server/sonar-db-migration/pom.xml index 9447cf687fe..8b188d48c9c 100644 --- a/server/sonar-db-migration/pom.xml +++ b/server/sonar-db-migration/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.sonarsource.sonarqube</groupId> <artifactId>server</artifactId> - <version>6.6-SNAPSHOT</version> + <version>6.6-M1</version> </parent> <artifactId>sonar-db-migration</artifactId> diff --git a/server/sonar-db-testing/pom.xml b/server/sonar-db-testing/pom.xml index 51f53cf694a..645c28b6969 100644 --- a/server/sonar-db-testing/pom.xml +++ b/server/sonar-db-testing/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.sonarsource.sonarqube</groupId> <artifactId>server</artifactId> - <version>6.6-SNAPSHOT</version> + <version>6.6-M1</version> </parent> <artifactId>sonar-db-testing</artifactId> diff --git a/server/sonar-main/pom.xml b/server/sonar-main/pom.xml index 9aa79852803..cc0e6d0b6f2 100644 --- a/server/sonar-main/pom.xml +++ b/server/sonar-main/pom.xml @@ -6,7 +6,7 @@ <parent> <groupId>org.sonarsource.sonarqube</groupId> <artifactId>server</artifactId> - <version>6.6-SNAPSHOT</version> + <version>6.6-M1</version> <relativePath>../</relativePath> </parent> diff --git a/server/sonar-plugin-bridge/pom.xml b/server/sonar-plugin-bridge/pom.xml index 896695df61a..50992a8c3ea 100644 --- a/server/sonar-plugin-bridge/pom.xml +++ b/server/sonar-plugin-bridge/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>org.sonarsource.sonarqube</groupId> <artifactId>server</artifactId> - <version>6.6-SNAPSHOT</version> + <version>6.6-M1</version> <relativePath>..</relativePath> </parent> <artifactId>sonar-plugin-bridge</artifactId> diff --git a/server/sonar-process/pom.xml b/server/sonar-process/pom.xml index ac07efaa96c..3629dcde22c 100644 --- a/server/sonar-process/pom.xml +++ b/server/sonar-process/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>org.sonarsource.sonarqube</groupId> <artifactId>server</artifactId> - <version>6.6-SNAPSHOT</version> + <version>6.6-M1</version> <relativePath>../</relativePath> </parent> diff --git a/server/sonar-server/pom.xml b/server/sonar-server/pom.xml index 19037022f46..e33599a931b 100644 --- a/server/sonar-server/pom.xml +++ b/server/sonar-server/pom.xml @@ -6,7 +6,7 @@ <parent> <groupId>org.sonarsource.sonarqube</groupId> <artifactId>server</artifactId> - <version>6.6-SNAPSHOT</version> + <version>6.6-M1</version> <relativePath>..</relativePath> </parent> <artifactId>sonar-server</artifactId> diff --git a/server/sonar-web/pom.xml b/server/sonar-web/pom.xml index f01ecb5c613..54c905cabcd 100644 --- a/server/sonar-web/pom.xml +++ b/server/sonar-web/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>org.sonarsource.sonarqube</groupId> <artifactId>server</artifactId> - <version>6.6-SNAPSHOT</version> + <version>6.6-M1</version> <relativePath>..</relativePath> </parent> <artifactId>sonar-web</artifactId> diff --git a/sonar-application/pom.xml b/sonar-application/pom.xml index ce3e9cc30d3..0ddd6d7ae8c 100644 --- a/sonar-application/pom.xml +++ b/sonar-application/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.sonarsource.sonarqube</groupId> <artifactId>sonarqube</artifactId> - <version>6.6-SNAPSHOT</version> + <version>6.6-M1</version> </parent> <artifactId>sonar-application</artifactId> diff --git a/sonar-check-api/pom.xml b/sonar-check-api/pom.xml index b00cb5629a5..0c205bccc85 100644 --- a/sonar-check-api/pom.xml +++ b/sonar-check-api/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>org.sonarsource.sonarqube</groupId> <artifactId>sonarqube</artifactId> - <version>6.6-SNAPSHOT</version> + <version>6.6-M1</version> <relativePath>..</relativePath> </parent> <artifactId>sonar-check-api</artifactId> diff --git a/sonar-core/pom.xml b/sonar-core/pom.xml index 3e86dd4430e..588005b857b 100644 --- a/sonar-core/pom.xml +++ b/sonar-core/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.sonarsource.sonarqube</groupId> <artifactId>sonarqube</artifactId> - <version>6.6-SNAPSHOT</version> + <version>6.6-M1</version> </parent> <artifactId>sonar-core</artifactId> diff --git a/sonar-duplications/pom.xml b/sonar-duplications/pom.xml index fa392d8a9d8..376fc12ae2e 100644 --- a/sonar-duplications/pom.xml +++ b/sonar-duplications/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>org.sonarsource.sonarqube</groupId> <artifactId>sonarqube</artifactId> - <version>6.6-SNAPSHOT</version> + <version>6.6-M1</version> </parent> <artifactId>sonar-duplications</artifactId> diff --git a/sonar-home/pom.xml b/sonar-home/pom.xml index 45b9ff688ac..ebed6dcfc30 100644 --- a/sonar-home/pom.xml +++ b/sonar-home/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.sonarsource.sonarqube</groupId> <artifactId>sonarqube</artifactId> - <version>6.6-SNAPSHOT</version> + <version>6.6-M1</version> </parent> <artifactId>sonar-home</artifactId> diff --git a/sonar-markdown/pom.xml b/sonar-markdown/pom.xml index 03105a7839b..4a8a3a5a778 100644 --- a/sonar-markdown/pom.xml +++ b/sonar-markdown/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.sonarsource.sonarqube</groupId> <artifactId>sonarqube</artifactId> - <version>6.6-SNAPSHOT</version> + <version>6.6-M1</version> <relativePath>..</relativePath> </parent> diff --git a/sonar-plugin-api-deps/pom.xml b/sonar-plugin-api-deps/pom.xml index 071b1f5fc64..f592d481650 100644 --- a/sonar-plugin-api-deps/pom.xml +++ b/sonar-plugin-api-deps/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.sonarsource.sonarqube</groupId> <artifactId>sonarqube</artifactId> - <version>6.6-SNAPSHOT</version> + <version>6.6-M1</version> </parent> <artifactId>sonar-plugin-api-deps</artifactId> diff --git a/sonar-plugin-api/pom.xml b/sonar-plugin-api/pom.xml index 0c0f38e0731..62f96f2b29a 100644 --- a/sonar-plugin-api/pom.xml +++ b/sonar-plugin-api/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.sonarsource.sonarqube</groupId> <artifactId>sonarqube</artifactId> - <version>6.6-SNAPSHOT</version> + <version>6.6-M1</version> </parent> <artifactId>sonar-plugin-api</artifactId> diff --git a/sonar-scanner-engine-shaded/pom.xml b/sonar-scanner-engine-shaded/pom.xml index 6e02b53b553..dd8d4519bd8 100644 --- a/sonar-scanner-engine-shaded/pom.xml +++ b/sonar-scanner-engine-shaded/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.sonarsource.sonarqube</groupId> <artifactId>sonarqube</artifactId> - <version>6.6-SNAPSHOT</version> + <version>6.6-M1</version> </parent> <artifactId>sonar-scanner-engine-shaded</artifactId> diff --git a/sonar-scanner-engine/pom.xml b/sonar-scanner-engine/pom.xml index 580ee0095ff..e9d98e7f91d 100644 --- a/sonar-scanner-engine/pom.xml +++ b/sonar-scanner-engine/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>org.sonarsource.sonarqube</groupId> <artifactId>sonarqube</artifactId> - <version>6.6-SNAPSHOT</version> + <version>6.6-M1</version> </parent> <artifactId>sonar-scanner-engine</artifactId> diff --git a/sonar-scanner-protocol/pom.xml b/sonar-scanner-protocol/pom.xml index 9d6ef5b3dc6..8e03db7bb90 100644 --- a/sonar-scanner-protocol/pom.xml +++ b/sonar-scanner-protocol/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>org.sonarsource.sonarqube</groupId> <artifactId>sonarqube</artifactId> - <version>6.6-SNAPSHOT</version> + <version>6.6-M1</version> </parent> <artifactId>sonar-scanner-protocol</artifactId> diff --git a/sonar-testing-harness/pom.xml b/sonar-testing-harness/pom.xml index e3815fe3652..4f023957ba9 100644 --- a/sonar-testing-harness/pom.xml +++ b/sonar-testing-harness/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>org.sonarsource.sonarqube</groupId> <artifactId>sonarqube</artifactId> - <version>6.6-SNAPSHOT</version> + <version>6.6-M1</version> </parent> <artifactId>sonar-testing-harness</artifactId> <packaging>jar</packaging> diff --git a/sonar-ws/pom.xml b/sonar-ws/pom.xml index 8b936256775..1f1ef4a257f 100644 --- a/sonar-ws/pom.xml +++ b/sonar-ws/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.sonarsource.sonarqube</groupId> <artifactId>sonarqube</artifactId> - <version>6.6-SNAPSHOT</version> + <version>6.6-M1</version> </parent> <artifactId>sonar-ws</artifactId> diff --git a/tests/plugins/access-secured-props-plugin/pom.xml b/tests/plugins/access-secured-props-plugin/pom.xml index 4a4bb2e9382..2b925189e88 100644 --- a/tests/plugins/access-secured-props-plugin/pom.xml +++ b/tests/plugins/access-secured-props-plugin/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>org.sonarsource.sonarqube.tests</groupId> <artifactId>plugins</artifactId> - <version>6.6-SNAPSHOT</version> + <version>6.6-M1</version> </parent> <artifactId>access-secured-props-plugin</artifactId> diff --git a/tests/plugins/backdating-customplugin/pom.xml b/tests/plugins/backdating-customplugin/pom.xml index 8371451ba88..7570f76eff6 100644 --- a/tests/plugins/backdating-customplugin/pom.xml +++ b/tests/plugins/backdating-customplugin/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.sonarsource.sonarqube</groupId> <artifactId>sonarqube</artifactId> - <version>6.6-SNAPSHOT</version> + <version>6.6-M1</version> <relativePath>../..</relativePath> </parent> <artifactId>backdating-customplugin</artifactId> diff --git a/tests/plugins/backdating-plugin-v1/pom.xml b/tests/plugins/backdating-plugin-v1/pom.xml index 85a241daf31..abd705671d6 100644 --- a/tests/plugins/backdating-plugin-v1/pom.xml +++ b/tests/plugins/backdating-plugin-v1/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.sonarsource.sonarqube</groupId> <artifactId>sonarqube</artifactId> - <version>6.6-SNAPSHOT</version> + <version>6.6-M1</version> <relativePath>../..</relativePath> </parent> <artifactId>backdating-plugin-v1</artifactId> diff --git a/tests/plugins/backdating-plugin-v2/pom.xml b/tests/plugins/backdating-plugin-v2/pom.xml index 59adfffc20d..ee6b983e686 100644 --- a/tests/plugins/backdating-plugin-v2/pom.xml +++ b/tests/plugins/backdating-plugin-v2/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.sonarsource.sonarqube</groupId> <artifactId>sonarqube</artifactId> - <version>6.6-SNAPSHOT</version> + <version>6.6-M1</version> <relativePath>../..</relativePath> </parent> <artifactId>backdating-plugin-v2</artifactId> diff --git a/tests/plugins/base-auth-plugin/pom.xml b/tests/plugins/base-auth-plugin/pom.xml index 637a45f2b2b..bd4a19918e6 100644 --- a/tests/plugins/base-auth-plugin/pom.xml +++ b/tests/plugins/base-auth-plugin/pom.xml @@ -6,7 +6,7 @@ <parent> <groupId>org.sonarsource.sonarqube.tests</groupId> <artifactId>plugins</artifactId> - <version>6.6-SNAPSHOT</version> + <version>6.6-M1</version> </parent> <artifactId>base-auth-plugin</artifactId> diff --git a/tests/plugins/batch-plugin/pom.xml b/tests/plugins/batch-plugin/pom.xml index 6f3c4c40d30..7c8e095d69c 100644 --- a/tests/plugins/batch-plugin/pom.xml +++ b/tests/plugins/batch-plugin/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>org.sonarsource.sonarqube.tests</groupId> <artifactId>plugins</artifactId> - <version>6.6-SNAPSHOT</version> + <version>6.6-M1</version> </parent> <artifactId>batch-plugin</artifactId> diff --git a/tests/plugins/extension-lifecycle-plugin/pom.xml b/tests/plugins/extension-lifecycle-plugin/pom.xml index dce5ef4127d..0160ec6b4a4 100644 --- a/tests/plugins/extension-lifecycle-plugin/pom.xml +++ b/tests/plugins/extension-lifecycle-plugin/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>org.sonarsource.sonarqube.tests</groupId> <artifactId>plugins</artifactId> - <version>6.6-SNAPSHOT</version> + <version>6.6-M1</version> </parent> <artifactId>extension-lifecycle-plugin</artifactId> <version>1.0-SNAPSHOT</version> diff --git a/tests/plugins/fake-billing-plugin/pom.xml b/tests/plugins/fake-billing-plugin/pom.xml index 17fd7f0b177..6d3877a0439 100644 --- a/tests/plugins/fake-billing-plugin/pom.xml +++ b/tests/plugins/fake-billing-plugin/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.sonarsource.sonarqube.tests</groupId> <artifactId>plugins</artifactId> - <version>6.6-SNAPSHOT</version> + <version>6.6-M1</version> </parent> <artifactId>fake-billing-plugin</artifactId> diff --git a/tests/plugins/fake-governance-plugin/pom.xml b/tests/plugins/fake-governance-plugin/pom.xml index cf2b24a80c7..ef1a9fa7190 100644 --- a/tests/plugins/fake-governance-plugin/pom.xml +++ b/tests/plugins/fake-governance-plugin/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.sonarsource.sonarqube.tests</groupId> <artifactId>plugins</artifactId> - <version>6.6-SNAPSHOT</version> + <version>6.6-M1</version> </parent> <artifactId>fake-governance-plugin</artifactId> diff --git a/tests/plugins/foo-plugin-v1/pom.xml b/tests/plugins/foo-plugin-v1/pom.xml index 2d84ea23660..bb8e4300b4c 100644 --- a/tests/plugins/foo-plugin-v1/pom.xml +++ b/tests/plugins/foo-plugin-v1/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.sonarsource.sonarqube</groupId> <artifactId>sonarqube</artifactId> - <version>6.6-SNAPSHOT</version> + <version>6.6-M1</version> <relativePath>../..</relativePath> </parent> <artifactId>foo-plugin-v1</artifactId> diff --git a/tests/plugins/foo-plugin-v2/pom.xml b/tests/plugins/foo-plugin-v2/pom.xml index a36d85c8991..d764619f7bd 100644 --- a/tests/plugins/foo-plugin-v2/pom.xml +++ b/tests/plugins/foo-plugin-v2/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.sonarsource.sonarqube</groupId> <artifactId>sonarqube</artifactId> - <version>6.6-SNAPSHOT</version> + <version>6.6-M1</version> <relativePath>../..</relativePath> </parent> <artifactId>foo-plugin-v2</artifactId> diff --git a/tests/plugins/global-property-change-plugin/pom.xml b/tests/plugins/global-property-change-plugin/pom.xml index 0c6a0e66467..07abd702b62 100644 --- a/tests/plugins/global-property-change-plugin/pom.xml +++ b/tests/plugins/global-property-change-plugin/pom.xml @@ -6,7 +6,7 @@ <parent> <groupId>org.sonarsource.sonarqube.tests</groupId> <artifactId>plugins</artifactId> - <version>6.6-SNAPSHOT</version> + <version>6.6-M1</version> </parent> <artifactId>global-property-change-plugin</artifactId> diff --git a/tests/plugins/issue-filter-plugin/pom.xml b/tests/plugins/issue-filter-plugin/pom.xml index 87d06ef7a4d..84b7d115fd1 100644 --- a/tests/plugins/issue-filter-plugin/pom.xml +++ b/tests/plugins/issue-filter-plugin/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.sonarsource.sonarqube.tests</groupId> <artifactId>plugins</artifactId> - <version>6.6-SNAPSHOT</version> + <version>6.6-M1</version> </parent> <artifactId>issue-filter-plugin</artifactId> diff --git a/tests/plugins/l10n-fr-pack/pom.xml b/tests/plugins/l10n-fr-pack/pom.xml index f2a4bbd8048..33fabc2df97 100644 --- a/tests/plugins/l10n-fr-pack/pom.xml +++ b/tests/plugins/l10n-fr-pack/pom.xml @@ -6,7 +6,7 @@ <parent> <groupId>org.sonarsource.sonarqube.tests</groupId> <artifactId>plugins</artifactId> - <version>6.6-SNAPSHOT</version> + <version>6.6-M1</version> </parent> <artifactId>l10n-fr-pack</artifactId> diff --git a/tests/plugins/license-plugin/pom.xml b/tests/plugins/license-plugin/pom.xml index f7360b491de..a3cfb001ac2 100644 --- a/tests/plugins/license-plugin/pom.xml +++ b/tests/plugins/license-plugin/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.sonarsource.sonarqube.tests</groupId> <artifactId>plugins</artifactId> - <version>6.6-SNAPSHOT</version> + <version>6.6-M1</version> </parent> <artifactId>license-plugin</artifactId> diff --git a/tests/plugins/oauth2-auth-plugin/pom.xml b/tests/plugins/oauth2-auth-plugin/pom.xml index a10ac1c8bcd..7fccb29c3ef 100644 --- a/tests/plugins/oauth2-auth-plugin/pom.xml +++ b/tests/plugins/oauth2-auth-plugin/pom.xml @@ -6,7 +6,7 @@ <parent> <groupId>org.sonarsource.sonarqube.tests</groupId> <artifactId>plugins</artifactId> - <version>6.6-SNAPSHOT</version> + <version>6.6-M1</version> </parent> <artifactId>oauth2-auth-plugin</artifactId> diff --git a/tests/plugins/pom.xml b/tests/plugins/pom.xml index 70015985e6b..a6edf45a962 100644 --- a/tests/plugins/pom.xml +++ b/tests/plugins/pom.xml @@ -6,7 +6,7 @@ <parent> <groupId>org.sonarsource.sonarqube</groupId> <artifactId>sonarqube</artifactId> - <version>6.6-SNAPSHOT</version> + <version>6.6-M1</version> <relativePath>../../pom.xml</relativePath> </parent> <groupId>org.sonarsource.sonarqube.tests</groupId> diff --git a/tests/plugins/posttask-plugin/pom.xml b/tests/plugins/posttask-plugin/pom.xml index a5fb1a9f603..3a8d334593c 100644 --- a/tests/plugins/posttask-plugin/pom.xml +++ b/tests/plugins/posttask-plugin/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.sonarsource.sonarqube.tests</groupId> <artifactId>plugins</artifactId> - <version>6.6-SNAPSHOT</version> + <version>6.6-M1</version> </parent> <artifactId>posttask-plugin</artifactId> diff --git a/tests/plugins/project-builder-plugin/pom.xml b/tests/plugins/project-builder-plugin/pom.xml index 295f87a9ce3..14c3c69ce69 100644 --- a/tests/plugins/project-builder-plugin/pom.xml +++ b/tests/plugins/project-builder-plugin/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.sonarsource.sonarqube.tests</groupId> <artifactId>plugins</artifactId> - <version>6.6-SNAPSHOT</version> + <version>6.6-M1</version> </parent> <artifactId>project-builder-plugin</artifactId> <version>1.0-SNAPSHOT</version> diff --git a/tests/plugins/property-relocation-plugin/pom.xml b/tests/plugins/property-relocation-plugin/pom.xml index 6644c4b24c9..d0527e8d0c7 100644 --- a/tests/plugins/property-relocation-plugin/pom.xml +++ b/tests/plugins/property-relocation-plugin/pom.xml @@ -6,7 +6,7 @@ <parent> <groupId>org.sonarsource.sonarqube.tests</groupId> <artifactId>plugins</artifactId> - <version>6.6-SNAPSHOT</version> + <version>6.6-M1</version> </parent> <artifactId>property-relocation-plugin</artifactId> diff --git a/tests/plugins/property-sets-plugin/pom.xml b/tests/plugins/property-sets-plugin/pom.xml index 59aeff09f4e..eda348843f2 100644 --- a/tests/plugins/property-sets-plugin/pom.xml +++ b/tests/plugins/property-sets-plugin/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.sonarsource.sonarqube.tests</groupId> <artifactId>plugins</artifactId> - <version>6.6-SNAPSHOT</version> + <version>6.6-M1</version> </parent> <artifactId>property-sets-plugin</artifactId> diff --git a/tests/plugins/security-plugin/pom.xml b/tests/plugins/security-plugin/pom.xml index 381a78273b3..111ec0894c5 100644 --- a/tests/plugins/security-plugin/pom.xml +++ b/tests/plugins/security-plugin/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.sonarsource.sonarqube.tests</groupId> <artifactId>plugins</artifactId> - <version>6.6-SNAPSHOT</version> + <version>6.6-M1</version> </parent> <artifactId>security-plugin</artifactId> diff --git a/tests/plugins/server-plugin/pom.xml b/tests/plugins/server-plugin/pom.xml index 42f8a345e72..9ac3285325e 100644 --- a/tests/plugins/server-plugin/pom.xml +++ b/tests/plugins/server-plugin/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.sonarsource.sonarqube.tests</groupId> <artifactId>plugins</artifactId> - <version>6.6-SNAPSHOT</version> + <version>6.6-M1</version> </parent> <artifactId>server-plugin</artifactId> diff --git a/tests/plugins/settings-encryption-plugin/pom.xml b/tests/plugins/settings-encryption-plugin/pom.xml index 607c2f4fffe..775fb91a1df 100644 --- a/tests/plugins/settings-encryption-plugin/pom.xml +++ b/tests/plugins/settings-encryption-plugin/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>org.sonarsource.sonarqube.tests</groupId> <artifactId>plugins</artifactId> - <version>6.6-SNAPSHOT</version> + <version>6.6-M1</version> </parent> <artifactId>settings-encryption-plugin</artifactId> <version>1.0-SNAPSHOT</version> diff --git a/tests/plugins/settings-plugin/pom.xml b/tests/plugins/settings-plugin/pom.xml index f69b47932cb..19defc2bd12 100644 --- a/tests/plugins/settings-plugin/pom.xml +++ b/tests/plugins/settings-plugin/pom.xml @@ -6,7 +6,7 @@ <parent> <groupId>org.sonarsource.sonarqube.tests</groupId> <artifactId>plugins</artifactId> - <version>6.6-SNAPSHOT</version> + <version>6.6-M1</version> </parent> <artifactId>settings-plugin</artifactId> diff --git a/tests/plugins/sonar-fake-plugin/pom.xml b/tests/plugins/sonar-fake-plugin/pom.xml index 8246710c1ca..44362283f8d 100644 --- a/tests/plugins/sonar-fake-plugin/pom.xml +++ b/tests/plugins/sonar-fake-plugin/pom.xml @@ -6,7 +6,7 @@ <parent> <groupId>org.sonarsource.sonarqube.tests</groupId> <artifactId>plugins</artifactId> - <version>6.6-SNAPSHOT</version> + <version>6.6-M1</version> </parent> <artifactId>sonar-fake-plugin</artifactId> diff --git a/tests/plugins/sonar-subcategories-plugin/pom.xml b/tests/plugins/sonar-subcategories-plugin/pom.xml index 62994d99436..4af2db9d427 100644 --- a/tests/plugins/sonar-subcategories-plugin/pom.xml +++ b/tests/plugins/sonar-subcategories-plugin/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.sonarsource.sonarqube.tests</groupId> <artifactId>plugins</artifactId> - <version>6.6-SNAPSHOT</version> + <version>6.6-M1</version> </parent> <artifactId>sonar-subcategories-plugin</artifactId> diff --git a/tests/plugins/ui-extensions-plugin/pom.xml b/tests/plugins/ui-extensions-plugin/pom.xml index 86d2cfdbcb1..fa26dc5f4e3 100644 --- a/tests/plugins/ui-extensions-plugin/pom.xml +++ b/tests/plugins/ui-extensions-plugin/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.sonarsource.sonarqube.tests</groupId> <artifactId>plugins</artifactId> - <version>6.6-SNAPSHOT</version> + <version>6.6-M1</version> </parent> <artifactId>ui-extensions-plugin</artifactId> diff --git a/tests/plugins/ws-plugin/pom.xml b/tests/plugins/ws-plugin/pom.xml index 617a598718a..519fbcd8689 100644 --- a/tests/plugins/ws-plugin/pom.xml +++ b/tests/plugins/ws-plugin/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.sonarsource.sonarqube.tests</groupId> <artifactId>plugins</artifactId> - <version>6.6-SNAPSHOT</version> + <version>6.6-M1</version> </parent> <artifactId>ws-plugin</artifactId> diff --git a/tests/pom.xml b/tests/pom.xml index f15b74f0fa3..91c3498e3a3 100644 --- a/tests/pom.xml +++ b/tests/pom.xml @@ -7,7 +7,7 @@ <parent> <groupId>org.sonarsource.sonarqube</groupId> <artifactId>sonarqube</artifactId> - <version>6.6-SNAPSHOT</version> + <version>6.6-M1</version> </parent> <groupId>org.sonarsource.sonarqube.tests</groupId> |