From 84b3c5ed183a2f3f3198952c6946914bee1f29a0 Mon Sep 17 00:00:00 2001
From: Eric Hartmann <hartmann.eric@gmail.com>
Date: Tue, 16 Dec 2014 13:16:06 +0100
Subject: [maven-release-plugin] prepare release 5.0-RC3

---
 plugins/sonar-core-plugin/pom.xml                | 2 +-
 plugins/sonar-cpd-plugin/pom.xml                 | 2 +-
 plugins/sonar-email-notifications-plugin/pom.xml | 2 +-
 plugins/sonar-git-plugin/pom.xml                 | 2 +-
 plugins/sonar-l10n-en-plugin/pom.xml             | 2 +-
 plugins/sonar-svn-plugin/pom.xml                 | 2 +-
 plugins/sonar-xoo-plugin/pom.xml                 | 2 +-
 pom.xml                                          | 4 ++--
 server/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 +-
 server/sonar-ws-client/pom.xml                   | 2 +-
 sonar-application/pom.xml                        | 2 +-
 sonar-batch-maven-compat/pom.xml                 | 2 +-
 sonar-batch-protocol/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-deprecated/pom.xml                         | 2 +-
 sonar-duplications/pom.xml                       | 2 +-
 sonar-graph/pom.xml                              | 2 +-
 sonar-home/pom.xml                               | 2 +-
 sonar-java-api/pom.xml                           | 2 +-
 sonar-markdown/pom.xml                           | 2 +-
 sonar-plugin-api/pom.xml                         | 2 +-
 sonar-testing-harness/pom.xml                    | 2 +-
 31 files changed, 32 insertions(+), 32 deletions(-)

diff --git a/plugins/sonar-core-plugin/pom.xml b/plugins/sonar-core-plugin/pom.xml
index f44f41b20df..e32781ef80f 100644
--- a/plugins/sonar-core-plugin/pom.xml
+++ b/plugins/sonar-core-plugin/pom.xml
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.codehaus.sonar</groupId>
     <artifactId>sonar</artifactId>
-    <version>5.0-SNAPSHOT</version>
+    <version>5.0-RC3</version>
     <relativePath>../..</relativePath>
   </parent>
   <groupId>org.codehaus.sonar.plugins</groupId>
diff --git a/plugins/sonar-cpd-plugin/pom.xml b/plugins/sonar-cpd-plugin/pom.xml
index 686a6314274..5b8b8512d9d 100644
--- a/plugins/sonar-cpd-plugin/pom.xml
+++ b/plugins/sonar-cpd-plugin/pom.xml
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.codehaus.sonar</groupId>
     <artifactId>sonar</artifactId>
-    <version>5.0-SNAPSHOT</version>
+    <version>5.0-RC3</version>
     <relativePath>../..</relativePath>
   </parent>
   <groupId>org.codehaus.sonar.plugins</groupId>
diff --git a/plugins/sonar-email-notifications-plugin/pom.xml b/plugins/sonar-email-notifications-plugin/pom.xml
index 474d5bcff20..c60b208eeb4 100644
--- a/plugins/sonar-email-notifications-plugin/pom.xml
+++ b/plugins/sonar-email-notifications-plugin/pom.xml
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.codehaus.sonar</groupId>
     <artifactId>sonar</artifactId>
-    <version>5.0-SNAPSHOT</version>
+    <version>5.0-RC3</version>
     <relativePath>../..</relativePath>
   </parent>
 
diff --git a/plugins/sonar-git-plugin/pom.xml b/plugins/sonar-git-plugin/pom.xml
index 6b8f19fdb2a..66043fc7949 100644
--- a/plugins/sonar-git-plugin/pom.xml
+++ b/plugins/sonar-git-plugin/pom.xml
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.codehaus.sonar</groupId>
     <artifactId>sonar</artifactId>
-    <version>5.0-SNAPSHOT</version>
+    <version>5.0-RC3</version>
     <relativePath>../..</relativePath>
   </parent>
   <groupId>org.codehaus.sonar.plugins</groupId>
diff --git a/plugins/sonar-l10n-en-plugin/pom.xml b/plugins/sonar-l10n-en-plugin/pom.xml
index df5aca9be06..449c6fa9936 100644
--- a/plugins/sonar-l10n-en-plugin/pom.xml
+++ b/plugins/sonar-l10n-en-plugin/pom.xml
@@ -25,7 +25,7 @@
   <parent>
     <groupId>org.codehaus.sonar</groupId>
     <artifactId>sonar</artifactId>
-    <version>5.0-SNAPSHOT</version>
+    <version>5.0-RC3</version>
     <relativePath>../..</relativePath>
   </parent>
 
