From: Eric Hartmann Date: Fri, 18 Apr 2014 07:28:53 +0000 (+0200) Subject: [maven-release-plugin] prepare release 4.3-RC1 X-Git-Tag: 4.3~13 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=e4f9691f211d1ead2c1b66952c97aaf3049a3ffe;p=sonarqube.git [maven-release-plugin] prepare release 4.3-RC1 --- diff --git a/plugins/sonar-core-plugin/pom.xml b/plugins/sonar-core-plugin/pom.xml index a4696f082b3..8a177c2ea09 100644 --- a/plugins/sonar-core-plugin/pom.xml +++ b/plugins/sonar-core-plugin/pom.xml @@ -4,7 +4,7 @@ org.codehaus.sonar sonar - 4.3-SNAPSHOT + 4.3-RC1 ../.. org.codehaus.sonar.plugins diff --git a/plugins/sonar-cpd-plugin/pom.xml b/plugins/sonar-cpd-plugin/pom.xml index 6e0fa6887d7..8d790531889 100644 --- a/plugins/sonar-cpd-plugin/pom.xml +++ b/plugins/sonar-cpd-plugin/pom.xml @@ -4,7 +4,7 @@ org.codehaus.sonar sonar - 4.3-SNAPSHOT + 4.3-RC1 ../.. org.codehaus.sonar.plugins diff --git a/plugins/sonar-dbcleaner-plugin/pom.xml b/plugins/sonar-dbcleaner-plugin/pom.xml index 06960550cb5..2356fd3b90e 100644 --- a/plugins/sonar-dbcleaner-plugin/pom.xml +++ b/plugins/sonar-dbcleaner-plugin/pom.xml @@ -4,7 +4,7 @@ org.codehaus.sonar sonar - 4.3-SNAPSHOT + 4.3-RC1 ../.. org.codehaus.sonar.plugins diff --git a/plugins/sonar-design-plugin/pom.xml b/plugins/sonar-design-plugin/pom.xml index 09cdf9b6a33..fa5be96bbed 100644 --- a/plugins/sonar-design-plugin/pom.xml +++ b/plugins/sonar-design-plugin/pom.xml @@ -4,7 +4,7 @@ org.codehaus.sonar sonar - 4.3-SNAPSHOT + 4.3-RC1 ../.. org.codehaus.sonar.plugins diff --git a/plugins/sonar-email-notifications-plugin/pom.xml b/plugins/sonar-email-notifications-plugin/pom.xml index 02e80f2e14c..501169d27c2 100644 --- a/plugins/sonar-email-notifications-plugin/pom.xml +++ b/plugins/sonar-email-notifications-plugin/pom.xml @@ -5,7 +5,7 @@ org.codehaus.sonar sonar - 4.3-SNAPSHOT + 4.3-RC1 ../.. diff --git a/plugins/sonar-l10n-en-plugin/pom.xml b/plugins/sonar-l10n-en-plugin/pom.xml index 2f8bc3e9f7b..a0c9ff954c9 100644 --- a/plugins/sonar-l10n-en-plugin/pom.xml +++ b/plugins/sonar-l10n-en-plugin/pom.xml @@ -5,7 +5,7 @@ org.codehaus.sonar sonar - 4.3-SNAPSHOT + 4.3-RC1 ../.. diff --git a/plugins/sonar-maven-batch-plugin/pom.xml b/plugins/sonar-maven-batch-plugin/pom.xml index 20af0ad3112..6d493ac6643 100644 --- a/plugins/sonar-maven-batch-plugin/pom.xml +++ b/plugins/sonar-maven-batch-plugin/pom.xml @@ -4,7 +4,7 @@ org.codehaus.sonar sonar - 4.3-SNAPSHOT + 4.3-RC1 ../.. diff --git a/plugins/sonar-xoo-plugin/pom.xml b/plugins/sonar-xoo-plugin/pom.xml index 653f2575abe..4082443ac5c 100644 --- a/plugins/sonar-xoo-plugin/pom.xml +++ b/plugins/sonar-xoo-plugin/pom.xml @@ -4,7 +4,7 @@ org.codehaus.sonar sonar - 4.3-SNAPSHOT + 4.3-RC1 ../.. org.codehaus.sonar.plugins diff --git a/pom.xml b/pom.xml index d7a92dcf1de..f55e414658a 100644 --- a/pom.xml +++ b/pom.xml @@ -1,12 +1,11 @@ - + 4.0.0 org.codehaus.sonar sonar pom - 4.3-SNAPSHOT + 4.3-RC1 SonarQube http://www.sonarqube.org/ Open source platform for continuous inspection of code quality @@ -1143,7 +1142,7 @@ scm:git:git@github.com:SonarSource/sonarqube.git scm:git:git@github.com:SonarSource/sonarqube.git https://github.com/SonarSource/sonarqube - HEAD + 4.3-RC1 @@ -1339,7 +1338,7 @@ - + @@ -1352,7 +1351,7 @@ - + @@ -1366,7 +1365,7 @@ - + @@ -1379,7 +1378,7 @@ - + diff --git a/sonar-application/pom.xml b/sonar-application/pom.xml index 3f6a630951b..57ebb4e7007 100644 --- a/sonar-application/pom.xml +++ b/sonar-application/pom.xml @@ -1,12 +1,11 @@ - + 4.0.0 org.codehaus.sonar sonar - 4.3-SNAPSHOT + 4.3-RC1 sonar-application @@ -236,8 +235,8 @@ package - - + + diff --git a/sonar-batch-maven-compat/pom.xml b/sonar-batch-maven-compat/pom.xml index 3990762b480..0bb324ea533 100644 --- a/sonar-batch-maven-compat/pom.xml +++ b/sonar-batch-maven-compat/pom.xml @@ -5,7 +5,7 @@ org.codehaus.sonar sonar - 4.3-SNAPSHOT + 4.3-RC1 sonar-batch-maven-compat diff --git a/sonar-batch/pom.xml b/sonar-batch/pom.xml index 4d473f38149..e62735b12d1 100644 --- a/sonar-batch/pom.xml +++ b/sonar-batch/pom.xml @@ -4,7 +4,7 @@ org.codehaus.sonar sonar - 4.3-SNAPSHOT + 4.3-RC1 org.codehaus.sonar diff --git a/sonar-check-api/pom.xml b/sonar-check-api/pom.xml index a1ebc5141a4..8e7d4adfefc 100644 --- a/sonar-check-api/pom.xml +++ b/sonar-check-api/pom.xml @@ -4,7 +4,7 @@ org.codehaus.sonar sonar - 4.3-SNAPSHOT + 4.3-RC1 .. sonar-check-api diff --git a/sonar-colorizer/pom.xml b/sonar-colorizer/pom.xml index c634a725eda..ccec1fc3d69 100644 --- a/sonar-colorizer/pom.xml +++ b/sonar-colorizer/pom.xml @@ -5,7 +5,7 @@ org.codehaus.sonar sonar - 4.3-SNAPSHOT + 4.3-RC1 .. diff --git a/sonar-core/pom.xml b/sonar-core/pom.xml index ebe3364e217..825d814fdd5 100644 --- a/sonar-core/pom.xml +++ b/sonar-core/pom.xml @@ -5,7 +5,7 @@ org.codehaus.sonar sonar - 4.3-SNAPSHOT + 4.3-RC1 sonar-core diff --git a/sonar-deprecated/pom.xml b/sonar-deprecated/pom.xml index 7406ab1a11e..b866709cf96 100644 --- a/sonar-deprecated/pom.xml +++ b/sonar-deprecated/pom.xml @@ -4,7 +4,7 @@ org.codehaus.sonar sonar - 4.3-SNAPSHOT + 4.3-RC1 sonar-deprecated SonarQube :: Deprecated diff --git a/sonar-duplications/pom.xml b/sonar-duplications/pom.xml index ac43f3a7550..8da9e02f89d 100644 --- a/sonar-duplications/pom.xml +++ b/sonar-duplications/pom.xml @@ -4,7 +4,7 @@ org.codehaus.sonar sonar - 4.3-SNAPSHOT + 4.3-RC1 sonar-duplications diff --git a/sonar-graph/pom.xml b/sonar-graph/pom.xml index 20e9ad06789..60c3f1e959f 100644 --- a/sonar-graph/pom.xml +++ b/sonar-graph/pom.xml @@ -4,7 +4,7 @@ org.codehaus.sonar sonar - 4.3-SNAPSHOT + 4.3-RC1 .. org.codehaus.sonar diff --git a/sonar-home/pom.xml b/sonar-home/pom.xml index 408037e56a0..c70f83bfe62 100644 --- a/sonar-home/pom.xml +++ b/sonar-home/pom.xml @@ -5,7 +5,7 @@ org.codehaus.sonar sonar - 4.3-SNAPSHOT + 4.3-RC1 sonar-home diff --git a/sonar-java-api/pom.xml b/sonar-java-api/pom.xml index 884c7c9771f..7200a9ce188 100644 --- a/sonar-java-api/pom.xml +++ b/sonar-java-api/pom.xml @@ -4,7 +4,7 @@ org.codehaus.sonar sonar - 4.3-SNAPSHOT + 4.3-RC1 sonar-java-api SonarQube :: Java API diff --git a/sonar-markdown/pom.xml b/sonar-markdown/pom.xml index 78ec785ec2a..aeeccf68eec 100644 --- a/sonar-markdown/pom.xml +++ b/sonar-markdown/pom.xml @@ -1,12 +1,11 @@ - + 4.0.0 org.codehaus.sonar sonar - 4.3-SNAPSHOT + 4.3-RC1 .. diff --git a/sonar-maven-plugin/pom.xml b/sonar-maven-plugin/pom.xml index ad18cff7b79..4266efc301d 100644 --- a/sonar-maven-plugin/pom.xml +++ b/sonar-maven-plugin/pom.xml @@ -4,7 +4,7 @@ org.codehaus.sonar sonar - 4.3-SNAPSHOT + 4.3-RC1 sonar-maven-plugin maven-plugin diff --git a/sonar-maven3-plugin/pom.xml b/sonar-maven3-plugin/pom.xml index 3a9a2f3a0a4..42952aec988 100644 --- a/sonar-maven3-plugin/pom.xml +++ b/sonar-maven3-plugin/pom.xml @@ -4,7 +4,7 @@ org.codehaus.sonar sonar - 4.3-SNAPSHOT + 4.3-RC1 sonar-maven3-plugin pom diff --git a/sonar-plugin-api/pom.xml b/sonar-plugin-api/pom.xml index 74f16c9a01e..20a1b772408 100644 --- a/sonar-plugin-api/pom.xml +++ b/sonar-plugin-api/pom.xml @@ -5,7 +5,7 @@ org.codehaus.sonar sonar - 4.3-SNAPSHOT + 4.3-RC1 sonar-plugin-api diff --git a/sonar-server/pom.xml b/sonar-server/pom.xml index f1e00cd756c..ae5f9b98a3b 100644 --- a/sonar-server/pom.xml +++ b/sonar-server/pom.xml @@ -1,11 +1,10 @@ - + 4.0.0 org.codehaus.sonar sonar - 4.3-SNAPSHOT + 4.3-RC1 sonar-server war diff --git a/sonar-testing-harness/pom.xml b/sonar-testing-harness/pom.xml index 61daf832f03..4c233f1b84b 100644 --- a/sonar-testing-harness/pom.xml +++ b/sonar-testing-harness/pom.xml @@ -1,11 +1,10 @@ - + 4.0.0 org.codehaus.sonar sonar - 4.3-SNAPSHOT + 4.3-RC1 sonar-testing-harness jar diff --git a/sonar-ws-client/pom.xml b/sonar-ws-client/pom.xml index 999e36c7fd7..7138a5ca440 100644 --- a/sonar-ws-client/pom.xml +++ b/sonar-ws-client/pom.xml @@ -4,7 +4,7 @@ org.codehaus.sonar sonar - 4.3-SNAPSHOT + 4.3-RC1 sonar-ws-client jar