From 29a84111f6cc9298f83df515830ff40a41d0976c Mon Sep 17 00:00:00 2001 From: Thomas VĂ©rin Date: Thu, 17 Dec 2015 17:02:01 +0100 Subject: [maven-release-plugin] prepare release 5.3-RC2 --- plugins/sonar-xoo-plugin/pom.xml | 5 ++--- pom.xml | 32 ++++++++++++++++---------------- 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 | 5 ++--- 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 | 5 ++--- sonar-plugin-api/pom.xml | 2 +- sonar-testing-harness/pom.xml | 2 +- sonar-ws/pom.xml | 5 ++--- 26 files changed, 45 insertions(+), 49 deletions(-) diff --git a/plugins/sonar-xoo-plugin/pom.xml b/plugins/sonar-xoo-plugin/pom.xml index 7b4500c9c21..6d0166239ea 100644 --- a/plugins/sonar-xoo-plugin/pom.xml +++ b/plugins/sonar-xoo-plugin/pom.xml @@ -1,11 +1,10 @@ - + 4.0.0 org.sonarsource.sonarqube sonarqube - 5.3-SNAPSHOT + 5.3-RC2 ../.. sonar-xoo-plugin diff --git a/pom.xml b/pom.xml index ebc56225f78..77df877b8f7 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ org.sonarsource.sonarqube sonarqube pom - 5.3-SNAPSHOT + 5.3-RC2 SonarQube http://www.sonarqube.org/ Open source platform for continuous inspection of code quality @@ -1162,7 +1162,7 @@ scm:git:git@github.com:SonarSource/sonarqube.git scm:git:git@github.com:SonarSource/sonarqube.git https://github.com/SonarSource/sonarqube - HEAD + 5.3-RC2 @@ -1368,15 +1368,15 @@ - + - - - + + + - - - + + + @@ -1435,15 +1435,15 @@ - + - - - + + + - - - + + + diff --git a/server/pom.xml b/server/pom.xml index 85822ac1d27..8bf5505815f 100644 --- a/server/pom.xml +++ b/server/pom.xml @@ -4,7 +4,7 @@ org.sonarsource.sonarqube sonarqube - 5.3-SNAPSHOT + 5.3-RC2 server pom diff --git a/server/sonar-dev-cockpit-bridge/pom.xml b/server/sonar-dev-cockpit-bridge/pom.xml index e63a98facb5..ce997b42ca0 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-SNAPSHOT + 5.3-RC2 .. sonar-dev-cockpit-bridge diff --git a/server/sonar-process-monitor/pom.xml b/server/sonar-process-monitor/pom.xml index 3821fcd21ca..f883a0e2715 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-SNAPSHOT + 5.3-RC2 ../ 4.0.0 diff --git a/server/sonar-process/pom.xml b/server/sonar-process/pom.xml index c104542554e..03a83cd96b6 100644 --- a/server/sonar-process/pom.xml +++ b/server/sonar-process/pom.xml @@ -3,7 +3,7 @@ org.sonarsource.sonarqube server - 5.3-SNAPSHOT + 5.3-RC2 ../ 4.0.0 diff --git a/server/sonar-search/pom.xml b/server/sonar-search/pom.xml index 80a1259ad41..169f32d0777 100644 --- a/server/sonar-search/pom.xml +++ b/server/sonar-search/pom.xml @@ -3,7 +3,7 @@ org.sonarsource.sonarqube server - 5.3-SNAPSHOT + 5.3-RC2 ../ 4.0.0 diff --git a/server/sonar-server-benchmarks/pom.xml b/server/sonar-server-benchmarks/pom.xml index 185e2b012d5..3a3476bd9b0 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-SNAPSHOT + 5.3-RC2 .. sonar-server-benchmarks diff --git a/server/sonar-server/pom.xml b/server/sonar-server/pom.xml index b059b0ffe08..29e0c2840a4 100644 --- a/server/sonar-server/pom.xml +++ b/server/sonar-server/pom.xml @@ -4,7 +4,7 @@ org.sonarsource.sonarqube server - 5.3-SNAPSHOT + 5.3-RC2 .. sonar-server diff --git a/server/sonar-views-bridge/pom.xml b/server/sonar-views-bridge/pom.xml index 3b91869d541..1b18393bc87 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-SNAPSHOT + 5.3-RC2 .. sonar-views-bridge diff --git a/server/sonar-web/pom.xml b/server/sonar-web/pom.xml index 6c74b1db15e..c3aa159fbed 100644 --- a/server/sonar-web/pom.xml +++ b/server/sonar-web/pom.xml @@ -4,7 +4,7 @@ org.sonarsource.sonarqube server - 5.3-SNAPSHOT + 5.3-RC2 .. sonar-web diff --git a/sonar-application/pom.xml b/sonar-application/pom.xml index 373c924c2c3..80fcecec0ca 100644 --- a/sonar-application/pom.xml +++ b/sonar-application/pom.xml @@ -5,7 +5,7 @@ org.sonarsource.sonarqube sonarqube - 5.3-SNAPSHOT + 5.3-RC2 sonar-application diff --git a/sonar-batch-protocol/pom.xml b/sonar-batch-protocol/pom.xml index 5eb2081c161..023de8f16fb 100644 --- a/sonar-batch-protocol/pom.xml +++ b/sonar-batch-protocol/pom.xml @@ -1,11 +1,10 @@ - + 4.0.0 org.sonarsource.sonarqube sonarqube - 5.3-SNAPSHOT + 5.3-RC2 sonar-batch-protocol diff --git a/sonar-batch-shaded/pom.xml b/sonar-batch-shaded/pom.xml index 60279121fc9..10154f1ab05 100644 --- a/sonar-batch-shaded/pom.xml +++ b/sonar-batch-shaded/pom.xml @@ -5,7 +5,7 @@ org.sonarsource.sonarqube sonarqube - 5.3-SNAPSHOT + 5.3-RC2 sonar-batch-shaded diff --git a/sonar-batch/pom.xml b/sonar-batch/pom.xml index db6efc2bc68..19b311a4387 100644 --- a/sonar-batch/pom.xml +++ b/sonar-batch/pom.xml @@ -4,7 +4,7 @@ org.sonarsource.sonarqube sonarqube - 5.3-SNAPSHOT + 5.3-RC2 sonar-batch diff --git a/sonar-check-api/pom.xml b/sonar-check-api/pom.xml index 943b301f08c..428e6f58511 100644 --- a/sonar-check-api/pom.xml +++ b/sonar-check-api/pom.xml @@ -4,7 +4,7 @@ org.sonarsource.sonarqube sonarqube - 5.3-SNAPSHOT + 5.3-RC2 .. sonar-check-api diff --git a/sonar-colorizer/pom.xml b/sonar-colorizer/pom.xml index d160ae4a770..96462dd5ce7 100644 --- a/sonar-colorizer/pom.xml +++ b/sonar-colorizer/pom.xml @@ -5,7 +5,7 @@ org.sonarsource.sonarqube sonarqube - 5.3-SNAPSHOT + 5.3-RC2 .. diff --git a/sonar-core/pom.xml b/sonar-core/pom.xml index 44f4a814249..30e28451141 100644 --- a/sonar-core/pom.xml +++ b/sonar-core/pom.xml @@ -5,7 +5,7 @@ org.sonarsource.sonarqube sonarqube - 5.3-SNAPSHOT + 5.3-RC2 sonar-core diff --git a/sonar-db/pom.xml b/sonar-db/pom.xml index 1fc42a30ecf..88fd91ddf61 100644 --- a/sonar-db/pom.xml +++ b/sonar-db/pom.xml @@ -5,7 +5,7 @@ org.sonarsource.sonarqube sonarqube - 5.3-SNAPSHOT + 5.3-RC2 sonar-db diff --git a/sonar-duplications/pom.xml b/sonar-duplications/pom.xml index 1ecca98ff38..88fbe8e561c 100644 --- a/sonar-duplications/pom.xml +++ b/sonar-duplications/pom.xml @@ -4,7 +4,7 @@ org.sonarsource.sonarqube sonarqube - 5.3-SNAPSHOT + 5.3-RC2 sonar-duplications diff --git a/sonar-home/pom.xml b/sonar-home/pom.xml index fd6111fceb9..53892e65d49 100644 --- a/sonar-home/pom.xml +++ b/sonar-home/pom.xml @@ -5,7 +5,7 @@ org.sonarsource.sonarqube sonarqube - 5.3-SNAPSHOT + 5.3-RC2 sonar-home diff --git a/sonar-markdown/pom.xml b/sonar-markdown/pom.xml index 635be5a797f..c4179f9edfe 100644 --- a/sonar-markdown/pom.xml +++ b/sonar-markdown/pom.xml @@ -5,7 +5,7 @@ org.sonarsource.sonarqube sonarqube - 5.3-SNAPSHOT + 5.3-RC2 .. diff --git a/sonar-plugin-api-deps/pom.xml b/sonar-plugin-api-deps/pom.xml index 9d0169ec1ea..3482a46f925 100644 --- a/sonar-plugin-api-deps/pom.xml +++ b/sonar-plugin-api-deps/pom.xml @@ -1,12 +1,11 @@ - + 4.0.0 org.sonarsource.sonarqube sonarqube - 5.3-SNAPSHOT + 5.3-RC2 sonar-plugin-api-deps diff --git a/sonar-plugin-api/pom.xml b/sonar-plugin-api/pom.xml index 930c472c6c5..3a179847435 100644 --- a/sonar-plugin-api/pom.xml +++ b/sonar-plugin-api/pom.xml @@ -5,7 +5,7 @@ org.sonarsource.sonarqube sonarqube - 5.3-SNAPSHOT + 5.3-RC2 sonar-plugin-api diff --git a/sonar-testing-harness/pom.xml b/sonar-testing-harness/pom.xml index 17ccf42b7a8..9cc9de34d59 100644 --- a/sonar-testing-harness/pom.xml +++ b/sonar-testing-harness/pom.xml @@ -4,7 +4,7 @@ org.sonarsource.sonarqube sonarqube - 5.3-SNAPSHOT + 5.3-RC2 sonar-testing-harness jar diff --git a/sonar-ws/pom.xml b/sonar-ws/pom.xml index 4374b542758..a6680358b98 100644 --- a/sonar-ws/pom.xml +++ b/sonar-ws/pom.xml @@ -1,12 +1,11 @@ - + 4.0.0 org.sonarsource.sonarqube sonarqube - 5.3-SNAPSHOT + 5.3-RC2 sonar-ws -- cgit v1.2.3