From 6dd99e0c6f2a431a38e9284e9cfc2a9c53c21d7f Mon Sep 17 00:00:00 2001 From: Eric Hartmann Date: Fri, 29 Dec 2017 09:51:15 +0100 Subject: Upgrade to version 6.7.2-SNAPSHOT --- 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/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 +- 57 files changed, 57 insertions(+), 57 deletions(-) diff --git a/plugins/sonar-xoo-plugin/pom.xml b/plugins/sonar-xoo-plugin/pom.xml index de009212ec8..1019187df84 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.1 + 6.7.2-SNAPSHOT ../.. sonar-xoo-plugin diff --git a/pom.xml b/pom.xml index 20b26572f34..0afa55e82a9 100644 --- a/pom.xml +++ b/pom.xml @@ -11,7 +11,7 @@ org.sonarsource.sonarqube sonarqube pom - 6.7.1 + 6.7.2-SNAPSHOT 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 b0090fe4445..0585d1dfe6e 100644 --- a/server/pom.xml +++ b/server/pom.xml @@ -6,7 +6,7 @@ org.sonarsource.sonarqube sonarqube - 6.7.1 + 6.7.2-SNAPSHOT server pom diff --git a/server/sonar-ce/pom.xml b/server/sonar-ce/pom.xml index 0c91a416fed..073f8fc7bce 100644 --- a/server/sonar-ce/pom.xml +++ b/server/sonar-ce/pom.xml @@ -4,7 +4,7 @@ org.sonarsource.sonarqube server - 6.7.1 + 6.7.2-SNAPSHOT .. sonar-ce diff --git a/server/sonar-db-core/pom.xml b/server/sonar-db-core/pom.xml index 4737d1a5c83..1f58e9342b3 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.1 + 6.7.2-SNAPSHOT sonar-db-core diff --git a/server/sonar-db-dao/pom.xml b/server/sonar-db-dao/pom.xml index 90fcb37d2f8..7ecbd785c34 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.1 + 6.7.2-SNAPSHOT sonar-db-dao diff --git a/server/sonar-db-migration/pom.xml b/server/sonar-db-migration/pom.xml index 06a60f1dfb8..406378bfad2 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.1 + 6.7.2-SNAPSHOT sonar-db-migration diff --git a/server/sonar-db-testing/pom.xml b/server/sonar-db-testing/pom.xml index 18181764baf..eb62e164c9f 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.1 + 6.7.2-SNAPSHOT sonar-db-testing diff --git a/server/sonar-main/pom.xml b/server/sonar-main/pom.xml index d236f2ea331..459729150b3 100644 --- a/server/sonar-main/pom.xml +++ b/server/sonar-main/pom.xml @@ -6,7 +6,7 @@ org.sonarsource.sonarqube server - 6.7.1 + 6.7.2-SNAPSHOT ../ diff --git a/server/sonar-plugin-bridge/pom.xml b/server/sonar-plugin-bridge/pom.xml index 837efeb0112..afb209b2a81 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.1 + 6.7.2-SNAPSHOT .. sonar-plugin-bridge diff --git a/server/sonar-process/pom.xml b/server/sonar-process/pom.xml index b777c5c7f85..9f1c2fe435b 100644 --- a/server/sonar-process/pom.xml +++ b/server/sonar-process/pom.xml @@ -4,7 +4,7 @@ org.sonarsource.sonarqube server - 6.7.1 + 6.7.2-SNAPSHOT ../ diff --git a/server/sonar-server/pom.xml b/server/sonar-server/pom.xml index eb9e4acf4d2..d57fc68bb12 100644 --- a/server/sonar-server/pom.xml +++ b/server/sonar-server/pom.xml @@ -6,7 +6,7 @@ org.sonarsource.sonarqube server - 6.7.1 + 6.7.2-SNAPSHOT .. sonar-server diff --git a/server/sonar-web/pom.xml b/server/sonar-web/pom.xml index 3735a07a356..448de0ed51f 100644 --- a/server/sonar-web/pom.xml +++ b/server/sonar-web/pom.xml @@ -4,7 +4,7 @@ org.sonarsource.sonarqube server - 6.7.1 + 6.7.2-SNAPSHOT .. sonar-web diff --git a/sonar-application/pom.xml b/sonar-application/pom.xml index 113aed0a2e2..51de586fd31 100644 --- a/sonar-application/pom.xml +++ b/sonar-application/pom.xml @@ -7,7 +7,7 @@ org.sonarsource.sonarqube sonarqube - 6.7.1 + 6.7.2-SNAPSHOT sonar-application diff --git a/sonar-check-api/pom.xml b/sonar-check-api/pom.xml index 5d63a65d5d8..71edd64e15f 100644 --- a/sonar-check-api/pom.xml +++ b/sonar-check-api/pom.xml @@ -4,7 +4,7 @@ org.sonarsource.sonarqube sonarqube - 6.7.1 + 6.7.2-SNAPSHOT .. sonar-check-api diff --git a/sonar-core/pom.xml b/sonar-core/pom.xml index a9d9821b41f..aeec93c2ca0 100644 --- a/sonar-core/pom.xml +++ b/sonar-core/pom.xml @@ -5,7 +5,7 @@ org.sonarsource.sonarqube sonarqube - 6.7.1 + 6.7.2-SNAPSHOT sonar-core diff --git a/sonar-duplications/pom.xml b/sonar-duplications/pom.xml index f548ac7eec4..1968c018035 100644 --- a/sonar-duplications/pom.xml +++ b/sonar-duplications/pom.xml @@ -4,7 +4,7 @@ org.sonarsource.sonarqube sonarqube - 6.7.1 + 6.7.2-SNAPSHOT sonar-duplications diff --git a/sonar-home/pom.xml b/sonar-home/pom.xml index b396eb20a8b..0f9e265cc19 100644 --- a/sonar-home/pom.xml +++ b/sonar-home/pom.xml @@ -5,7 +5,7 @@ org.sonarsource.sonarqube sonarqube - 6.7.1 + 6.7.2-SNAPSHOT sonar-home diff --git a/sonar-markdown/pom.xml b/sonar-markdown/pom.xml index 7cc289c1e4e..24c11aabf83 100644 --- a/sonar-markdown/pom.xml +++ b/sonar-markdown/pom.xml @@ -5,7 +5,7 @@ org.sonarsource.sonarqube sonarqube - 6.7.1 + 6.7.2-SNAPSHOT .. diff --git a/sonar-plugin-api-deps/pom.xml b/sonar-plugin-api-deps/pom.xml index f2b8d52d7fc..35453fd68d2 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.1 + 6.7.2-SNAPSHOT sonar-plugin-api-deps diff --git a/sonar-plugin-api/pom.xml b/sonar-plugin-api/pom.xml index 3eafd3785dc..26c7d82d10c 100644 --- a/sonar-plugin-api/pom.xml +++ b/sonar-plugin-api/pom.xml @@ -5,7 +5,7 @@ org.sonarsource.sonarqube sonarqube - 6.7.1 + 6.7.2-SNAPSHOT sonar-plugin-api diff --git a/sonar-scanner-engine-shaded/pom.xml b/sonar-scanner-engine-shaded/pom.xml index 380237b2bc4..b3520d4f74d 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.1 + 6.7.2-SNAPSHOT sonar-scanner-engine-shaded diff --git a/sonar-scanner-engine/pom.xml b/sonar-scanner-engine/pom.xml index abcec87cd30..5487069974a 100644 --- a/sonar-scanner-engine/pom.xml +++ b/sonar-scanner-engine/pom.xml @@ -4,7 +4,7 @@ org.sonarsource.sonarqube sonarqube - 6.7.1 + 6.7.2-SNAPSHOT sonar-scanner-engine diff --git a/sonar-scanner-protocol/pom.xml b/sonar-scanner-protocol/pom.xml index f217c6a3dcf..1ff01adfbbc 100644 --- a/sonar-scanner-protocol/pom.xml +++ b/sonar-scanner-protocol/pom.xml @@ -4,7 +4,7 @@ org.sonarsource.sonarqube sonarqube - 6.7.1 + 6.7.2-SNAPSHOT sonar-scanner-protocol diff --git a/sonar-testing-harness/pom.xml b/sonar-testing-harness/pom.xml index 8e874608f9b..20558280abe 100644 --- a/sonar-testing-harness/pom.xml +++ b/sonar-testing-harness/pom.xml @@ -4,7 +4,7 @@ org.sonarsource.sonarqube sonarqube - 6.7.1 + 6.7.2-SNAPSHOT sonar-testing-harness jar diff --git a/sonar-ws/pom.xml b/sonar-ws/pom.xml index 3a75a5a733a..f53299fff48 100644 --- a/sonar-ws/pom.xml +++ b/sonar-ws/pom.xml @@ -5,7 +5,7 @@ org.sonarsource.sonarqube sonarqube - 6.7.1 + 6.7.2-SNAPSHOT sonar-ws diff --git a/tests/plugins/access-secured-props-plugin/pom.xml b/tests/plugins/access-secured-props-plugin/pom.xml index 4d6d4570913..d095a53bccb 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.1 + 6.7.2-SNAPSHOT access-secured-props-plugin diff --git a/tests/plugins/backdating-customplugin/pom.xml b/tests/plugins/backdating-customplugin/pom.xml index 0959f35b335..e62f5a3f237 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.1 + 6.7.2-SNAPSHOT ../.. backdating-customplugin diff --git a/tests/plugins/backdating-plugin-v1/pom.xml b/tests/plugins/backdating-plugin-v1/pom.xml index 034b090a37b..56c2ba8d1e3 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.1 + 6.7.2-SNAPSHOT ../.. backdating-plugin-v1 diff --git a/tests/plugins/backdating-plugin-v2/pom.xml b/tests/plugins/backdating-plugin-v2/pom.xml index 0d6ac405afc..2a3b11328c0 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.1 + 6.7.2-SNAPSHOT ../.. backdating-plugin-v2 diff --git a/tests/plugins/base-auth-plugin/pom.xml b/tests/plugins/base-auth-plugin/pom.xml index ff057de3ca2..bf1f06f98dd 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.1 + 6.7.2-SNAPSHOT base-auth-plugin diff --git a/tests/plugins/batch-plugin/pom.xml b/tests/plugins/batch-plugin/pom.xml index c389d19617a..f9459495dc4 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.1 + 6.7.2-SNAPSHOT batch-plugin diff --git a/tests/plugins/extension-lifecycle-plugin/pom.xml b/tests/plugins/extension-lifecycle-plugin/pom.xml index c7cbe6e5ace..1404b9c01e1 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.1 + 6.7.2-SNAPSHOT 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 edf18bb5f5d..fd6fe2da980 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.1 + 6.7.2-SNAPSHOT fake-billing-plugin diff --git a/tests/plugins/fake-governance-plugin/pom.xml b/tests/plugins/fake-governance-plugin/pom.xml index bf8f9e59993..714ba2f7c39 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.1 + 6.7.2-SNAPSHOT fake-governance-plugin diff --git a/tests/plugins/foo-plugin-v1/pom.xml b/tests/plugins/foo-plugin-v1/pom.xml index b5514cfc27f..abf44526492 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.1 + 6.7.2-SNAPSHOT ../.. foo-plugin-v1 diff --git a/tests/plugins/foo-plugin-v2/pom.xml b/tests/plugins/foo-plugin-v2/pom.xml index cfc2dc70294..de83c9650b1 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.1 + 6.7.2-SNAPSHOT ../.. foo-plugin-v2 diff --git a/tests/plugins/global-property-change-plugin/pom.xml b/tests/plugins/global-property-change-plugin/pom.xml index 979de567721..4beaf036e9f 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.1 + 6.7.2-SNAPSHOT global-property-change-plugin diff --git a/tests/plugins/issue-filter-plugin/pom.xml b/tests/plugins/issue-filter-plugin/pom.xml index b6532b07c0f..537af17f3a6 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.1 + 6.7.2-SNAPSHOT issue-filter-plugin diff --git a/tests/plugins/l10n-fr-pack/pom.xml b/tests/plugins/l10n-fr-pack/pom.xml index 2d4753619d1..2bde1386bca 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.1 + 6.7.2-SNAPSHOT l10n-fr-pack diff --git a/tests/plugins/license-plugin/pom.xml b/tests/plugins/license-plugin/pom.xml index 60da092e931..2c4b8f58e9f 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.1 + 6.7.2-SNAPSHOT license-plugin diff --git a/tests/plugins/oauth2-auth-plugin/pom.xml b/tests/plugins/oauth2-auth-plugin/pom.xml index 26a78f7bd12..75c9375ba34 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.1 + 6.7.2-SNAPSHOT oauth2-auth-plugin diff --git a/tests/plugins/pom.xml b/tests/plugins/pom.xml index 8855d61fb44..d495bc75d06 100644 --- a/tests/plugins/pom.xml +++ b/tests/plugins/pom.xml @@ -6,7 +6,7 @@ org.sonarsource.sonarqube sonarqube - 6.7.1 + 6.7.2-SNAPSHOT ../../pom.xml org.sonarsource.sonarqube.tests diff --git a/tests/plugins/posttask-plugin/pom.xml b/tests/plugins/posttask-plugin/pom.xml index 0a8454e6e72..e8a81eb7da8 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.1 + 6.7.2-SNAPSHOT posttask-plugin diff --git a/tests/plugins/project-builder-plugin/pom.xml b/tests/plugins/project-builder-plugin/pom.xml index 22118430fcb..53987217243 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.1 + 6.7.2-SNAPSHOT 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 6ab9828227d..dd4d0d1b233 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.1 + 6.7.2-SNAPSHOT property-relocation-plugin diff --git a/tests/plugins/property-sets-plugin/pom.xml b/tests/plugins/property-sets-plugin/pom.xml index 0ada23a053a..708a48e896b 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.1 + 6.7.2-SNAPSHOT property-sets-plugin diff --git a/tests/plugins/security-plugin/pom.xml b/tests/plugins/security-plugin/pom.xml index 04221b9c46d..b3fad6fc154 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.1 + 6.7.2-SNAPSHOT security-plugin diff --git a/tests/plugins/server-plugin/pom.xml b/tests/plugins/server-plugin/pom.xml index ead41f61670..aa4a0202d03 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.1 + 6.7.2-SNAPSHOT server-plugin diff --git a/tests/plugins/settings-encryption-plugin/pom.xml b/tests/plugins/settings-encryption-plugin/pom.xml index 224a140ccf5..3e6eb2d9bb3 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.1 + 6.7.2-SNAPSHOT settings-encryption-plugin 1.0-SNAPSHOT diff --git a/tests/plugins/settings-plugin/pom.xml b/tests/plugins/settings-plugin/pom.xml index 18060989949..824be154978 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.1 + 6.7.2-SNAPSHOT settings-plugin diff --git a/tests/plugins/sonar-fake-plugin/pom.xml b/tests/plugins/sonar-fake-plugin/pom.xml index dfa97798d8f..2375183e6de 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.1 + 6.7.2-SNAPSHOT sonar-fake-plugin diff --git a/tests/plugins/sonar-subcategories-plugin/pom.xml b/tests/plugins/sonar-subcategories-plugin/pom.xml index c804a68869f..5cdc337d470 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.1 + 6.7.2-SNAPSHOT sonar-subcategories-plugin diff --git a/tests/plugins/ui-extensions-plugin/pom.xml b/tests/plugins/ui-extensions-plugin/pom.xml index ee8aa24b717..32b005013d8 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.1 + 6.7.2-SNAPSHOT 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 6fcdadf7cf1..b4766c10609 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.1 + 6.7.2-SNAPSHOT wait-at-platform-level4-plugin diff --git a/tests/plugins/ws-plugin/pom.xml b/tests/plugins/ws-plugin/pom.xml index 1e96ca6502d..94e336b4c65 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.1 + 6.7.2-SNAPSHOT ws-plugin diff --git a/tests/pom.xml b/tests/pom.xml index 2efbfee987c..374b9aad880 100644 --- a/tests/pom.xml +++ b/tests/pom.xml @@ -7,7 +7,7 @@ org.sonarsource.sonarqube sonarqube - 6.7.1 + 6.7.2-SNAPSHOT org.sonarsource.sonarqube.tests -- cgit v1.2.3