From 0bdc925997c3279dfe30c78d87752b6a13032999 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Thomas=20V=C3=A9rin?= Date: Fri, 8 Jan 2016 11:49:06 +0100 Subject: [PATCH] Update version to 5.3.1-SNAPSHOT --- it/it-plugins/access-secured-props-plugin/pom.xml | 2 +- it/it-plugins/batch-plugin/pom.xml | 2 +- it/it-plugins/extension-lifecycle-plugin/pom.xml | 2 +- it/it-plugins/global-property-change-plugin/pom.xml | 2 +- it/it-plugins/issue-action-plugin/pom.xml | 2 +- it/it-plugins/issue-filter-plugin/pom.xml | 2 +- it/it-plugins/l10n-fr-pack/pom.xml | 2 +- it/it-plugins/license-plugin/pom.xml | 2 +- it/it-plugins/pom.xml | 2 +- it/it-plugins/project-builder-plugin/pom.xml | 2 +- it/it-plugins/property-relocation-plugin/pom.xml | 2 +- it/it-plugins/property-sets-plugin/pom.xml | 2 +- it/it-plugins/server-plugin/pom.xml | 2 +- it/it-plugins/settings-encryption-plugin/pom.xml | 2 +- it/it-plugins/settings-plugin/pom.xml | 2 +- it/it-plugins/sonar-fake-plugin/pom.xml | 2 +- it/it-plugins/sonar-subcategories-plugin/pom.xml | 2 +- it/it-tests/pom.xml | 2 +- it/pom.xml | 2 +- microbenchmark-template/pom.xml | 2 +- plugins/sonar-xoo-plugin/pom.xml | 2 +- pom.xml | 2 +- server/pom.xml | 2 +- server/sonar-dev-cockpit-bridge/pom.xml | 2 +- server/sonar-process-monitor/pom.xml | 2 +- server/sonar-process/pom.xml | 2 +- server/sonar-search/pom.xml | 2 +- server/sonar-server-benchmarks/pom.xml | 2 +- server/sonar-server/pom.xml | 2 +- server/sonar-views-bridge/pom.xml | 2 +- server/sonar-web/pom.xml | 2 +- sonar-application/pom.xml | 2 +- sonar-batch-protocol/pom.xml | 2 +- sonar-batch-shaded/pom.xml | 2 +- sonar-batch/pom.xml | 2 +- sonar-check-api/pom.xml | 2 +- sonar-colorizer/pom.xml | 2 +- sonar-core/pom.xml | 2 +- sonar-db/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-testing-harness/pom.xml | 2 +- sonar-ws/pom.xml | 2 +- 46 files changed, 46 insertions(+), 46 deletions(-) diff --git a/it/it-plugins/access-secured-props-plugin/pom.xml b/it/it-plugins/access-secured-props-plugin/pom.xml index 03c798ffb7a..579d90a9250 100644 --- a/it/it-plugins/access-secured-props-plugin/pom.xml +++ b/it/it-plugins/access-secured-props-plugin/pom.xml @@ -4,7 +4,7 @@ org.sonarsource.sonarqube it-plugins - 5.3 + 5.3.1-SNAPSHOT access-secured-props-plugin diff --git a/it/it-plugins/batch-plugin/pom.xml b/it/it-plugins/batch-plugin/pom.xml index dac9db51ee9..05e1132806f 100644 --- a/it/it-plugins/batch-plugin/pom.xml +++ b/it/it-plugins/batch-plugin/pom.xml @@ -4,7 +4,7 @@ org.sonarsource.sonarqube it-plugins - 5.3 + 5.3.1-SNAPSHOT batch-plugin diff --git a/it/it-plugins/extension-lifecycle-plugin/pom.xml b/it/it-plugins/extension-lifecycle-plugin/pom.xml index f2aedb3cda7..bcc79c1a052 100644 --- a/it/it-plugins/extension-lifecycle-plugin/pom.xml +++ b/it/it-plugins/extension-lifecycle-plugin/pom.xml @@ -4,7 +4,7 @@ org.sonarsource.sonarqube it-plugins - 5.3 + 5.3.1-SNAPSHOT extension-lifecycle-plugin 1.0-SNAPSHOT diff --git a/it/it-plugins/global-property-change-plugin/pom.xml b/it/it-plugins/global-property-change-plugin/pom.xml index 11c29ed9d98..483fa30fdba 100644 --- a/it/it-plugins/global-property-change-plugin/pom.xml +++ b/it/it-plugins/global-property-change-plugin/pom.xml @@ -6,7 +6,7 @@ org.sonarsource.sonarqube it-plugins - 5.3 + 5.3.1-SNAPSHOT global-property-change-plugin diff --git a/it/it-plugins/issue-action-plugin/pom.xml b/it/it-plugins/issue-action-plugin/pom.xml index 47c9def6e78..3ed0dcb629d 100644 --- a/it/it-plugins/issue-action-plugin/pom.xml +++ b/it/it-plugins/issue-action-plugin/pom.xml @@ -6,7 +6,7 @@ org.sonarsource.sonarqube it-plugins - 5.3 + 5.3.1-SNAPSHOT issue-action-plugin diff --git a/it/it-plugins/issue-filter-plugin/pom.xml b/it/it-plugins/issue-filter-plugin/pom.xml index 06743b0c9c4..a3cb8f961b3 100644 --- a/it/it-plugins/issue-filter-plugin/pom.xml +++ b/it/it-plugins/issue-filter-plugin/pom.xml @@ -5,7 +5,7 @@ org.sonarsource.sonarqube it-plugins - 5.3 + 5.3.1-SNAPSHOT issue-filter-plugin diff --git a/it/it-plugins/l10n-fr-pack/pom.xml b/it/it-plugins/l10n-fr-pack/pom.xml index 8eb8d16dbd9..e527f1411af 100644 --- a/it/it-plugins/l10n-fr-pack/pom.xml +++ b/it/it-plugins/l10n-fr-pack/pom.xml @@ -6,7 +6,7 @@ org.sonarsource.sonarqube it-plugins - 5.3 + 5.3.1-SNAPSHOT l10n-fr-pack diff --git a/it/it-plugins/license-plugin/pom.xml b/it/it-plugins/license-plugin/pom.xml index afa1687a3fe..631273840e6 100644 --- a/it/it-plugins/license-plugin/pom.xml +++ b/it/it-plugins/license-plugin/pom.xml @@ -5,7 +5,7 @@ org.sonarsource.sonarqube it-plugins - 5.3 + 5.3.1-SNAPSHOT license-plugin diff --git a/it/it-plugins/pom.xml b/it/it-plugins/pom.xml index 3993c9fcef2..4887c5ca39d 100644 --- a/it/it-plugins/pom.xml +++ b/it/it-plugins/pom.xml @@ -6,7 +6,7 @@ org.sonarsource.sonarqube it - 5.3 + 5.3.1-SNAPSHOT it-plugins SonarQube Integration Tests :: Plugins diff --git a/it/it-plugins/project-builder-plugin/pom.xml b/it/it-plugins/project-builder-plugin/pom.xml index d67f7bc890e..7b7faa4ef82 100644 --- a/it/it-plugins/project-builder-plugin/pom.xml +++ b/it/it-plugins/project-builder-plugin/pom.xml @@ -5,7 +5,7 @@ org.sonarsource.sonarqube it-plugins - 5.3 + 5.3.1-SNAPSHOT project-builder-plugin 1.0-SNAPSHOT diff --git a/it/it-plugins/property-relocation-plugin/pom.xml b/it/it-plugins/property-relocation-plugin/pom.xml index 909cf088592..7bfdcec2b87 100644 --- a/it/it-plugins/property-relocation-plugin/pom.xml +++ b/it/it-plugins/property-relocation-plugin/pom.xml @@ -6,7 +6,7 @@ org.sonarsource.sonarqube it-plugins - 5.3 + 5.3.1-SNAPSHOT property-relocation-plugin diff --git a/it/it-plugins/property-sets-plugin/pom.xml b/it/it-plugins/property-sets-plugin/pom.xml index 5f08bbf9a4a..0946335478b 100644 --- a/it/it-plugins/property-sets-plugin/pom.xml +++ b/it/it-plugins/property-sets-plugin/pom.xml @@ -5,7 +5,7 @@ org.sonarsource.sonarqube it-plugins - 5.3 + 5.3.1-SNAPSHOT property-sets-plugin diff --git a/it/it-plugins/server-plugin/pom.xml b/it/it-plugins/server-plugin/pom.xml index dcddd06a5b1..dcaf7a01d7e 100644 --- a/it/it-plugins/server-plugin/pom.xml +++ b/it/it-plugins/server-plugin/pom.xml @@ -5,7 +5,7 @@ org.sonarsource.sonarqube it-plugins - 5.3 + 5.3.1-SNAPSHOT server-plugin diff --git a/it/it-plugins/settings-encryption-plugin/pom.xml b/it/it-plugins/settings-encryption-plugin/pom.xml index e531525e36b..af00acdaefe 100644 --- a/it/it-plugins/settings-encryption-plugin/pom.xml +++ b/it/it-plugins/settings-encryption-plugin/pom.xml @@ -4,7 +4,7 @@ org.sonarsource.sonarqube it-plugins - 5.3 + 5.3.1-SNAPSHOT settings-encryption-plugin 1.0-SNAPSHOT diff --git a/it/it-plugins/settings-plugin/pom.xml b/it/it-plugins/settings-plugin/pom.xml index c09beea00cb..46ab6212b03 100644 --- a/it/it-plugins/settings-plugin/pom.xml +++ b/it/it-plugins/settings-plugin/pom.xml @@ -6,7 +6,7 @@ org.sonarsource.sonarqube it-plugins - 5.3 + 5.3.1-SNAPSHOT settings-plugin diff --git a/it/it-plugins/sonar-fake-plugin/pom.xml b/it/it-plugins/sonar-fake-plugin/pom.xml index dae2aa86dde..dde3e044c0c 100644 --- a/it/it-plugins/sonar-fake-plugin/pom.xml +++ b/it/it-plugins/sonar-fake-plugin/pom.xml @@ -6,7 +6,7 @@ org.sonarsource.sonarqube it-plugins - 5.3 + 5.3.1-SNAPSHOT sonar-fake-plugin diff --git a/it/it-plugins/sonar-subcategories-plugin/pom.xml b/it/it-plugins/sonar-subcategories-plugin/pom.xml index d54ae20f011..2ade7792783 100644 --- a/it/it-plugins/sonar-subcategories-plugin/pom.xml +++ b/it/it-plugins/sonar-subcategories-plugin/pom.xml @@ -5,7 +5,7 @@ org.sonarsource.sonarqube it-plugins - 5.3 + 5.3.1-SNAPSHOT sonar-subcategories-plugin diff --git a/it/it-tests/pom.xml b/it/it-tests/pom.xml index 9a582cde758..bb0c18c22a3 100644 --- a/it/it-tests/pom.xml +++ b/it/it-tests/pom.xml @@ -6,7 +6,7 @@ org.sonarsource.sonarqube it - 5.3 + 5.3.1-SNAPSHOT it-tests SonarQube Integration Tests :: Tests diff --git a/it/pom.xml b/it/pom.xml index 7204ef5bc28..40fcb661b12 100644 --- a/it/pom.xml +++ b/it/pom.xml @@ -6,7 +6,7 @@ org.sonarsource.sonarqube sonarqube - 5.3 + 5.3.1-SNAPSHOT it diff --git a/microbenchmark-template/pom.xml b/microbenchmark-template/pom.xml index c28f926fd20..a1ad2b01fa2 100644 --- a/microbenchmark-template/pom.xml +++ b/microbenchmark-template/pom.xml @@ -5,7 +5,7 @@ org.sonarsource.sonarqube sonarqube - 5.3 + 5.3.1-SNAPSHOT microbenchmark-template jar diff --git a/plugins/sonar-xoo-plugin/pom.xml b/plugins/sonar-xoo-plugin/pom.xml index 2f1d77b10df..c1043413028 100644 --- a/plugins/sonar-xoo-plugin/pom.xml +++ b/plugins/sonar-xoo-plugin/pom.xml @@ -4,7 +4,7 @@ org.sonarsource.sonarqube sonarqube - 5.3 + 5.3.1-SNAPSHOT ../.. sonar-xoo-plugin diff --git a/pom.xml b/pom.xml index e4d7e49a43d..ddc69d13e83 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ org.sonarsource.sonarqube sonarqube pom - 5.3 + 5.3.1-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 99ca0db45b3..68ad26fd63e 100644 --- a/server/pom.xml +++ b/server/pom.xml @@ -4,7 +4,7 @@ org.sonarsource.sonarqube sonarqube - 5.3 + 5.3.1-SNAPSHOT server pom diff --git a/server/sonar-dev-cockpit-bridge/pom.xml b/server/sonar-dev-cockpit-bridge/pom.xml index 2e59e4e3423..206e6605dad 100644 --- a/server/sonar-dev-cockpit-bridge/pom.xml +++ b/server/sonar-dev-cockpit-bridge/pom.xml @@ -4,7 +4,7 @@ org.sonarsource.sonarqube server - 5.3 + 5.3.1-SNAPSHOT .. sonar-dev-cockpit-bridge diff --git a/server/sonar-process-monitor/pom.xml b/server/sonar-process-monitor/pom.xml index 5b5226e5626..36dca032122 100644 --- a/server/sonar-process-monitor/pom.xml +++ b/server/sonar-process-monitor/pom.xml @@ -3,7 +3,7 @@ org.sonarsource.sonarqube server - 5.3 + 5.3.1-SNAPSHOT ../ 4.0.0 diff --git a/server/sonar-process/pom.xml b/server/sonar-process/pom.xml index c478bf70b28..65c11409762 100644 --- a/server/sonar-process/pom.xml +++ b/server/sonar-process/pom.xml @@ -3,7 +3,7 @@ org.sonarsource.sonarqube server - 5.3 + 5.3.1-SNAPSHOT ../ 4.0.0 diff --git a/server/sonar-search/pom.xml b/server/sonar-search/pom.xml index ac9455b51e4..954cb9ff178 100644 --- a/server/sonar-search/pom.xml +++ b/server/sonar-search/pom.xml @@ -3,7 +3,7 @@ org.sonarsource.sonarqube server - 5.3 + 5.3.1-SNAPSHOT ../ 4.0.0 diff --git a/server/sonar-server-benchmarks/pom.xml b/server/sonar-server-benchmarks/pom.xml index 352aa8b39d2..ce3c19108c2 100644 --- a/server/sonar-server-benchmarks/pom.xml +++ b/server/sonar-server-benchmarks/pom.xml @@ -4,7 +4,7 @@ org.sonarsource.sonarqube server - 5.3 + 5.3.1-SNAPSHOT .. sonar-server-benchmarks diff --git a/server/sonar-server/pom.xml b/server/sonar-server/pom.xml index 25d431a5b3b..fe87382d485 100644 --- a/server/sonar-server/pom.xml +++ b/server/sonar-server/pom.xml @@ -4,7 +4,7 @@ org.sonarsource.sonarqube server - 5.3 + 5.3.1-SNAPSHOT .. sonar-server diff --git a/server/sonar-views-bridge/pom.xml b/server/sonar-views-bridge/pom.xml index d4600a6014c..63cbbd0ffab 100644 --- a/server/sonar-views-bridge/pom.xml +++ b/server/sonar-views-bridge/pom.xml @@ -4,7 +4,7 @@ org.sonarsource.sonarqube server - 5.3 + 5.3.1-SNAPSHOT .. sonar-views-bridge diff --git a/server/sonar-web/pom.xml b/server/sonar-web/pom.xml index 604471abe98..5f624d643db 100644 --- a/server/sonar-web/pom.xml +++ b/server/sonar-web/pom.xml @@ -4,7 +4,7 @@ org.sonarsource.sonarqube server - 5.3 + 5.3.1-SNAPSHOT .. sonar-web diff --git a/sonar-application/pom.xml b/sonar-application/pom.xml index cc7eeb39327..863147e67ea 100644 --- a/sonar-application/pom.xml +++ b/sonar-application/pom.xml @@ -5,7 +5,7 @@ org.sonarsource.sonarqube sonarqube - 5.3 + 5.3.1-SNAPSHOT sonar-application diff --git a/sonar-batch-protocol/pom.xml b/sonar-batch-protocol/pom.xml index 2ee296fd1fa..0f8f551bb5c 100644 --- a/sonar-batch-protocol/pom.xml +++ b/sonar-batch-protocol/pom.xml @@ -4,7 +4,7 @@ org.sonarsource.sonarqube sonarqube - 5.3 + 5.3.1-SNAPSHOT sonar-batch-protocol diff --git a/sonar-batch-shaded/pom.xml b/sonar-batch-shaded/pom.xml index ff79a8a7c53..b3a8ab2ebfc 100644 --- a/sonar-batch-shaded/pom.xml +++ b/sonar-batch-shaded/pom.xml @@ -5,7 +5,7 @@ org.sonarsource.sonarqube sonarqube - 5.3 + 5.3.1-SNAPSHOT sonar-batch-shaded diff --git a/sonar-batch/pom.xml b/sonar-batch/pom.xml index c53565416c0..45af2ced181 100644 --- a/sonar-batch/pom.xml +++ b/sonar-batch/pom.xml @@ -4,7 +4,7 @@ org.sonarsource.sonarqube sonarqube - 5.3 + 5.3.1-SNAPSHOT sonar-batch diff --git a/sonar-check-api/pom.xml b/sonar-check-api/pom.xml index c46c6eb3dbc..25663edbc33 100644 --- a/sonar-check-api/pom.xml +++ b/sonar-check-api/pom.xml @@ -4,7 +4,7 @@ org.sonarsource.sonarqube sonarqube - 5.3 + 5.3.1-SNAPSHOT .. sonar-check-api diff --git a/sonar-colorizer/pom.xml b/sonar-colorizer/pom.xml index bb5bd84f6df..014be14f754 100644 --- a/sonar-colorizer/pom.xml +++ b/sonar-colorizer/pom.xml @@ -5,7 +5,7 @@ org.sonarsource.sonarqube sonarqube - 5.3 + 5.3.1-SNAPSHOT .. diff --git a/sonar-core/pom.xml b/sonar-core/pom.xml index 793e3d3ae23..06a608796f8 100644 --- a/sonar-core/pom.xml +++ b/sonar-core/pom.xml @@ -5,7 +5,7 @@ org.sonarsource.sonarqube sonarqube - 5.3 + 5.3.1-SNAPSHOT sonar-core diff --git a/sonar-db/pom.xml b/sonar-db/pom.xml index 6d1d11a30f0..7348a6756f5 100644 --- a/sonar-db/pom.xml +++ b/sonar-db/pom.xml @@ -5,7 +5,7 @@ org.sonarsource.sonarqube sonarqube - 5.3 + 5.3.1-SNAPSHOT sonar-db diff --git a/sonar-duplications/pom.xml b/sonar-duplications/pom.xml index 6a471d3767c..2684c42c5e5 100644 --- a/sonar-duplications/pom.xml +++ b/sonar-duplications/pom.xml @@ -4,7 +4,7 @@ org.sonarsource.sonarqube sonarqube - 5.3 + 5.3.1-SNAPSHOT sonar-duplications diff --git a/sonar-home/pom.xml b/sonar-home/pom.xml index bcf030b0eb3..d4f7c822ede 100644 --- a/sonar-home/pom.xml +++ b/sonar-home/pom.xml @@ -5,7 +5,7 @@ org.sonarsource.sonarqube sonarqube - 5.3 + 5.3.1-SNAPSHOT sonar-home diff --git a/sonar-markdown/pom.xml b/sonar-markdown/pom.xml index 413ae77eb3b..b58efef542b 100644 --- a/sonar-markdown/pom.xml +++ b/sonar-markdown/pom.xml @@ -5,7 +5,7 @@ org.sonarsource.sonarqube sonarqube - 5.3 + 5.3.1-SNAPSHOT .. diff --git a/sonar-plugin-api-deps/pom.xml b/sonar-plugin-api-deps/pom.xml index c252d134d0f..cc59c3d91aa 100644 --- a/sonar-plugin-api-deps/pom.xml +++ b/sonar-plugin-api-deps/pom.xml @@ -5,7 +5,7 @@ org.sonarsource.sonarqube sonarqube - 5.3 + 5.3.1-SNAPSHOT sonar-plugin-api-deps diff --git a/sonar-plugin-api/pom.xml b/sonar-plugin-api/pom.xml index e9d49461f1e..fab546f0c2c 100644 --- a/sonar-plugin-api/pom.xml +++ b/sonar-plugin-api/pom.xml @@ -5,7 +5,7 @@ org.sonarsource.sonarqube sonarqube - 5.3 + 5.3.1-SNAPSHOT sonar-plugin-api diff --git a/sonar-testing-harness/pom.xml b/sonar-testing-harness/pom.xml index 044af0f9c0f..161f759fc96 100644 --- a/sonar-testing-harness/pom.xml +++ b/sonar-testing-harness/pom.xml @@ -4,7 +4,7 @@ org.sonarsource.sonarqube sonarqube - 5.3 + 5.3.1-SNAPSHOT sonar-testing-harness jar diff --git a/sonar-ws/pom.xml b/sonar-ws/pom.xml index 3fb8fee69aa..1db33555311 100644 --- a/sonar-ws/pom.xml +++ b/sonar-ws/pom.xml @@ -5,7 +5,7 @@ org.sonarsource.sonarqube sonarqube - 5.3 + 5.3.1-SNAPSHOT sonar-ws -- 2.39.5