From 4efc937dd31d1bb84d434ec7e96b5b07939ee969 Mon Sep 17 00:00:00 2001 From: Julien Lancelot Date: Mon, 19 Nov 2018 14:10:02 +0100 Subject: [PATCH] Release 6.7.6 --- plugins/sonar-xoo-plugin/pom.xml | 2 +- pom.xml | 2 +- server/pom.xml | 2 +- server/sonar-ce/pom.xml | 2 +- server/sonar-db-core/pom.xml | 2 +- server/sonar-db-dao/pom.xml | 2 +- server/sonar-db-migration/pom.xml | 2 +- server/sonar-db-testing/pom.xml | 2 +- server/sonar-main/pom.xml | 2 +- server/sonar-plugin-bridge/pom.xml | 2 +- server/sonar-process/pom.xml | 2 +- server/sonar-server/pom.xml | 2 +- server/sonar-web/pom.xml | 2 +- sonar-application/pom.xml | 2 +- sonar-check-api/pom.xml | 2 +- sonar-core/pom.xml | 2 +- sonar-duplications/pom.xml | 2 +- sonar-home/pom.xml | 2 +- sonar-markdown/pom.xml | 2 +- sonar-plugin-api-deps/pom.xml | 2 +- sonar-plugin-api/pom.xml | 2 +- sonar-scanner-engine-shaded/pom.xml | 2 +- sonar-scanner-engine/pom.xml | 2 +- sonar-scanner-protocol/pom.xml | 2 +- sonar-testing-harness/pom.xml | 2 +- sonar-ws/pom.xml | 2 +- tests/plugins/access-secured-props-plugin/pom.xml | 2 +- tests/plugins/backdating-customplugin/pom.xml | 2 +- tests/plugins/backdating-plugin-v1/pom.xml | 2 +- tests/plugins/backdating-plugin-v2/pom.xml | 2 +- tests/plugins/base-auth-plugin/pom.xml | 2 +- tests/plugins/batch-plugin/pom.xml | 2 +- tests/plugins/extension-lifecycle-plugin/pom.xml | 2 +- tests/plugins/fake-billing-plugin/pom.xml | 2 +- tests/plugins/fake-governance-plugin/pom.xml | 2 +- tests/plugins/foo-plugin-v1/pom.xml | 2 +- tests/plugins/foo-plugin-v2/pom.xml | 2 +- tests/plugins/global-property-change-plugin/pom.xml | 2 +- tests/plugins/issue-filter-plugin/pom.xml | 2 +- tests/plugins/l10n-fr-pack/pom.xml | 2 +- tests/plugins/license-plugin/pom.xml | 2 +- tests/plugins/oauth2-auth-plugin/pom.xml | 2 +- tests/plugins/pom.xml | 2 +- tests/plugins/posttask-plugin/pom.xml | 2 +- tests/plugins/project-builder-plugin/pom.xml | 2 +- tests/plugins/property-relocation-plugin/pom.xml | 2 +- tests/plugins/property-sets-plugin/pom.xml | 2 +- tests/plugins/save-measure-on-module-plugin/pom.xml | 2 +- tests/plugins/security-plugin/pom.xml | 2 +- tests/plugins/server-plugin/pom.xml | 2 +- tests/plugins/settings-encryption-plugin/pom.xml | 2 +- tests/plugins/settings-plugin/pom.xml | 2 +- tests/plugins/sonar-fake-plugin/pom.xml | 2 +- tests/plugins/sonar-subcategories-plugin/pom.xml | 2 +- tests/plugins/ui-extensions-plugin/pom.xml | 2 +- tests/plugins/wait-at-platform-level4-plugin/pom.xml | 2 +- tests/plugins/ws-plugin/pom.xml | 2 +- tests/pom.xml | 2 +- 58 files changed, 58 insertions(+), 58 deletions(-) diff --git a/plugins/sonar-xoo-plugin/pom.xml b/plugins/sonar-xoo-plugin/pom.xml index 609305145aa..528c304bcc6 100644 --- a/plugins/sonar-xoo-plugin/pom.xml +++ b/plugins/sonar-xoo-plugin/pom.xml @@ -4,7 +4,7 @@ org.sonarsource.sonarqube sonarqube - 6.7.6-SNAPSHOT + 6.7.6 ../.. sonar-xoo-plugin diff --git a/pom.xml b/pom.xml index 4eb8cf35c36..10dbb6bde0b 100644 --- a/pom.xml +++ b/pom.xml @@ -11,7 +11,7 @@ org.sonarsource.sonarqube sonarqube pom - 6.7.6-SNAPSHOT + 6.7.6 SonarQube http://www.sonarqube.org/ Open source platform for continuous inspection of code quality diff --git a/server/pom.xml b/server/pom.xml index 9ec7ca51dac..52f22edd95e 100644 --- a/server/pom.xml +++ b/server/pom.xml @@ -6,7 +6,7 @@ org.sonarsource.sonarqube sonarqube - 6.7.6-SNAPSHOT + 6.7.6 server pom diff --git a/server/sonar-ce/pom.xml b/server/sonar-ce/pom.xml index 85530da3693..fa7aa9830f6 100644 --- a/server/sonar-ce/pom.xml +++ b/server/sonar-ce/pom.xml @@ -4,7 +4,7 @@ org.sonarsource.sonarqube server - 6.7.6-SNAPSHOT + 6.7.6 .. sonar-ce diff --git a/server/sonar-db-core/pom.xml b/server/sonar-db-core/pom.xml index 3b7f3d3946a..2588db2a44e 100644 --- a/server/sonar-db-core/pom.xml +++ b/server/sonar-db-core/pom.xml @@ -5,7 +5,7 @@ org.sonarsource.sonarqube server - 6.7.6-SNAPSHOT + 6.7.6 sonar-db-core diff --git a/server/sonar-db-dao/pom.xml b/server/sonar-db-dao/pom.xml index 71f3fa11176..a8b384ecde9 100644 --- a/server/sonar-db-dao/pom.xml +++ b/server/sonar-db-dao/pom.xml @@ -5,7 +5,7 @@ org.sonarsource.sonarqube server - 6.7.6-SNAPSHOT + 6.7.6 sonar-db-dao diff --git a/server/sonar-db-migration/pom.xml b/server/sonar-db-migration/pom.xml index d26331fea59..94f8619af26 100644 --- a/server/sonar-db-migration/pom.xml +++ b/server/sonar-db-migration/pom.xml @@ -5,7 +5,7 @@ org.sonarsource.sonarqube server - 6.7.6-SNAPSHOT + 6.7.6 sonar-db-migration diff --git a/server/sonar-db-testing/pom.xml b/server/sonar-db-testing/pom.xml index 745f3539dfd..39c24ef61af 100644 --- a/server/sonar-db-testing/pom.xml +++ b/server/sonar-db-testing/pom.xml @@ -5,7 +5,7 @@ org.sonarsource.sonarqube server - 6.7.6-SNAPSHOT + 6.7.6 sonar-db-testing diff --git a/server/sonar-main/pom.xml b/server/sonar-main/pom.xml index d5f0d845b38..9e5ea9bb835 100644 --- a/server/sonar-main/pom.xml +++ b/server/sonar-main/pom.xml @@ -6,7 +6,7 @@ org.sonarsource.sonarqube server - 6.7.6-SNAPSHOT + 6.7.6 ../ diff --git a/server/sonar-plugin-bridge/pom.xml b/server/sonar-plugin-bridge/pom.xml index 709c27737bf..79dd38416d3 100644 --- a/server/sonar-plugin-bridge/pom.xml +++ b/server/sonar-plugin-bridge/pom.xml @@ -4,7 +4,7 @@ org.sonarsource.sonarqube server - 6.7.6-SNAPSHOT + 6.7.6 .. sonar-plugin-bridge diff --git a/server/sonar-process/pom.xml b/server/sonar-process/pom.xml index 61ab3397776..2f698141258 100644 --- a/server/sonar-process/pom.xml +++ b/server/sonar-process/pom.xml @@ -4,7 +4,7 @@ org.sonarsource.sonarqube server - 6.7.6-SNAPSHOT + 6.7.6 ../ diff --git a/server/sonar-server/pom.xml b/server/sonar-server/pom.xml index f2eb010c578..eb939c64eaf 100644 --- a/server/sonar-server/pom.xml +++ b/server/sonar-server/pom.xml @@ -6,7 +6,7 @@ org.sonarsource.sonarqube server - 6.7.6-SNAPSHOT + 6.7.6 .. sonar-server diff --git a/server/sonar-web/pom.xml b/server/sonar-web/pom.xml index ade614a05a0..c223fd8bfb2 100644 --- a/server/sonar-web/pom.xml +++ b/server/sonar-web/pom.xml @@ -4,7 +4,7 @@ org.sonarsource.sonarqube server - 6.7.6-SNAPSHOT + 6.7.6 .. sonar-web diff --git a/sonar-application/pom.xml b/sonar-application/pom.xml index 85277dde620..ed2469b6cc4 100644 --- a/sonar-application/pom.xml +++ b/sonar-application/pom.xml @@ -7,7 +7,7 @@ org.sonarsource.sonarqube sonarqube - 6.7.6-SNAPSHOT + 6.7.6 sonar-application diff --git a/sonar-check-api/pom.xml b/sonar-check-api/pom.xml index 611ed4cb3f2..22d4dd507f3 100644 --- a/sonar-check-api/pom.xml +++ b/sonar-check-api/pom.xml @@ -4,7 +4,7 @@ org.sonarsource.sonarqube sonarqube - 6.7.6-SNAPSHOT + 6.7.6 .. sonar-check-api diff --git a/sonar-core/pom.xml b/sonar-core/pom.xml index a30d4758c12..ae3aa019dd2 100644 --- a/sonar-core/pom.xml +++ b/sonar-core/pom.xml @@ -5,7 +5,7 @@ org.sonarsource.sonarqube sonarqube - 6.7.6-SNAPSHOT + 6.7.6 sonar-core diff --git a/sonar-duplications/pom.xml b/sonar-duplications/pom.xml index f1ef0121fbe..c42a9b4ee65 100644 --- a/sonar-duplications/pom.xml +++ b/sonar-duplications/pom.xml @@ -4,7 +4,7 @@ org.sonarsource.sonarqube sonarqube - 6.7.6-SNAPSHOT + 6.7.6 sonar-duplications diff --git a/sonar-home/pom.xml b/sonar-home/pom.xml index 92df883ebf2..ddcb0d96029 100644 --- a/sonar-home/pom.xml +++ b/sonar-home/pom.xml @@ -5,7 +5,7 @@ org.sonarsource.sonarqube sonarqube - 6.7.6-SNAPSHOT + 6.7.6 sonar-home diff --git a/sonar-markdown/pom.xml b/sonar-markdown/pom.xml index 070185c76aa..db864d262a9 100644 --- a/sonar-markdown/pom.xml +++ b/sonar-markdown/pom.xml @@ -5,7 +5,7 @@ org.sonarsource.sonarqube sonarqube - 6.7.6-SNAPSHOT + 6.7.6 .. diff --git a/sonar-plugin-api-deps/pom.xml b/sonar-plugin-api-deps/pom.xml index bb8ac3debf5..6466fff09e6 100644 --- a/sonar-plugin-api-deps/pom.xml +++ b/sonar-plugin-api-deps/pom.xml @@ -5,7 +5,7 @@ org.sonarsource.sonarqube sonarqube - 6.7.6-SNAPSHOT + 6.7.6 sonar-plugin-api-deps diff --git a/sonar-plugin-api/pom.xml b/sonar-plugin-api/pom.xml index 8fe02d4c59c..59ff9fb7842 100644 --- a/sonar-plugin-api/pom.xml +++ b/sonar-plugin-api/pom.xml @@ -5,7 +5,7 @@ org.sonarsource.sonarqube sonarqube - 6.7.6-SNAPSHOT + 6.7.6 sonar-plugin-api diff --git a/sonar-scanner-engine-shaded/pom.xml b/sonar-scanner-engine-shaded/pom.xml index 2141ef8c4ca..dec402da492 100644 --- a/sonar-scanner-engine-shaded/pom.xml +++ b/sonar-scanner-engine-shaded/pom.xml @@ -5,7 +5,7 @@ org.sonarsource.sonarqube sonarqube - 6.7.6-SNAPSHOT + 6.7.6 sonar-scanner-engine-shaded diff --git a/sonar-scanner-engine/pom.xml b/sonar-scanner-engine/pom.xml index 564989d71cf..b49948139b3 100644 --- a/sonar-scanner-engine/pom.xml +++ b/sonar-scanner-engine/pom.xml @@ -4,7 +4,7 @@ org.sonarsource.sonarqube sonarqube - 6.7.6-SNAPSHOT + 6.7.6 sonar-scanner-engine diff --git a/sonar-scanner-protocol/pom.xml b/sonar-scanner-protocol/pom.xml index 9146eac6058..bc5282635e1 100644 --- a/sonar-scanner-protocol/pom.xml +++ b/sonar-scanner-protocol/pom.xml @@ -4,7 +4,7 @@ org.sonarsource.sonarqube sonarqube - 6.7.6-SNAPSHOT + 6.7.6 sonar-scanner-protocol diff --git a/sonar-testing-harness/pom.xml b/sonar-testing-harness/pom.xml index 68edcc4f9d0..01ad981a66d 100644 --- a/sonar-testing-harness/pom.xml +++ b/sonar-testing-harness/pom.xml @@ -4,7 +4,7 @@ org.sonarsource.sonarqube sonarqube - 6.7.6-SNAPSHOT + 6.7.6 sonar-testing-harness jar diff --git a/sonar-ws/pom.xml b/sonar-ws/pom.xml index e503bc01579..7812a92724f 100644 --- a/sonar-ws/pom.xml +++ b/sonar-ws/pom.xml @@ -5,7 +5,7 @@ org.sonarsource.sonarqube sonarqube - 6.7.6-SNAPSHOT + 6.7.6 sonar-ws diff --git a/tests/plugins/access-secured-props-plugin/pom.xml b/tests/plugins/access-secured-props-plugin/pom.xml index 8843bfccccb..3c93d6671b7 100644 --- a/tests/plugins/access-secured-props-plugin/pom.xml +++ b/tests/plugins/access-secured-props-plugin/pom.xml @@ -4,7 +4,7 @@ org.sonarsource.sonarqube.tests plugins - 6.7.6-SNAPSHOT + 6.7.6 access-secured-props-plugin diff --git a/tests/plugins/backdating-customplugin/pom.xml b/tests/plugins/backdating-customplugin/pom.xml index 0264778ab02..f428b4675a2 100644 --- a/tests/plugins/backdating-customplugin/pom.xml +++ b/tests/plugins/backdating-customplugin/pom.xml @@ -5,7 +5,7 @@ org.sonarsource.sonarqube sonarqube - 6.7.6-SNAPSHOT + 6.7.6 ../.. backdating-customplugin diff --git a/tests/plugins/backdating-plugin-v1/pom.xml b/tests/plugins/backdating-plugin-v1/pom.xml index 1c1b90df535..4afd4428464 100644 --- a/tests/plugins/backdating-plugin-v1/pom.xml +++ b/tests/plugins/backdating-plugin-v1/pom.xml @@ -5,7 +5,7 @@ org.sonarsource.sonarqube sonarqube - 6.7.6-SNAPSHOT + 6.7.6 ../.. backdating-plugin-v1 diff --git a/tests/plugins/backdating-plugin-v2/pom.xml b/tests/plugins/backdating-plugin-v2/pom.xml index 5b5d6ac5e97..2c47d71a5df 100644 --- a/tests/plugins/backdating-plugin-v2/pom.xml +++ b/tests/plugins/backdating-plugin-v2/pom.xml @@ -5,7 +5,7 @@ org.sonarsource.sonarqube sonarqube - 6.7.6-SNAPSHOT + 6.7.6 ../.. backdating-plugin-v2 diff --git a/tests/plugins/base-auth-plugin/pom.xml b/tests/plugins/base-auth-plugin/pom.xml index 9330037a4a9..1f47adeeda4 100644 --- a/tests/plugins/base-auth-plugin/pom.xml +++ b/tests/plugins/base-auth-plugin/pom.xml @@ -6,7 +6,7 @@ org.sonarsource.sonarqube.tests plugins - 6.7.6-SNAPSHOT + 6.7.6 base-auth-plugin diff --git a/tests/plugins/batch-plugin/pom.xml b/tests/plugins/batch-plugin/pom.xml index 91ebfb2033f..0b42bf29297 100644 --- a/tests/plugins/batch-plugin/pom.xml +++ b/tests/plugins/batch-plugin/pom.xml @@ -4,7 +4,7 @@ org.sonarsource.sonarqube.tests plugins - 6.7.6-SNAPSHOT + 6.7.6 batch-plugin diff --git a/tests/plugins/extension-lifecycle-plugin/pom.xml b/tests/plugins/extension-lifecycle-plugin/pom.xml index 79142b8deb4..14567b6333d 100644 --- a/tests/plugins/extension-lifecycle-plugin/pom.xml +++ b/tests/plugins/extension-lifecycle-plugin/pom.xml @@ -4,7 +4,7 @@ org.sonarsource.sonarqube.tests plugins - 6.7.6-SNAPSHOT + 6.7.6 extension-lifecycle-plugin 1.0-SNAPSHOT diff --git a/tests/plugins/fake-billing-plugin/pom.xml b/tests/plugins/fake-billing-plugin/pom.xml index 6d705ef9a48..44d83a3c224 100644 --- a/tests/plugins/fake-billing-plugin/pom.xml +++ b/tests/plugins/fake-billing-plugin/pom.xml @@ -5,7 +5,7 @@ org.sonarsource.sonarqube.tests plugins - 6.7.6-SNAPSHOT + 6.7.6 fake-billing-plugin diff --git a/tests/plugins/fake-governance-plugin/pom.xml b/tests/plugins/fake-governance-plugin/pom.xml index 0dcd6946f10..953a86cbe49 100644 --- a/tests/plugins/fake-governance-plugin/pom.xml +++ b/tests/plugins/fake-governance-plugin/pom.xml @@ -5,7 +5,7 @@ org.sonarsource.sonarqube.tests plugins - 6.7.6-SNAPSHOT + 6.7.6 fake-governance-plugin diff --git a/tests/plugins/foo-plugin-v1/pom.xml b/tests/plugins/foo-plugin-v1/pom.xml index 4cb7fe08983..7e299b845f8 100644 --- a/tests/plugins/foo-plugin-v1/pom.xml +++ b/tests/plugins/foo-plugin-v1/pom.xml @@ -5,7 +5,7 @@ org.sonarsource.sonarqube sonarqube - 6.7.6-SNAPSHOT + 6.7.6 ../.. foo-plugin-v1 diff --git a/tests/plugins/foo-plugin-v2/pom.xml b/tests/plugins/foo-plugin-v2/pom.xml index a848f7e1fd8..30f75dd6613 100644 --- a/tests/plugins/foo-plugin-v2/pom.xml +++ b/tests/plugins/foo-plugin-v2/pom.xml @@ -5,7 +5,7 @@ org.sonarsource.sonarqube sonarqube - 6.7.6-SNAPSHOT + 6.7.6 ../.. foo-plugin-v2 diff --git a/tests/plugins/global-property-change-plugin/pom.xml b/tests/plugins/global-property-change-plugin/pom.xml index eea7b32e159..57e5aece730 100644 --- a/tests/plugins/global-property-change-plugin/pom.xml +++ b/tests/plugins/global-property-change-plugin/pom.xml @@ -6,7 +6,7 @@ org.sonarsource.sonarqube.tests plugins - 6.7.6-SNAPSHOT + 6.7.6 global-property-change-plugin diff --git a/tests/plugins/issue-filter-plugin/pom.xml b/tests/plugins/issue-filter-plugin/pom.xml index 1a70a6f3c0c..61dfab0ef35 100644 --- a/tests/plugins/issue-filter-plugin/pom.xml +++ b/tests/plugins/issue-filter-plugin/pom.xml @@ -5,7 +5,7 @@ org.sonarsource.sonarqube.tests plugins - 6.7.6-SNAPSHOT + 6.7.6 issue-filter-plugin diff --git a/tests/plugins/l10n-fr-pack/pom.xml b/tests/plugins/l10n-fr-pack/pom.xml index d5fce6b129f..6b85b9dc820 100644 --- a/tests/plugins/l10n-fr-pack/pom.xml +++ b/tests/plugins/l10n-fr-pack/pom.xml @@ -6,7 +6,7 @@ org.sonarsource.sonarqube.tests plugins - 6.7.6-SNAPSHOT + 6.7.6 l10n-fr-pack diff --git a/tests/plugins/license-plugin/pom.xml b/tests/plugins/license-plugin/pom.xml index cb525f71d6c..8475d862926 100644 --- a/tests/plugins/license-plugin/pom.xml +++ b/tests/plugins/license-plugin/pom.xml @@ -5,7 +5,7 @@ org.sonarsource.sonarqube.tests plugins - 6.7.6-SNAPSHOT + 6.7.6 license-plugin diff --git a/tests/plugins/oauth2-auth-plugin/pom.xml b/tests/plugins/oauth2-auth-plugin/pom.xml index 368e9952eb0..0507f38dad2 100644 --- a/tests/plugins/oauth2-auth-plugin/pom.xml +++ b/tests/plugins/oauth2-auth-plugin/pom.xml @@ -6,7 +6,7 @@ org.sonarsource.sonarqube.tests plugins - 6.7.6-SNAPSHOT + 6.7.6 oauth2-auth-plugin diff --git a/tests/plugins/pom.xml b/tests/plugins/pom.xml index 846b0962b4a..697bae0d303 100644 --- a/tests/plugins/pom.xml +++ b/tests/plugins/pom.xml @@ -6,7 +6,7 @@ org.sonarsource.sonarqube sonarqube - 6.7.6-SNAPSHOT + 6.7.6 ../../pom.xml org.sonarsource.sonarqube.tests diff --git a/tests/plugins/posttask-plugin/pom.xml b/tests/plugins/posttask-plugin/pom.xml index 15e96028023..a370a5d98e6 100644 --- a/tests/plugins/posttask-plugin/pom.xml +++ b/tests/plugins/posttask-plugin/pom.xml @@ -5,7 +5,7 @@ org.sonarsource.sonarqube.tests plugins - 6.7.6-SNAPSHOT + 6.7.6 posttask-plugin diff --git a/tests/plugins/project-builder-plugin/pom.xml b/tests/plugins/project-builder-plugin/pom.xml index 7d20f18a21f..9c9ce65fb99 100644 --- a/tests/plugins/project-builder-plugin/pom.xml +++ b/tests/plugins/project-builder-plugin/pom.xml @@ -5,7 +5,7 @@ org.sonarsource.sonarqube.tests plugins - 6.7.6-SNAPSHOT + 6.7.6 project-builder-plugin 1.0-SNAPSHOT diff --git a/tests/plugins/property-relocation-plugin/pom.xml b/tests/plugins/property-relocation-plugin/pom.xml index cfd06cc02e8..20e4b2b0ccb 100644 --- a/tests/plugins/property-relocation-plugin/pom.xml +++ b/tests/plugins/property-relocation-plugin/pom.xml @@ -6,7 +6,7 @@ org.sonarsource.sonarqube.tests plugins - 6.7.6-SNAPSHOT + 6.7.6 property-relocation-plugin diff --git a/tests/plugins/property-sets-plugin/pom.xml b/tests/plugins/property-sets-plugin/pom.xml index 9a9e16d3fcb..89930cf25cf 100644 --- a/tests/plugins/property-sets-plugin/pom.xml +++ b/tests/plugins/property-sets-plugin/pom.xml @@ -5,7 +5,7 @@ org.sonarsource.sonarqube.tests plugins - 6.7.6-SNAPSHOT + 6.7.6 property-sets-plugin diff --git a/tests/plugins/save-measure-on-module-plugin/pom.xml b/tests/plugins/save-measure-on-module-plugin/pom.xml index 2c726d4f0d4..e0165ec7fa9 100644 --- a/tests/plugins/save-measure-on-module-plugin/pom.xml +++ b/tests/plugins/save-measure-on-module-plugin/pom.xml @@ -5,7 +5,7 @@ org.sonarsource.sonarqube.tests plugins - 6.7.6-SNAPSHOT + 6.7.6 save-measure-on-module-plugin diff --git a/tests/plugins/security-plugin/pom.xml b/tests/plugins/security-plugin/pom.xml index bf100758c79..1fe4de24e1d 100644 --- a/tests/plugins/security-plugin/pom.xml +++ b/tests/plugins/security-plugin/pom.xml @@ -5,7 +5,7 @@ org.sonarsource.sonarqube.tests plugins - 6.7.6-SNAPSHOT + 6.7.6 security-plugin diff --git a/tests/plugins/server-plugin/pom.xml b/tests/plugins/server-plugin/pom.xml index 4fe84cc3233..f883a986e35 100644 --- a/tests/plugins/server-plugin/pom.xml +++ b/tests/plugins/server-plugin/pom.xml @@ -5,7 +5,7 @@ org.sonarsource.sonarqube.tests plugins - 6.7.6-SNAPSHOT + 6.7.6 server-plugin diff --git a/tests/plugins/settings-encryption-plugin/pom.xml b/tests/plugins/settings-encryption-plugin/pom.xml index 2c3c79ec720..60ec28acc24 100644 --- a/tests/plugins/settings-encryption-plugin/pom.xml +++ b/tests/plugins/settings-encryption-plugin/pom.xml @@ -4,7 +4,7 @@ org.sonarsource.sonarqube.tests plugins - 6.7.6-SNAPSHOT + 6.7.6 settings-encryption-plugin 1.0-SNAPSHOT diff --git a/tests/plugins/settings-plugin/pom.xml b/tests/plugins/settings-plugin/pom.xml index 251c136188b..accafa20e62 100644 --- a/tests/plugins/settings-plugin/pom.xml +++ b/tests/plugins/settings-plugin/pom.xml @@ -6,7 +6,7 @@ org.sonarsource.sonarqube.tests plugins - 6.7.6-SNAPSHOT + 6.7.6 settings-plugin diff --git a/tests/plugins/sonar-fake-plugin/pom.xml b/tests/plugins/sonar-fake-plugin/pom.xml index a7c4e48e142..cc8744f5f0f 100644 --- a/tests/plugins/sonar-fake-plugin/pom.xml +++ b/tests/plugins/sonar-fake-plugin/pom.xml @@ -6,7 +6,7 @@ org.sonarsource.sonarqube.tests plugins - 6.7.6-SNAPSHOT + 6.7.6 sonar-fake-plugin diff --git a/tests/plugins/sonar-subcategories-plugin/pom.xml b/tests/plugins/sonar-subcategories-plugin/pom.xml index 0c752a9b7f2..6d47c3d3201 100644 --- a/tests/plugins/sonar-subcategories-plugin/pom.xml +++ b/tests/plugins/sonar-subcategories-plugin/pom.xml @@ -5,7 +5,7 @@ org.sonarsource.sonarqube.tests plugins - 6.7.6-SNAPSHOT + 6.7.6 sonar-subcategories-plugin diff --git a/tests/plugins/ui-extensions-plugin/pom.xml b/tests/plugins/ui-extensions-plugin/pom.xml index 7af6f4ea1d0..989301f8402 100644 --- a/tests/plugins/ui-extensions-plugin/pom.xml +++ b/tests/plugins/ui-extensions-plugin/pom.xml @@ -5,7 +5,7 @@ org.sonarsource.sonarqube.tests plugins - 6.7.6-SNAPSHOT + 6.7.6 ui-extensions-plugin diff --git a/tests/plugins/wait-at-platform-level4-plugin/pom.xml b/tests/plugins/wait-at-platform-level4-plugin/pom.xml index 955e8b27adc..9b00a1a2aa1 100644 --- a/tests/plugins/wait-at-platform-level4-plugin/pom.xml +++ b/tests/plugins/wait-at-platform-level4-plugin/pom.xml @@ -6,7 +6,7 @@ org.sonarsource.sonarqube.tests plugins - 6.7.6-SNAPSHOT + 6.7.6 wait-at-platform-level4-plugin diff --git a/tests/plugins/ws-plugin/pom.xml b/tests/plugins/ws-plugin/pom.xml index 5d914b99967..28f23d6fe1e 100644 --- a/tests/plugins/ws-plugin/pom.xml +++ b/tests/plugins/ws-plugin/pom.xml @@ -5,7 +5,7 @@ org.sonarsource.sonarqube.tests plugins - 6.7.6-SNAPSHOT + 6.7.6 ws-plugin diff --git a/tests/pom.xml b/tests/pom.xml index 6349b73b1bc..491b39285d1 100644 --- a/tests/pom.xml +++ b/tests/pom.xml @@ -7,7 +7,7 @@ org.sonarsource.sonarqube sonarqube - 6.7.6-SNAPSHOT + 6.7.6 org.sonarsource.sonarqube.tests -- 2.39.5