diff --git a/plugins/sonar-svn-plugin/pom.xml b/plugins/sonar-svn-plugin/pom.xml
index fe2cce8c4a4..029a47b796f 100644
--- a/plugins/sonar-svn-plugin/pom.xml
+++ b/plugins/sonar-svn-plugin/pom.xml
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.codehaus.sonar</groupId>
     <artifactId>sonar</artifactId>
-    <version>5.0-SNAPSHOT</version>
+    <version>5.0-RC3</version>
     <relativePath>../..</relativePath>
   </parent>
   <groupId>org.codehaus.sonar.plugins</groupId>
diff --git a/plugins/sonar-xoo-plugin/pom.xml b/plugins/sonar-xoo-plugin/pom.xml
index 4d45692ef42..a95b0cf3ac1 100644
--- a/plugins/sonar-xoo-plugin/pom.xml
+++ b/plugins/sonar-xoo-plugin/pom.xml
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.codehaus.sonar</groupId>
     <artifactId>sonar</artifactId>
-    <version>5.0-SNAPSHOT</version>
+    <version>5.0-RC3</version>
     <relativePath>../..</relativePath>
   </parent>
   <groupId>org.codehaus.sonar.plugins</groupId>
diff --git a/pom.xml b/pom.xml
index 934f5957e83..4cec901498f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5,7 +5,7 @@
   <groupId>org.codehaus.sonar</groupId>
   <artifactId>sonar</artifactId>
   <packaging>pom</packaging>
-  <version>5.0-SNAPSHOT</version>
+  <version>5.0-RC3</version>
   <name>SonarQube</name>
   <url>http://www.sonarqube.org/</url>
   <description>Open source platform for continuous inspection of code quality</description>
@@ -1121,7 +1121,7 @@
     <connection>scm:git:git@github.com:SonarSource/sonarqube.git</connection>
     <developerConnection>scm:git:git@github.com:SonarSource/sonarqube.git</developerConnection>
     <url>https://github.com/SonarSource/sonarqube</url>
-    <tag>HEAD</tag>
+    <tag>5.0-RC3</tag>
   </scm>
 
   <ciManagement>
diff --git a/server/pom.xml b/server/pom.xml
index e931018c074..2a0d012627a 100644
--- a/server/pom.xml
+++ b/server/pom.xml
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.codehaus.sonar</groupId>
     <artifactId>sonar</artifactId>
-    <version>5.0-SNAPSHOT</version>
+    <version>5.0-RC3</version>
   </parent>
   <artifactId>server</artifactId>
   <packaging>pom</packaging>
diff --git a/server/sonar-process-monitor/pom.xml b/server/sonar-process-monitor/pom.xml
index 84b0b85cfb0..09bc38f51ae 100644
--- a/server/sonar-process-monitor/pom.xml
+++ b/server/sonar-process-monitor/pom.xml
@@ -3,7 +3,7 @@
   <parent>
     <groupId>org.codehaus.sonar</groupId>
     <artifactId>server</artifactId>
-    <version>5.0-SNAPSHOT</version>
+    <version>5.0-RC3</version>
     <relativePath>../</relativePath>
   </parent>
   <modelVersion>4.0.0</modelVersion>
diff --git a/server/sonar-process/pom.xml b/server/sonar-process/pom.xml
index 4d0308efbad..7624d6f509f 100644
--- a/server/sonar-process/pom.xml
+++ b/server/sonar-process/pom.xml
@@ -3,7 +3,7 @@
   <parent>
     <groupId>org.codehaus.sonar</groupId>
     <artifactId>server</artifactId>
-    <version>5.0-SNAPSHOT</version>
+    <version>5.0-RC3</version>
     <relativePath>../</relativePath>
   </parent>
   <modelVersion>4.0.0</modelVersion>
diff --git a/server/sonar-search/pom.xml b/server/sonar-search/pom.xml
index 4acf667ce50..871c44fa15e 100644
--- a/server/sonar-search/pom.xml
+++ b/server/sonar-search/pom.xml
@@ -3,7 +3,7 @@
   <parent>
     <groupId>org.codehaus.sonar</groupId>
     <artifactId>server</artifactId>
-    <version>5.0-SNAPSHOT</version>
+    <version>5.0-RC3</version>
     <relativePath>../</relativePath>
   </parent>
   <modelVersion>4.0.0</modelVersion>
diff --git a/server/sonar-server-benchmarks/pom.xml b/server/sonar-server-benchmarks/pom.xml
index 16828dfa3d9..11ae7b0a3c7 100644
--- a/server/sonar-server-benchmarks/pom.xml
+++ b/server/sonar-server-benchmarks/pom.xml
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.codehaus.sonar</groupId>
     <artifactId>server</artifactId>
