From 23454578ad135cd6d2280d04198a4d5eacf20979 Mon Sep 17 00:00:00 2001 From: Tom Date: Thu, 28 Apr 2016 08:45:25 +0200 Subject: [PATCH] [maven-release-plugin] prepare release 5.5-RC2 --- plugins/sonar-xoo-plugin/pom.xml | 2 +- pom.xml | 4 ++-- server/pom.xml | 2 +- server/sonar-ce/pom.xml | 2 +- server/sonar-plugin-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-web/pom.xml | 2 +- sonar-application/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-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 +- 26 files changed, 27 insertions(+), 27 deletions(-) diff --git a/plugins/sonar-xoo-plugin/pom.xml b/plugins/sonar-xoo-plugin/pom.xml index 6b48224d77d..a7d56a4ac17 100644 --- a/plugins/sonar-xoo-plugin/pom.xml +++ b/plugins/sonar-xoo-plugin/pom.xml @@ -4,7 +4,7 @@ org.sonarsource.sonarqube sonarqube - 5.5-SNAPSHOT + 5.5-RC2 ../.. sonar-xoo-plugin diff --git a/pom.xml b/pom.xml index 930495ecbf1..2242803da13 100644 --- a/pom.xml +++ b/pom.xml @@ -10,7 +10,7 @@ org.sonarsource.sonarqube sonarqube pom - 5.5-SNAPSHOT + 5.5-RC2 SonarQube http://www.sonarqube.org/ Open source platform for continuous inspection of code quality @@ -996,7 +996,7 @@ scm:git:git@github.com:SonarSource/sonarqube.git scm:git:git@github.com:SonarSource/sonarqube.git https://github.com/SonarSource/sonarqube - HEAD + 5.5-RC2 diff --git a/server/pom.xml b/server/pom.xml index 0802fb2eb61..01439fdd7b4 100644 --- a/server/pom.xml +++ b/server/pom.xml @@ -4,7 +4,7 @@ org.sonarsource.sonarqube sonarqube - 5.5-SNAPSHOT + 5.5-RC2 server pom diff --git a/server/sonar-ce/pom.xml b/server/sonar-ce/pom.xml index 3cc82fe4971..e828d16f0ef 100644 --- a/server/sonar-ce/pom.xml +++ b/server/sonar-ce/pom.xml @@ -4,7 +4,7 @@ org.sonarsource.sonarqube server - 5.5-SNAPSHOT + 5.5-RC2 .. sonar-ce diff --git a/server/sonar-plugin-bridge/pom.xml b/server/sonar-plugin-bridge/pom.xml index 5c23d7a334e..426f719da14 100644 --- a/server/sonar-plugin-bridge/pom.xml +++ b/server/sonar-plugin-bridge/pom.xml @@ -4,7 +4,7 @@ org.sonarsource.sonarqube server - 5.5-SNAPSHOT + 5.5-RC2 .. sonar-plugin-bridge diff --git a/server/sonar-process-monitor/pom.xml b/server/sonar-process-monitor/pom.xml index fcf9eb90795..18d9f6993ef 100644 --- a/server/sonar-process-monitor/pom.xml +++ b/server/sonar-process-monitor/pom.xml @@ -4,7 +4,7 @@ org.sonarsource.sonarqube server - 5.5-SNAPSHOT + 5.5-RC2 ../ diff --git a/server/sonar-process/pom.xml b/server/sonar-process/pom.xml index 55bcc49a5aa..e1bb321ea11 100644 --- a/server/sonar-process/pom.xml +++ b/server/sonar-process/pom.xml @@ -4,7 +4,7 @@ org.sonarsource.sonarqube server - 5.5-SNAPSHOT + 5.5-RC2 ../ diff --git a/server/sonar-search/pom.xml b/server/sonar-search/pom.xml index cfd210e2c4f..88ff0739e9c 100644 --- a/server/sonar-search/pom.xml +++ b/server/sonar-search/pom.xml @@ -4,7 +4,7 @@ org.sonarsource.sonarqube server - 5.5-SNAPSHOT + 5.5-RC2 ../ diff --git a/server/sonar-server-benchmarks/pom.xml b/server/sonar-server-benchmarks/pom.xml index 087d3b832e6..50dba2fb9f0 100644 --- a/server/sonar-server-benchmarks/pom.xml +++ b/server/sonar-server-benchmarks/pom.xml @@ -4,7 +4,7 @@ org.sonarsource.sonarqube server - 5.5-SNAPSHOT + 5.5-RC2 .. sonar-server-benchmarks diff --git a/server/sonar-server/pom.xml b/server/sonar-server/pom.xml index 12253497147..d2538d6e01d 100644 --- a/server/sonar-server/pom.xml +++ b/server/sonar-server/pom.xml @@ -4,7 +4,7 @@ org.sonarsource.sonarqube server - 5.5-SNAPSHOT + 5.5-RC2 .. sonar-server diff --git a/server/sonar-web/pom.xml b/server/sonar-web/pom.xml index 9f9dcad8a3f..54d29421b5c 100644 --- a/server/sonar-web/pom.xml +++ b/server/sonar-web/pom.xml @@ -4,7 +4,7 @@ org.sonarsource.sonarqube server - 5.5-SNAPSHOT + 5.5-RC2 .. sonar-web diff --git a/sonar-application/pom.xml b/sonar-application/pom.xml index 528c5fdd139..f8334a99359 100644 --- a/sonar-application/pom.xml +++ b/sonar-application/pom.xml @@ -5,7 +5,7 @@ org.sonarsource.sonarqube sonarqube - 5.5-SNAPSHOT + 5.5-RC2 sonar-application diff --git a/sonar-check-api/pom.xml b/sonar-check-api/pom.xml index 82a30f31f75..d5636596bef 100644 --- a/sonar-check-api/pom.xml +++ b/sonar-check-api/pom.xml @@ -4,7 +4,7 @@ org.sonarsource.sonarqube sonarqube - 5.5-SNAPSHOT + 5.5-RC2 .. sonar-check-api diff --git a/sonar-colorizer/pom.xml b/sonar-colorizer/pom.xml index e6ee4fc3ed7..7eca45f5279 100644 --- a/sonar-colorizer/pom.xml +++ b/sonar-colorizer/pom.xml @@ -5,7 +5,7 @@ org.sonarsource.sonarqube sonarqube - 5.5-SNAPSHOT + 5.5-RC2 .. diff --git a/sonar-core/pom.xml b/sonar-core/pom.xml index 150132f03a0..c08938238aa 100644 --- a/sonar-core/pom.xml +++ b/sonar-core/pom.xml @@ -5,7 +5,7 @@ org.sonarsource.sonarqube sonarqube - 5.5-SNAPSHOT + 5.5-RC2 sonar-core diff --git a/sonar-db/pom.xml b/sonar-db/pom.xml index f6a050f74f2..4861f6236fe 100644 --- a/sonar-db/pom.xml +++ b/sonar-db/pom.xml @@ -5,7 +5,7 @@ org.sonarsource.sonarqube sonarqube - 5.5-SNAPSHOT + 5.5-RC2 sonar-db diff --git a/sonar-duplications/pom.xml b/sonar-duplications/pom.xml index 9026cc68a5a..a8d85336997 100644 --- a/sonar-duplications/pom.xml +++ b/sonar-duplications/pom.xml @@ -4,7 +4,7 @@ org.sonarsource.sonarqube sonarqube - 5.5-SNAPSHOT + 5.5-RC2 sonar-duplications diff --git a/sonar-home/pom.xml b/sonar-home/pom.xml index 2e389286895..06eaf04656a 100644 --- a/sonar-home/pom.xml +++ b/sonar-home/pom.xml @@ -5,7 +5,7 @@ org.sonarsource.sonarqube sonarqube - 5.5-SNAPSHOT + 5.5-RC2 sonar-home diff --git a/sonar-markdown/pom.xml b/sonar-markdown/pom.xml index 7292cf2a423..eaa838e2776 100644 --- a/sonar-markdown/pom.xml +++ b/sonar-markdown/pom.xml @@ -5,7 +5,7 @@ org.sonarsource.sonarqube sonarqube - 5.5-SNAPSHOT + 5.5-RC2 .. diff --git a/sonar-plugin-api-deps/pom.xml b/sonar-plugin-api-deps/pom.xml index 94bff89b99c..511f9ecabd9 100644 --- a/sonar-plugin-api-deps/pom.xml +++ b/sonar-plugin-api-deps/pom.xml @@ -5,7 +5,7 @@ org.sonarsource.sonarqube sonarqube - 5.5-SNAPSHOT + 5.5-RC2 sonar-plugin-api-deps diff --git a/sonar-plugin-api/pom.xml b/sonar-plugin-api/pom.xml index 53510bfaf9a..5c078709173 100644 --- a/sonar-plugin-api/pom.xml +++ b/sonar-plugin-api/pom.xml @@ -5,7 +5,7 @@ org.sonarsource.sonarqube sonarqube - 5.5-SNAPSHOT + 5.5-RC2 sonar-plugin-api diff --git a/sonar-scanner-engine-shaded/pom.xml b/sonar-scanner-engine-shaded/pom.xml index 339ef5d6cdb..7e93f877b22 100644 --- a/sonar-scanner-engine-shaded/pom.xml +++ b/sonar-scanner-engine-shaded/pom.xml @@ -5,7 +5,7 @@ org.sonarsource.sonarqube sonarqube - 5.5-SNAPSHOT + 5.5-RC2 sonar-scanner-engine-shaded diff --git a/sonar-scanner-engine/pom.xml b/sonar-scanner-engine/pom.xml index 0a2eb36f5b5..344c13cb859 100644 --- a/sonar-scanner-engine/pom.xml +++ b/sonar-scanner-engine/pom.xml @@ -4,7 +4,7 @@ org.sonarsource.sonarqube sonarqube - 5.5-SNAPSHOT + 5.5-RC2 sonar-scanner-engine diff --git a/sonar-scanner-protocol/pom.xml b/sonar-scanner-protocol/pom.xml index ed015f33bc7..bf435ffcc07 100644 --- a/sonar-scanner-protocol/pom.xml +++ b/sonar-scanner-protocol/pom.xml @@ -4,7 +4,7 @@ org.sonarsource.sonarqube sonarqube - 5.5-SNAPSHOT + 5.5-RC2 sonar-scanner-protocol diff --git a/sonar-testing-harness/pom.xml b/sonar-testing-harness/pom.xml index 246917290ef..473f778414d 100644 --- a/sonar-testing-harness/pom.xml +++ b/sonar-testing-harness/pom.xml @@ -4,7 +4,7 @@ org.sonarsource.sonarqube sonarqube - 5.5-SNAPSHOT + 5.5-RC2 sonar-testing-harness jar diff --git a/sonar-ws/pom.xml b/sonar-ws/pom.xml index e6a19ead6ba..2f1d88a6335 100644 --- a/sonar-ws/pom.xml +++ b/sonar-ws/pom.xml @@ -5,7 +5,7 @@ org.sonarsource.sonarqube sonarqube - 5.5-SNAPSHOT + 5.5-RC2 sonar-ws -- 2.39.5