aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@sonarsource.com>2017-03-03 16:06:14 +0100
committerSimon Brandhof <simon.brandhof@sonarsource.com>2017-03-03 16:06:14 +0100
commitb7ba1b5d7437391826e49d322fae6fed385f901b (patch)
tree79b03d1f08dc82c8b8a541c63f44eff912bcb8ef
parent1d7b875700eb54ea3a5c1e8527233fb5e7970aec (diff)
downloadsonarqube-b7ba1b5d7437391826e49d322fae6fed385f901b.tar.gz
sonarqube-b7ba1b5d7437391826e49d322fae6fed385f901b.zip
Publish 6.3-RC4
-rw-r--r--it/it-plugins/access-secured-props-plugin/pom.xml2
-rw-r--r--it/it-plugins/base-auth-plugin/pom.xml2
-rw-r--r--it/it-plugins/batch-plugin/pom.xml2
-rw-r--r--it/it-plugins/extension-lifecycle-plugin/pom.xml2
-rw-r--r--it/it-plugins/global-property-change-plugin/pom.xml2
-rw-r--r--it/it-plugins/issue-filter-plugin/pom.xml2
-rw-r--r--it/it-plugins/l10n-fr-pack/pom.xml2
-rw-r--r--it/it-plugins/license-plugin/pom.xml2
-rw-r--r--it/it-plugins/oauth2-auth-plugin/pom.xml2
-rw-r--r--it/it-plugins/pom.xml2
-rw-r--r--it/it-plugins/posttask-plugin/pom.xml2
-rw-r--r--it/it-plugins/project-builder-plugin/pom.xml2
-rw-r--r--it/it-plugins/property-relocation-plugin/pom.xml2
-rw-r--r--it/it-plugins/property-sets-plugin/pom.xml2
-rw-r--r--it/it-plugins/security-plugin/pom.xml2
-rw-r--r--it/it-plugins/server-plugin/pom.xml2
-rw-r--r--it/it-plugins/settings-encryption-plugin/pom.xml2
-rw-r--r--it/it-plugins/settings-plugin/pom.xml2
-rw-r--r--it/it-plugins/sonar-fake-plugin/pom.xml2
-rw-r--r--it/it-plugins/sonar-subcategories-plugin/pom.xml2
-rw-r--r--it/it-plugins/ui-extensions-plugin/pom.xml2
-rw-r--r--it/it-plugins/ws-plugin/pom.xml2
-rw-r--r--it/it-tests/pom.xml2
-rw-r--r--it/pom.xml2
-rw-r--r--plugins/sonar-xoo-plugin/pom.xml2
-rw-r--r--pom.xml2
-rw-r--r--server/pom.xml2
-rw-r--r--server/sonar-ce/pom.xml2
-rw-r--r--server/sonar-db-migration/pom.xml2
-rw-r--r--server/sonar-plugin-bridge/pom.xml2
-rw-r--r--server/sonar-process-monitor/pom.xml2
-rw-r--r--server/sonar-process/pom.xml2
-rw-r--r--server/sonar-search/pom.xml2
-rw-r--r--server/sonar-server/pom.xml2
-rw-r--r--server/sonar-web/pom.xml2
-rw-r--r--sonar-application/pom.xml2
-rw-r--r--sonar-check-api/pom.xml2
-rw-r--r--sonar-colorizer/pom.xml2
-rw-r--r--sonar-core/pom.xml2
-rw-r--r--sonar-db/pom.xml2
-rw-r--r--sonar-duplications/pom.xml2
-rw-r--r--sonar-home/pom.xml2
-rw-r--r--sonar-markdown/pom.xml2
-rw-r--r--sonar-plugin-api-deps/pom.xml2
-rw-r--r--sonar-plugin-api/pom.xml2
-rw-r--r--sonar-scanner-engine-shaded/pom.xml2
-rw-r--r--sonar-scanner-engine/pom.xml2
-rw-r--r--sonar-scanner-protocol/pom.xml2
-rw-r--r--sonar-testing-harness/pom.xml2
-rw-r--r--sonar-ws/pom.xml2
-rw-r--r--tests/perf/pom.xml2
-rw-r--r--tests/pom.xml2
-rw-r--r--tests/upgrade/pom.xml2
53 files changed, 53 insertions, 53 deletions
diff --git a/it/it-plugins/access-secured-props-plugin/pom.xml b/it/it-plugins/access-secured-props-plugin/pom.xml
index a028053ae41..b36f9b4b750 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 @@
<parent>
<groupId>org.sonarsource.sonarqube</groupId>
<artifactId>it-plugins</artifactId>
- <version>6.3-SNAPSHOT</version>
+ <version>6.3-RC4</version>
</parent>
<artifactId>access-secured-props-plugin</artifactId>
diff --git a/it/it-plugins/base-auth-plugin/pom.xml b/it/it-plugins/base-auth-plugin/pom.xml
index a490462b5db..5d0e02c1d12 100644
--- a/it/it-plugins/base-auth-plugin/pom.xml
+++ b/it/it-plugins/base-auth-plugin/pom.xml
@@ -6,7 +6,7 @@
<parent>
<groupId>org.sonarsource.sonarqube</groupId>
<artifactId>it-plugins</artifactId>
- <version>6.3-SNAPSHOT</version>
+ <version>6.3-RC4</version>
</parent>
<artifactId>base-auth-plugin</artifactId>
diff --git a/it/it-plugins/batch-plugin/pom.xml b/it/it-plugins/batch-plugin/pom.xml
index 15e8ff7afe9..5c32dacd417 100644
--- a/it/it-plugins/batch-plugin/pom.xml
+++ b/it/it-plugins/batch-plugin/pom.xml
@@ -4,7 +4,7 @@
<parent>
<groupId>org.sonarsource.sonarqube</groupId>
<artifactId>it-plugins</artifactId>
- <version>6.3-SNAPSHOT</version>
+ <version>6.3-RC4</version>
</parent>
<artifactId>batch-plugin</artifactId>
diff --git a/it/it-plugins/extension-lifecycle-plugin/pom.xml b/it/it-plugins/extension-lifecycle-plugin/pom.xml
index 5ec223dfa88..44d36aad6d2 100644
--- a/it/it-plugins/extension-lifecycle-plugin/pom.xml
+++ b/it/it-plugins/extension-lifecycle-plugin/pom.xml
@@ -4,7 +4,7 @@
<parent>
<groupId>org.sonarsource.sonarqube</groupId>
<artifactId>it-plugins</artifactId>
- <version>6.3-SNAPSHOT</version>
+ <version>6.3-RC4</version>
</parent>
<artifactId>extension-lifecycle-plugin</artifactId>
<version>1.0-SNAPSHOT</version>
diff --git a/it/it-plugins/global-property-change-plugin/pom.xml b/it/it-plugins/global-property-change-plugin/pom.xml
index df94ceee1ae..b53946dfc2a 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 @@
<parent>
<groupId>org.sonarsource.sonarqube</groupId>
<artifactId>it-plugins</artifactId>
- <version>6.3-SNAPSHOT</version>
+ <version>6.3-RC4</version>
</parent>
<artifactId>global-property-change-plugin</artifactId>
diff --git a/it/it-plugins/issue-filter-plugin/pom.xml b/it/it-plugins/issue-filter-plugin/pom.xml
index 697c457be4f..5093baba098 100644
--- a/it/it-plugins/issue-filter-plugin/pom.xml
+++ b/it/it-plugins/issue-filter-plugin/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.sonarsource.sonarqube</groupId>
<artifactId>it-plugins</artifactId>
- <version>6.3-SNAPSHOT</version>
+ <version>6.3-RC4</version>
</parent>
<artifactId>issue-filter-plugin</artifactId>
diff --git a/it/it-plugins/l10n-fr-pack/pom.xml b/it/it-plugins/l10n-fr-pack/pom.xml
index a3c4db2794f..31064449ca3 100644
--- a/it/it-plugins/l10n-fr-pack/pom.xml
+++ b/it/it-plugins/l10n-fr-pack/pom.xml
@@ -6,7 +6,7 @@
<parent>
<groupId>org.sonarsource.sonarqube</groupId>
<artifactId>it-plugins</artifactId>
- <version>6.3-SNAPSHOT</version>
+ <version>6.3-RC4</version>
</parent>
<artifactId>l10n-fr-pack</artifactId>
diff --git a/it/it-plugins/license-plugin/pom.xml b/it/it-plugins/license-plugin/pom.xml
index 326cb99de2a..e2355e14710 100644
--- a/it/it-plugins/license-plugin/pom.xml
+++ b/it/it-plugins/license-plugin/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.sonarsource.sonarqube</groupId>
<artifactId>it-plugins</artifactId>
- <version>6.3-SNAPSHOT</version>
+ <version>6.3-RC4</version>
</parent>
<artifactId>license-plugin</artifactId>
diff --git a/it/it-plugins/oauth2-auth-plugin/pom.xml b/it/it-plugins/oauth2-auth-plugin/pom.xml
index 660835a22ee..f86c41d4329 100644
--- a/it/it-plugins/oauth2-auth-plugin/pom.xml
+++ b/it/it-plugins/oauth2-auth-plugin/pom.xml
@@ -6,7 +6,7 @@
<parent>
<groupId>org.sonarsource.sonarqube</groupId>
<artifactId>it-plugins</artifactId>
- <version>6.3-SNAPSHOT</version>
+ <version>6.3-RC4</version>
</parent>
<artifactId>oauth2-auth-plugin</artifactId>
diff --git a/it/it-plugins/pom.xml b/it/it-plugins/pom.xml
index 6222e502c5f..65044893c63 100644
--- a/it/it-plugins/pom.xml
+++ b/it/it-plugins/pom.xml
@@ -6,7 +6,7 @@
<parent>
<groupId>org.sonarsource.sonarqube</groupId>
<artifactId>it</artifactId>
- <version>6.3-SNAPSHOT</version>
+ <version>6.3-RC4</version>
</parent>
<artifactId>it-plugins</artifactId>
<name>SonarQube Integration Tests :: Plugins</name>
diff --git a/it/it-plugins/posttask-plugin/pom.xml b/it/it-plugins/posttask-plugin/pom.xml
index 29f7797458e..82596793402 100644
--- a/it/it-plugins/posttask-plugin/pom.xml
+++ b/it/it-plugins/posttask-plugin/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.sonarsource.sonarqube</groupId>
<artifactId>it-plugins</artifactId>
- <version>6.3-SNAPSHOT</version>
+ <version>6.3-RC4</version>
</parent>
<artifactId>posttask-plugin</artifactId>
diff --git a/it/it-plugins/project-builder-plugin/pom.xml b/it/it-plugins/project-builder-plugin/pom.xml
index 833aa851f80..82c8de46f7a 100644
--- a/it/it-plugins/project-builder-plugin/pom.xml
+++ b/it/it-plugins/project-builder-plugin/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.sonarsource.sonarqube</groupId>
<artifactId>it-plugins</artifactId>
- <version>6.3-SNAPSHOT</version>
+ <version>6.3-RC4</version>
</parent>
<artifactId>project-builder-plugin</artifactId>
<version>1.0-SNAPSHOT</version>
diff --git a/it/it-plugins/property-relocation-plugin/pom.xml b/it/it-plugins/property-relocation-plugin/pom.xml
index aaf012fc6a0..bd0e3735375 100644
--- a/it/it-plugins/property-relocation-plugin/pom.xml
+++ b/it/it-plugins/property-relocation-plugin/pom.xml
@@ -6,7 +6,7 @@
<parent>
<groupId>org.sonarsource.sonarqube</groupId>
<artifactId>it-plugins</artifactId>
- <version>6.3-SNAPSHOT</version>
+ <version>6.3-RC4</version>
</parent>
<artifactId>property-relocation-plugin</artifactId>
diff --git a/it/it-plugins/property-sets-plugin/pom.xml b/it/it-plugins/property-sets-plugin/pom.xml
index f2a92a6325d..d014f7a5e18 100644
--- a/it/it-plugins/property-sets-plugin/pom.xml
+++ b/it/it-plugins/property-sets-plugin/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.sonarsource.sonarqube</groupId>
<artifactId>it-plugins</artifactId>
- <version>6.3-SNAPSHOT</version>
+ <version>6.3-RC4</version>
</parent>
<artifactId>property-sets-plugin</artifactId>
diff --git a/it/it-plugins/security-plugin/pom.xml b/it/it-plugins/security-plugin/pom.xml
index 7545e884202..39a7c13344c 100644
--- a/it/it-plugins/security-plugin/pom.xml
+++ b/it/it-plugins/security-plugin/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.sonarsource.sonarqube</groupId>
<artifactId>it-plugins</artifactId>
- <version>6.3-SNAPSHOT</version>
+ <version>6.3-RC4</version>
</parent>
<artifactId>security-plugin</artifactId>
diff --git a/it/it-plugins/server-plugin/pom.xml b/it/it-plugins/server-plugin/pom.xml
index 5fe005ea0bc..55deb6907b4 100644
--- a/it/it-plugins/server-plugin/pom.xml
+++ b/it/it-plugins/server-plugin/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.sonarsource.sonarqube</groupId>
<artifactId>it-plugins</artifactId>
- <version>6.3-SNAPSHOT</version>
+ <version>6.3-RC4</version>
</parent>
<artifactId>server-plugin</artifactId>
diff --git a/it/it-plugins/settings-encryption-plugin/pom.xml b/it/it-plugins/settings-encryption-plugin/pom.xml
index ab37866892a..f4af2d8d2c1 100644
--- a/it/it-plugins/settings-encryption-plugin/pom.xml
+++ b/it/it-plugins/settings-encryption-plugin/pom.xml
@@ -4,7 +4,7 @@
<parent>
<groupId>org.sonarsource.sonarqube</groupId>
<artifactId>it-plugins</artifactId>
- <version>6.3-SNAPSHOT</version>
+ <version>6.3-RC4</version>
</parent>
<artifactId>settings-encryption-plugin</artifactId>
<version>1.0-SNAPSHOT</version>
diff --git a/it/it-plugins/settings-plugin/pom.xml b/it/it-plugins/settings-plugin/pom.xml
index 05e2ed5ec5a..fef55c859c1 100644
--- a/it/it-plugins/settings-plugin/pom.xml
+++ b/it/it-plugins/settings-plugin/pom.xml
@@ -6,7 +6,7 @@
<parent>
<groupId>org.sonarsource.sonarqube</groupId>
<artifactId>it-plugins</artifactId>
- <version>6.3-SNAPSHOT</version>
+ <version>6.3-RC4</version>
</parent>
<artifactId>settings-plugin</artifactId>
diff --git a/it/it-plugins/sonar-fake-plugin/pom.xml b/it/it-plugins/sonar-fake-plugin/pom.xml
index f3b120aa4fa..160cd5918de 100644
--- a/it/it-plugins/sonar-fake-plugin/pom.xml
+++ b/it/it-plugins/sonar-fake-plugin/pom.xml
@@ -6,7 +6,7 @@
<parent>
<groupId>org.sonarsource.sonarqube</groupId>
<artifactId>it-plugins</artifactId>
- <version>6.3-SNAPSHOT</version>
+ <version>6.3-RC4</version>
</parent>
<artifactId>sonar-fake-plugin</artifactId>
diff --git a/it/it-plugins/sonar-subcategories-plugin/pom.xml b/it/it-plugins/sonar-subcategories-plugin/pom.xml
index 83af53b2749..705fc7f6d01 100644
--- a/it/it-plugins/sonar-subcategories-plugin/pom.xml
+++ b/it/it-plugins/sonar-subcategories-plugin/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.sonarsource.sonarqube</groupId>
<artifactId>it-plugins</artifactId>
- <version>6.3-SNAPSHOT</version>
+ <version>6.3-RC4</version>
</parent>
<artifactId>sonar-subcategories-plugin</artifactId>
diff --git a/it/it-plugins/ui-extensions-plugin/pom.xml b/it/it-plugins/ui-extensions-plugin/pom.xml
index 8c5691f157e..f18e0d45898 100644
--- a/it/it-plugins/ui-extensions-plugin/pom.xml
+++ b/it/it-plugins/ui-extensions-plugin/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.sonarsource.sonarqube</groupId>
<artifactId>it-plugins</artifactId>
- <version>6.3-SNAPSHOT</version>
+ <version>6.3-RC4</version>
</parent>
<artifactId>ui-extensions-plugin</artifactId>
diff --git a/it/it-plugins/ws-plugin/pom.xml b/it/it-plugins/ws-plugin/pom.xml
index 61c8636531e..3d09ed25cb7 100644
--- a/it/it-plugins/ws-plugin/pom.xml
+++ b/it/it-plugins/ws-plugin/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.sonarsource.sonarqube</groupId>
<artifactId>it-plugins</artifactId>
- <version>6.3-SNAPSHOT</version>
+ <version>6.3-RC4</version>
</parent>
<artifactId>ws-plugin</artifactId>
diff --git a/it/it-tests/pom.xml b/it/it-tests/pom.xml
index 8b656b5fd13..5b6a3a13b35 100644
--- a/it/it-tests/pom.xml
+++ b/it/it-tests/pom.xml
@@ -6,7 +6,7 @@
<parent>
<groupId>org.sonarsource.sonarqube</groupId>
<artifactId>it</artifactId>
- <version>6.3-SNAPSHOT</version>
+ <version>6.3-RC4</version>
</parent>
<artifactId>it-tests</artifactId>
<name>SonarQube Integration Tests :: Tests</name>
diff --git a/it/pom.xml b/it/pom.xml
index b2d3bfc7e56..b84bda3075f 100644
--- a/it/pom.xml
+++ b/it/pom.xml
@@ -6,7 +6,7 @@
<parent>
<groupId>org.sonarsource.sonarqube</groupId>
<artifactId>sonarqube</artifactId>
- <version>6.3-SNAPSHOT</version>
+ <version>6.3-RC4</version>
</parent>
<artifactId>it</artifactId>
diff --git a/plugins/sonar-xoo-plugin/pom.xml b/plugins/sonar-xoo-plugin/pom.xml
index e67abb8af1a..b3e6ea86f33 100644
--- a/plugins/sonar-xoo-plugin/pom.xml
+++ b/plugins/sonar-xoo-plugin/pom.xml
@@ -4,7 +4,7 @@
<parent>
<groupId>org.sonarsource.sonarqube</groupId>
<artifactId>sonarqube</artifactId>
- <version>6.3-SNAPSHOT</version>
+ <version>6.3-RC4</version>
<relativePath>../..</relativePath>
</parent>
<artifactId>sonar-xoo-plugin</artifactId>
diff --git a/pom.xml b/pom.xml
index c1bec7d0c10..d8727d6bbce 100644
--- a/pom.xml
+++ b/pom.xml
@@ -10,7 +10,7 @@
<groupId>org.sonarsource.sonarqube</groupId>
<artifactId>sonarqube</artifactId>
<packaging>pom</packaging>
- <version>6.3-SNAPSHOT</version>
+ <version>6.3-RC4</version>
<name>SonarQube</name>
<url>http://www.sonarqube.org/</url>
<description>Open source platform for continuous inspection of code quality</description>
diff --git a/server/pom.xml b/server/pom.xml
index 87b5b722840..e62a6a51ecb 100644
--- a/server/pom.xml
+++ b/server/pom.xml
@@ -4,7 +4,7 @@
<parent>
<groupId>org.sonarsource.sonarqube</groupId>
<artifactId>sonarqube</artifactId>
- <version>6.3-SNAPSHOT</version>
+ <version>6.3-RC4</version>
</parent>
<artifactId>server</artifactId>
<packaging>pom</packaging>
diff --git a/server/sonar-ce/pom.xml b/server/sonar-ce/pom.xml
index 98bec5720a3..09226004547 100644
--- a/server/sonar-ce/pom.xml
+++ b/server/sonar-ce/pom.xml
@@ -4,7 +4,7 @@
<parent>
<groupId>org.sonarsource.sonarqube</groupId>
<artifactId>server</artifactId>
- <version>6.3-SNAPSHOT</version>
+ <version>6.3-RC4</version>
<relativePath>..</relativePath>
</parent>
<artifactId>sonar-ce</artifactId>
diff --git a/server/sonar-db-migration/pom.xml b/server/sonar-db-migration/pom.xml
index 21f004d69eb..5a5f14e9e88 100644
--- a/server/sonar-db-migration/pom.xml
+++ b/server/sonar-db-migration/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.sonarsource.sonarqube</groupId>
<artifactId>server</artifactId>
- <version>6.3-SNAPSHOT</version>
+ <version>6.3-RC4</version>
</parent>
<artifactId>sonar-db-migration</artifactId>
diff --git a/server/sonar-plugin-bridge/pom.xml b/server/sonar-plugin-bridge/pom.xml
index 0008f2d3a1b..7cbffe759ce 100644
--- a/server/sonar-plugin-bridge/pom.xml
+++ b/server/sonar-plugin-bridge/pom.xml
@@ -4,7 +4,7 @@
<parent>
<groupId>org.sonarsource.sonarqube</groupId>
<artifactId>server</artifactId>
- <version>6.3-SNAPSHOT</version>
+ <version>6.3-RC4</version>
<relativePath>..</relativePath>
</parent>
<artifactId>sonar-plugin-bridge</artifactId>
diff --git a/server/sonar-process-monitor/pom.xml b/server/sonar-process-monitor/pom.xml
index c4eb642197e..06075bf5872 100644
--- a/server/sonar-process-monitor/pom.xml
+++ b/server/sonar-process-monitor/pom.xml
@@ -4,7 +4,7 @@
<parent>
<groupId>org.sonarsource.sonarqube</groupId>
<artifactId>server</artifactId>
- <version>6.3-SNAPSHOT</version>
+ <version>6.3-RC4</version>
<relativePath>../</relativePath>
</parent>
diff --git a/server/sonar-process/pom.xml b/server/sonar-process/pom.xml
index 1ca99a3259e..51caee8a70e 100644
--- a/server/sonar-process/pom.xml
+++ b/server/sonar-process/pom.xml
@@ -4,7 +4,7 @@
<parent>
<groupId>org.sonarsource.sonarqube</groupId>
<artifactId>server</artifactId>
- <version>6.3-SNAPSHOT</version>
+ <version>6.3-RC4</version>
<relativePath>../</relativePath>
</parent>
diff --git a/server/sonar-search/pom.xml b/server/sonar-search/pom.xml
index 63f8141ab88..6e7eb572a9e 100644
--- a/server/sonar-search/pom.xml
+++ b/server/sonar-search/pom.xml
@@ -4,7 +4,7 @@
<parent>
<groupId>org.sonarsource.sonarqube</groupId>
<artifactId>server</artifactId>
- <version>6.3-SNAPSHOT</version>
+ <version>6.3-RC4</version>
<relativePath>../</relativePath>
</parent>
diff --git a/server/sonar-server/pom.xml b/server/sonar-server/pom.xml
index 129faac8c14..d59b2c6b617 100644
--- a/server/sonar-server/pom.xml
+++ b/server/sonar-server/pom.xml
@@ -4,7 +4,7 @@
<parent>
<groupId>org.sonarsource.sonarqube</groupId>
<artifactId>server</artifactId>
- <version>6.3-SNAPSHOT</version>
+ <version>6.3-RC4</version>
<relativePath>..</relativePath>
</parent>
<artifactId>sonar-server</artifactId>
diff --git a/server/sonar-web/pom.xml b/server/sonar-web/pom.xml
index 0b81a4f6775..b160a3ecf65 100644
--- a/server/sonar-web/pom.xml
+++ b/server/sonar-web/pom.xml
@@ -4,7 +4,7 @@
<parent>
<groupId>org.sonarsource.sonarqube</groupId>
<artifactId>server</artifactId>
- <version>6.3-SNAPSHOT</version>
+ <version>6.3-RC4</version>
<relativePath>..</relativePath>
</parent>
<artifactId>sonar-web</artifactId>
diff --git a/sonar-application/pom.xml b/sonar-application/pom.xml
index bdaffdd326f..7d4e010e2d9 100644
--- a/sonar-application/pom.xml
+++ b/sonar-application/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.sonarsource.sonarqube</groupId>
<artifactId>sonarqube</artifactId>
- <version>6.3-SNAPSHOT</version>
+ <version>6.3-RC4</version>
</parent>
<artifactId>sonar-application</artifactId>
diff --git a/sonar-check-api/pom.xml b/sonar-check-api/pom.xml
index 215d9223d53..129c1058725 100644
--- a/sonar-check-api/pom.xml
+++ b/sonar-check-api/pom.xml
@@ -4,7 +4,7 @@
<parent>
<groupId>org.sonarsource.sonarqube</groupId>
<artifactId>sonarqube</artifactId>
- <version>6.3-SNAPSHOT</version>
+ <version>6.3-RC4</version>
<relativePath>..</relativePath>
</parent>
<artifactId>sonar-check-api</artifactId>
diff --git a/sonar-colorizer/pom.xml b/sonar-colorizer/pom.xml
index f375f044b9c..71a8d43d1ee 100644
--- a/sonar-colorizer/pom.xml
+++ b/sonar-colorizer/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.sonarsource.sonarqube</groupId>
<artifactId>sonarqube</artifactId>
- <version>6.3-SNAPSHOT</version>
+ <version>6.3-RC4</version>
<relativePath>..</relativePath>
</parent>
diff --git a/sonar-core/pom.xml b/sonar-core/pom.xml
index 98c1a8f8339..8b3f497e752 100644
--- a/sonar-core/pom.xml
+++ b/sonar-core/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.sonarsource.sonarqube</groupId>
<artifactId>sonarqube</artifactId>
- <version>6.3-SNAPSHOT</version>
+ <version>6.3-RC4</version>
</parent>
<artifactId>sonar-core</artifactId>
diff --git a/sonar-db/pom.xml b/sonar-db/pom.xml
index afdecf49170..0fd256c4fd6 100644
--- a/sonar-db/pom.xml
+++ b/sonar-db/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.sonarsource.sonarqube</groupId>
<artifactId>sonarqube</artifactId>
- <version>6.3-SNAPSHOT</version>
+ <version>6.3-RC4</version>
</parent>
<artifactId>sonar-db</artifactId>
diff --git a/sonar-duplications/pom.xml b/sonar-duplications/pom.xml
index 7de1a772956..eed95c25f49 100644
--- a/sonar-duplications/pom.xml
+++ b/sonar-duplications/pom.xml
@@ -4,7 +4,7 @@
<parent>
<groupId>org.sonarsource.sonarqube</groupId>
<artifactId>sonarqube</artifactId>
- <version>6.3-SNAPSHOT</version>
+ <version>6.3-RC4</version>
</parent>
<artifactId>sonar-duplications</artifactId>
diff --git a/sonar-home/pom.xml b/sonar-home/pom.xml
index 9d976ef354c..78cfa2aadf0 100644
--- a/sonar-home/pom.xml
+++ b/sonar-home/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.sonarsource.sonarqube</groupId>
<artifactId>sonarqube</artifactId>
- <version>6.3-SNAPSHOT</version>
+ <version>6.3-RC4</version>
</parent>
<artifactId>sonar-home</artifactId>
diff --git a/sonar-markdown/pom.xml b/sonar-markdown/pom.xml
index 6145b73cad3..94a598f0d8f 100644
--- a/sonar-markdown/pom.xml
+++ b/sonar-markdown/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.sonarsource.sonarqube</groupId>
<artifactId>sonarqube</artifactId>
- <version>6.3-SNAPSHOT</version>
+ <version>6.3-RC4</version>
<relativePath>..</relativePath>
</parent>
diff --git a/sonar-plugin-api-deps/pom.xml b/sonar-plugin-api-deps/pom.xml
index cc83c5a9526..3fe13c7daa4 100644
--- a/sonar-plugin-api-deps/pom.xml
+++ b/sonar-plugin-api-deps/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.sonarsource.sonarqube</groupId>
<artifactId>sonarqube</artifactId>
- <version>6.3-SNAPSHOT</version>
+ <version>6.3-RC4</version>
</parent>
<artifactId>sonar-plugin-api-deps</artifactId>
diff --git a/sonar-plugin-api/pom.xml b/sonar-plugin-api/pom.xml
index ee6b21c7cf7..55eb8617f7e 100644
--- a/sonar-plugin-api/pom.xml
+++ b/sonar-plugin-api/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.sonarsource.sonarqube</groupId>
<artifactId>sonarqube</artifactId>
- <version>6.3-SNAPSHOT</version>
+ <version>6.3-RC4</version>
</parent>
<artifactId>sonar-plugin-api</artifactId>
diff --git a/sonar-scanner-engine-shaded/pom.xml b/sonar-scanner-engine-shaded/pom.xml
index f97b394f57e..226e8b8da7b 100644
--- a/sonar-scanner-engine-shaded/pom.xml
+++ b/sonar-scanner-engine-shaded/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.sonarsource.sonarqube</groupId>
<artifactId>sonarqube</artifactId>
- <version>6.3-SNAPSHOT</version>
+ <version>6.3-RC4</version>
</parent>
<artifactId>sonar-scanner-engine-shaded</artifactId>
diff --git a/sonar-scanner-engine/pom.xml b/sonar-scanner-engine/pom.xml
index 1e1342d2659..dd9628b755a 100644
--- a/sonar-scanner-engine/pom.xml
+++ b/sonar-scanner-engine/pom.xml
@@ -4,7 +4,7 @@
<parent>
<groupId>org.sonarsource.sonarqube</groupId>
<artifactId>sonarqube</artifactId>
- <version>6.3-SNAPSHOT</version>
+ <version>6.3-RC4</version>
</parent>
<artifactId>sonar-scanner-engine</artifactId>
diff --git a/sonar-scanner-protocol/pom.xml b/sonar-scanner-protocol/pom.xml
index 8b903c67255..7d4de1cfbaf 100644
--- a/sonar-scanner-protocol/pom.xml
+++ b/sonar-scanner-protocol/pom.xml
@@ -4,7 +4,7 @@
<parent>
<groupId>org.sonarsource.sonarqube</groupId>
<artifactId>sonarqube</artifactId>
- <version>6.3-SNAPSHOT</version>
+ <version>6.3-RC4</version>
</parent>
<artifactId>sonar-scanner-protocol</artifactId>
diff --git a/sonar-testing-harness/pom.xml b/sonar-testing-harness/pom.xml
index 22817c7c105..e09e13bb593 100644
--- a/sonar-testing-harness/pom.xml
+++ b/sonar-testing-harness/pom.xml
@@ -4,7 +4,7 @@
<parent>
<groupId>org.sonarsource.sonarqube</groupId>
<artifactId>sonarqube</artifactId>
- <version>6.3-SNAPSHOT</version>
+ <version>6.3-RC4</version>
</parent>
<artifactId>sonar-testing-harness</artifactId>
<packaging>jar</packaging>
diff --git a/sonar-ws/pom.xml b/sonar-ws/pom.xml
index 31162bdfae9..f2d48488d13 100644
--- a/sonar-ws/pom.xml
+++ b/sonar-ws/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.sonarsource.sonarqube</groupId>
<artifactId>sonarqube</artifactId>
- <version>6.3-SNAPSHOT</version>
+ <version>6.3-RC4</version>
</parent>
<artifactId>sonar-ws</artifactId>
diff --git a/tests/perf/pom.xml b/tests/perf/pom.xml
index d385f5d48fe..98d139665c9 100644
--- a/tests/perf/pom.xml
+++ b/tests/perf/pom.xml
@@ -6,7 +6,7 @@
<parent>
<groupId>org.sonarsource.sonarqube</groupId>
<artifactId>tests</artifactId>
- <version>6.3-SNAPSHOT</version>
+ <version>6.3-RC4</version>
</parent>
<artifactId>perf</artifactId>
diff --git a/tests/pom.xml b/tests/pom.xml
index 6f4440b9187..eade4929d11 100644
--- a/tests/pom.xml
+++ b/tests/pom.xml
@@ -7,7 +7,7 @@
<parent>
<groupId>org.sonarsource.sonarqube</groupId>
<artifactId>sonarqube</artifactId>
- <version>6.3-SNAPSHOT</version>
+ <version>6.3-RC4</version>
</parent>
<artifactId>tests</artifactId>
diff --git a/tests/upgrade/pom.xml b/tests/upgrade/pom.xml
index eddab9a40ae..05ce3449e80 100644
--- a/tests/upgrade/pom.xml
+++ b/tests/upgrade/pom.xml
@@ -6,7 +6,7 @@
<parent>
<groupId>org.sonarsource.sonarqube</groupId>
<artifactId>tests</artifactId>
- <version>6.3-SNAPSHOT</version>
+ <version>6.3-RC4</version>
</parent>
<artifactId>upgrade</artifactId>