-    <version>5.0-SNAPSHOT</version>
+    <version>5.0-RC3</version>
     <relativePath>..</relativePath>
   </parent>
   <artifactId>sonar-server-benchmarks</artifactId>
diff --git a/server/sonar-server/pom.xml b/server/sonar-server/pom.xml
index 2d28bbf5d7f..50f66963c4f 100644
--- a/server/sonar-server/pom.xml
+++ b/server/sonar-server/pom.xml
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.codehaus.sonar</groupId>
     <artifactId>server</artifactId>
-    <version>5.0-SNAPSHOT</version>
+    <version>5.0-RC3</version>
     <relativePath>..</relativePath>
   </parent>
   <artifactId>sonar-server</artifactId>
diff --git a/server/sonar-web/pom.xml b/server/sonar-web/pom.xml
index 5aa019599ec..43fb384fc61 100644
--- a/server/sonar-web/pom.xml
+++ b/server/sonar-web/pom.xml
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.codehaus.sonar</groupId>
     <artifactId>server</artifactId>
-    <version>5.0-SNAPSHOT</version>
+    <version>5.0-RC3</version>
     <relativePath>..</relativePath>
   </parent>
   <artifactId>sonar-web</artifactId>
diff --git a/server/sonar-ws-client/pom.xml b/server/sonar-ws-client/pom.xml
index 089c5742d23..ad1fbff900c 100644
--- a/server/sonar-ws-client/pom.xml
+++ b/server/sonar-ws-client/pom.xml
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.codehaus.sonar</groupId>
     <artifactId>server</artifactId>
-    <version>5.0-SNAPSHOT</version>
+    <version>5.0-RC3</version>
     <relativePath>..</relativePath>
   </parent>
   <artifactId>sonar-ws-client</artifactId>
diff --git a/sonar-application/pom.xml b/sonar-application/pom.xml
index e2581689e37..5ccfbc13803 100644
--- a/sonar-application/pom.xml
+++ b/sonar-application/pom.xml
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.codehaus.sonar</groupId>
     <artifactId>sonar</artifactId>
-    <version>5.0-SNAPSHOT</version>
+    <version>5.0-RC3</version>
   </parent>
 
   <artifactId>sonar-application</artifactId>
diff --git a/sonar-batch-maven-compat/pom.xml b/sonar-batch-maven-compat/pom.xml
index c5b23e3e95e..b04b1b0bf54 100644
--- a/sonar-batch-maven-compat/pom.xml
+++ b/sonar-batch-maven-compat/pom.xml
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.codehaus.sonar</groupId>
     <artifactId>sonar</artifactId>
-    <version>5.0-SNAPSHOT</version>
+    <version>5.0-RC3</version>
   </parent>
 
   <artifactId>sonar-batch-maven-compat</artifactId>
diff --git a/sonar-batch-protocol/pom.xml b/sonar-batch-protocol/pom.xml
index 7d7a4850929..b7d331eec1b 100644
--- a/sonar-batch-protocol/pom.xml
+++ b/sonar-batch-protocol/pom.xml
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.codehaus.sonar</groupId>
     <artifactId>sonar</artifactId>
-    <version>5.0-SNAPSHOT</version>
+    <version>5.0-RC3</version>
   </parent>
 
   <artifactId>sonar-batch-protocol</artifactId>
diff --git a/sonar-batch/pom.xml b/sonar-batch/pom.xml
index 3d95250a29d..87a24403549 100644
--- a/sonar-batch/pom.xml
+++ b/sonar-batch/pom.xml
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.codehaus.sonar</groupId>
     <artifactId>sonar</artifactId>
-    <version>5.0-SNAPSHOT</version>
+    <version>5.0-RC3</version>
   </parent>
 
   <artifactId>sonar-batch</artifactId>
diff --git a/sonar-check-api/pom.xml b/sonar-check-api/pom.xml
index 3db3d1b2ffc..bf77e3c151e 100644
--- a/sonar-check-api/pom.xml
+++ b/sonar-check-api/pom.xml
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.codehaus.sonar</groupId>
     <artifactId>sonar</artifactId>
-    <version>5.0-SNAPSHOT</version>
+    <version>5.0-RC3</version>
     <relativePath>..</relativePath>
   </parent>
   <artifactId>sonar-check-api</artifactId>
diff --git a/sonar-colorizer/pom.xml b/sonar-colorizer/pom.xml
index e3e3ead5ada..b78a67cb809 100644
--- a/sonar-colorizer/pom.xml
+++ b/sonar-colorizer/pom.xml
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.codehaus.sonar</groupId>
     <artifactId>sonar</artifactId>
-    <version>5.0-SNAPSHOT</version>
+    <version>5.0-RC3</version>
     <relativePath>..</relativePath>
   </parent>
 
diff --git a/sonar-core/pom.xml b/sonar-core/pom.xml
index 1bf0d32ef94..bc8f6eaeaac 100644
--- a/sonar-core/pom.xml
+++ b/sonar-core/pom.xml
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.codehaus.sonar</groupId>
     <artifactId>sonar</artifactId>
-    <version>5.0-SNAPSHOT</version>
+    <version>5.0-RC3</version>
   </parent>
 
   <artifactId>sonar-core</artifactId>
diff --git a/sonar-deprecated/pom.xml b/sonar-deprecated/pom.xml
index 9c6a5c639fe..513f8b07a64 100644
--- a/sonar-deprecated/pom.xml
+++ b/sonar-deprecated/pom.xml
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.codehaus.sonar</groupId>
     <artifactId>sonar</artifactId>
-    <version>5.0-SNAPSHOT</version>
+    <version>5.0-RC3</version>
   </parent>
   <artifactId>sonar-deprecated</artifactId>
   <name>SonarQube :: Deprecated</name>
diff --git a/sonar-duplications/pom.xml b/sonar-duplications/pom.xml
index 0ec823f57a6..170ea928d60 100644
--- a/sonar-duplications/pom.xml
+++ b/sonar-duplications/pom.xml
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.codehaus.sonar</groupId>
     <artifactId>sonar</artifactId>
-    <version>5.0-SNAPSHOT</version>
+    <version>5.0-RC3</version>
   </parent>
 
   <artifactId>sonar-duplications</artifactId>
diff --git a/sonar-graph/pom.xml b/sonar-graph/pom.xml
index 132a7ea540f..18563f8694c 100644
--- a/sonar-graph/pom.xml
+++ b/sonar-graph/pom.xml
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.codehaus.sonar</groupId>
     <artifactId>sonar</artifactId>
-    <version>5.0-SNAPSHOT</version>
+    <version>5.0-RC3</version>
     <relativePath>..</relativePath>
   </parent>
   <artifactId>sonar-graph</artifactId>
diff --git a/sonar-home/pom.xml b/sonar-home/pom.xml
index 88d3b4fd1ee..130a2e52df3 100644
--- a/sonar-home/pom.xml
+++ b/sonar-home/pom.xml
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.codehaus.sonar</groupId>
     <artifactId>sonar</artifactId>
-    <version>5.0-SNAPSHOT</version>
+    <version>5.0-RC3</version>
   </parent>
 
   <artifactId>sonar-home</artifactId>
diff --git a/sonar-java-api/pom.xml b/sonar-java-api/pom.xml
index 7c6d579d43f..74f04229a84 100644
--- a/sonar-java-api/pom.xml
+++ b/sonar-java-api/pom.xml
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.codehaus.sonar</groupId>
     <artifactId>sonar</artifactId>
-    <version>5.0-SNAPSHOT</version>
+    <version>5.0-RC3</version>
   </parent>
   <artifactId>sonar-java-api</artifactId>
   <name>SonarQube :: Java API</name>
diff --git a/sonar-markdown/pom.xml b/sonar-markdown/pom.xml
index e36b1369d99..11c255cfdfb 100644
--- a/sonar-markdown/pom.xml
+++ b/sonar-markdown/pom.xml
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.codehaus.sonar</groupId>
     <artifactId>sonar</artifactId>
-    <version>5.0-SNAPSHOT</version>
+    <version>5.0-RC3</version>
     <relativePath>..</relativePath>
   </parent>
 
diff --git a/sonar-plugin-api/pom.xml b/sonar-plugin-api/pom.xml
index 76316a3e95e..c3e46e91658 100644
--- a/sonar-plugin-api/pom.xml
+++ b/sonar-plugin-api/pom.xml
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.codehaus.sonar</groupId>
     <artifactId>sonar</artifactId>
-    <version>5.0-SNAPSHOT</version>
+    <version>5.0-RC3</version>
   </parent>
 
   <artifactId>sonar-plugin-api</artifactId>
diff --git a/sonar-testing-harness/pom.xml b/sonar-testing-harness/pom.xml
index fcb912699a0..fa30496500f 100644
--- a/sonar-testing-harness/pom.xml
+++ b/sonar-testing-harness/pom.xml
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.codehaus.sonar</groupId>
     <artifactId>sonar</artifactId>
-    <version>5.0-SNAPSHOT</version>
+    <version>5.0-RC3</version>
   </parent>
   <artifactId>sonar-testing-harness</artifactId>
   <packaging>jar</packaging>
-- 
cgit v1.2.3