]> source.dussan.org Git - sonarqube.git/commitdiff
Release 6.5-RC2 6.5-RC2
authorSimon Brandhof <simon.brandhof@sonarsource.com>
Mon, 24 Jul 2017 15:42:40 +0000 (17:42 +0200)
committerSimon Brandhof <simon.brandhof@sonarsource.com>
Mon, 24 Jul 2017 15:42:40 +0000 (17:42 +0200)
54 files changed:
plugins/sonar-xoo-plugin/pom.xml
pom.xml
server/pom.xml
server/sonar-ce-api/pom.xml
server/sonar-ce/pom.xml
server/sonar-db-core/pom.xml
server/sonar-db-dao/pom.xml
server/sonar-db-migration/pom.xml
server/sonar-db-testing/pom.xml
server/sonar-plugin-bridge/pom.xml
server/sonar-process-monitor/pom.xml
server/sonar-process/pom.xml
server/sonar-search/pom.xml
server/sonar-server/pom.xml
server/sonar-web/pom.xml
sonar-application/pom.xml
sonar-check-api/pom.xml
sonar-core/pom.xml
sonar-duplications/pom.xml
sonar-home/pom.xml
sonar-markdown/pom.xml
sonar-plugin-api-deps/pom.xml
sonar-plugin-api/pom.xml
sonar-scanner-engine-shaded/pom.xml
sonar-scanner-engine/pom.xml
sonar-scanner-protocol/pom.xml
sonar-testing-harness/pom.xml
sonar-ws/pom.xml
tests/plugins/access-secured-props-plugin/pom.xml
tests/plugins/base-auth-plugin/pom.xml
tests/plugins/batch-plugin/pom.xml
tests/plugins/extension-lifecycle-plugin/pom.xml
tests/plugins/fake-billing-plugin/pom.xml
tests/plugins/foo-plugin-v1/pom.xml
tests/plugins/foo-plugin-v2/pom.xml
tests/plugins/global-property-change-plugin/pom.xml
tests/plugins/issue-filter-plugin/pom.xml
tests/plugins/l10n-fr-pack/pom.xml
tests/plugins/license-plugin/pom.xml
tests/plugins/oauth2-auth-plugin/pom.xml
tests/plugins/pom.xml
tests/plugins/posttask-plugin/pom.xml
tests/plugins/project-builder-plugin/pom.xml
tests/plugins/property-relocation-plugin/pom.xml
tests/plugins/property-sets-plugin/pom.xml
tests/plugins/security-plugin/pom.xml
tests/plugins/server-plugin/pom.xml
tests/plugins/settings-encryption-plugin/pom.xml
tests/plugins/settings-plugin/pom.xml
tests/plugins/sonar-fake-plugin/pom.xml
tests/plugins/sonar-subcategories-plugin/pom.xml
tests/plugins/ui-extensions-plugin/pom.xml
tests/plugins/ws-plugin/pom.xml
tests/pom.xml

index 6e1b82d8aee26effb055a654b99203709cabeee0..d701114fafa4958c9cdc47f977a1b13336e7ec31 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube</groupId>
     <artifactId>sonarqube</artifactId>
-    <version>6.5-SNAPSHOT</version>
+    <version>6.5-RC2</version>
     <relativePath>../..</relativePath>
   </parent>
   <artifactId>sonar-xoo-plugin</artifactId>
diff --git a/pom.xml b/pom.xml
index 1275d20d002f2097079e6445fa5f2b8d1e18a8f4..30b07d4e3f23c1861569ec8e12eec4857cb3bbc8 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -11,7 +11,7 @@
   <groupId>org.sonarsource.sonarqube</groupId>
   <artifactId>sonarqube</artifactId>
   <packaging>pom</packaging>
-  <version>6.5-SNAPSHOT</version>
+  <version>6.5-RC2</version>
   <name>SonarQube</name>
   <url>http://www.sonarqube.org/</url>
   <description>Open source platform for continuous inspection of code quality</description>
index c1c2c952b5c1dd4c4e960f4d2e2078b706b6f682..62639595651c189b7ec92b3dd68570f9d6f09fec 100644 (file)
@@ -6,7 +6,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube</groupId>
     <artifactId>sonarqube</artifactId>
-    <version>6.5-SNAPSHOT</version>
+    <version>6.5-RC2</version>
   </parent>
   <artifactId>server</artifactId>
   <packaging>pom</packaging>
index de560878462fd9c1c5dd4c36bfbb5fe41ff16cd5..523319bbb55c5efbab31489bc800bafd305a7b07 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube</groupId>
     <artifactId>server</artifactId>
-    <version>6.5-SNAPSHOT</version>
+    <version>6.5-RC2</version>
     <relativePath>..</relativePath>
   </parent>
   <artifactId>sonar-ce-api</artifactId>
index 05771947528fc81385d2b143e241de4146575a99..f1ed00c2e19a628d6363ee57352ca58cb90d1761 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube</groupId>
     <artifactId>server</artifactId>
-    <version>6.5-SNAPSHOT</version>
+    <version>6.5-RC2</version>
     <relativePath>..</relativePath>
   </parent>
   <artifactId>sonar-ce</artifactId>
index 25a85a93448238071324a881217aa3c3f039a962..8299d6620bb9cf6bfe851bf3bb625df6011d733f 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube</groupId>
     <artifactId>server</artifactId>
-    <version>6.5-SNAPSHOT</version>
+    <version>6.5-RC2</version>
   </parent>
 
   <artifactId>sonar-db-core</artifactId>
index b5ca3ab9c6bd0fe7c77c17307c605b347824cf9b..944447587ed0f0f1375eef2643e62d33186bdf81 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube</groupId>
     <artifactId>server</artifactId>
-    <version>6.5-SNAPSHOT</version>
+    <version>6.5-RC2</version>
   </parent>
 
   <artifactId>sonar-db-dao</artifactId>
index 923106f360034060c0b152a85e1cdc254dc0b7b0..b8587d74d013091425d40739be50e813b5f05fef 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube</groupId>
     <artifactId>server</artifactId>
-    <version>6.5-SNAPSHOT</version>
+    <version>6.5-RC2</version>
   </parent>
 
   <artifactId>sonar-db-migration</artifactId>
index ac2026f40a706e704017b9b49905f54963eb9100..bcd4e68d0d55573716bed5fe9687ae2225ec426e 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube</groupId>
     <artifactId>server</artifactId>
-    <version>6.5-SNAPSHOT</version>
+    <version>6.5-RC2</version>
   </parent>
 
   <artifactId>sonar-db-testing</artifactId>
index 2359d8ff6a428d3ed3f187c46cac9ebec7e77623..07779e622ccf96189215649656de19eebe1b2818 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube</groupId>
     <artifactId>server</artifactId>
-    <version>6.5-SNAPSHOT</version>
+    <version>6.5-RC2</version>
     <relativePath>..</relativePath>
   </parent>
   <artifactId>sonar-plugin-bridge</artifactId>
index 15559f8667853c6e37eddea85dc26b30e2f96613..22c43903bb0a4d3c07e680dbf8106e9d574242f1 100644 (file)
@@ -6,7 +6,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube</groupId>
     <artifactId>server</artifactId>
-    <version>6.5-SNAPSHOT</version>
+    <version>6.5-RC2</version>
     <relativePath>../</relativePath>
   </parent>
 
index 87917d0014807c6c757971893ba94cf4d614e04b..7f5a2ed8c5987438f596f3fb57e6eda9d2ae6b37 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube</groupId>
     <artifactId>server</artifactId>
-    <version>6.5-SNAPSHOT</version>
+    <version>6.5-RC2</version>
     <relativePath>../</relativePath>
   </parent>
 
index 06813725bdd0ac034c56dc80d98e6bc2654d3797..85bdae60e390040a45d48fd174758ab059eeee64 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube</groupId>
     <artifactId>server</artifactId>
-    <version>6.5-SNAPSHOT</version>
+    <version>6.5-RC2</version>
     <relativePath>../</relativePath>
   </parent>
 
index 89053a27fcbc2714807b37e4f5234422a94b32cd..2b2bbed2693f329204f9ba2978dcff561490c675 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube</groupId>
     <artifactId>server</artifactId>
-    <version>6.5-SNAPSHOT</version>
+    <version>6.5-RC2</version>
     <relativePath>..</relativePath>
   </parent>
   <artifactId>sonar-server</artifactId>
index 1dcee73aa51f0f80c6ccf94f834baf49681bfa86..338f11578ca9bb6e9f49700d9cf6284c8bb5870c 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube</groupId>
     <artifactId>server</artifactId>
-    <version>6.5-SNAPSHOT</version>
+    <version>6.5-RC2</version>
     <relativePath>..</relativePath>
   </parent>
   <artifactId>sonar-web</artifactId>
index 5cce65ec797ac906c1c7fe46eeb6bc27e80637e3..34849ecb4494c862b7437a6e1c2917e32fa41d79 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube</groupId>
     <artifactId>sonarqube</artifactId>
-    <version>6.5-SNAPSHOT</version>
+    <version>6.5-RC2</version>
   </parent>
 
   <artifactId>sonar-application</artifactId>
index 3d0dfa8be452ffa4292b3847598b4fc84284a9e3..3f807dc8b852809ff19ceb0b40ed0ce8e037e402 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube</groupId>
     <artifactId>sonarqube</artifactId>
-    <version>6.5-SNAPSHOT</version>
+    <version>6.5-RC2</version>
     <relativePath>..</relativePath>
   </parent>
   <artifactId>sonar-check-api</artifactId>
index b0819da670d43cfcfc472d3cc00dc07341cacf05..dc20e2ef13e9ccdfa3c0f48d031a509206f0fadd 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube</groupId>
     <artifactId>sonarqube</artifactId>
-    <version>6.5-SNAPSHOT</version>
+    <version>6.5-RC2</version>
   </parent>
 
   <artifactId>sonar-core</artifactId>
index 29a55bac3c28aaa598fab88d304f827f9720c1c1..576199e4e93dfeea7ee552c60f5cef8c80c01ead 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube</groupId>
     <artifactId>sonarqube</artifactId>
-    <version>6.5-SNAPSHOT</version>
+    <version>6.5-RC2</version>
   </parent>
 
   <artifactId>sonar-duplications</artifactId>
index 141e73a2de270af2586d453c79d63be759ffe093..deaf093406eeca0e1ca7be43ba812768057ccf34 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube</groupId>
     <artifactId>sonarqube</artifactId>
-    <version>6.5-SNAPSHOT</version>
+    <version>6.5-RC2</version>
   </parent>
 
   <artifactId>sonar-home</artifactId>
index d48d0ad0debf5e5e50f45044d5587e39f7e343cf..a8a1728986d0bf058ddeadb3d8245f97947d1e63 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube</groupId>
     <artifactId>sonarqube</artifactId>
-    <version>6.5-SNAPSHOT</version>
+    <version>6.5-RC2</version>
     <relativePath>..</relativePath>
   </parent>
 
index 2befee2921dfa05f853e0a8787284b9d9b9c2fd4..8efc01585732381efe39d827c1cc262312e34684 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube</groupId>
     <artifactId>sonarqube</artifactId>
-    <version>6.5-SNAPSHOT</version>
+    <version>6.5-RC2</version>
   </parent>
 
   <artifactId>sonar-plugin-api-deps</artifactId>
index c3b025f3183b680a561cf8c6303226e7a0e5f9fe..a717e7a73141c2e37d38bdbc4a9a4f60b3be91c5 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube</groupId>
     <artifactId>sonarqube</artifactId>
-    <version>6.5-SNAPSHOT</version>
+    <version>6.5-RC2</version>
   </parent>
 
   <artifactId>sonar-plugin-api</artifactId>
index bdb018b9c825f5ba09c5929137967e602114f77e..e719c52248145f230032c19c55417fe1e5b74543 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube</groupId>
     <artifactId>sonarqube</artifactId>
-    <version>6.5-SNAPSHOT</version>
+    <version>6.5-RC2</version>
   </parent>
 
   <artifactId>sonar-scanner-engine-shaded</artifactId>
index 5b4192b82f3338282858d24d17fd3bbe49e5107d..313aeaf8d94ba09870c602bc934979b14a9090fe 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube</groupId>
     <artifactId>sonarqube</artifactId>
-    <version>6.5-SNAPSHOT</version>
+    <version>6.5-RC2</version>
   </parent>
 
   <artifactId>sonar-scanner-engine</artifactId>
index 97c3a980b014b13b65e92c618c5ffdce81800be3..dc6ce13d8681c4f82b19e686b6282be255393473 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube</groupId>
     <artifactId>sonarqube</artifactId>
-    <version>6.5-SNAPSHOT</version>
+    <version>6.5-RC2</version>
   </parent>
 
   <artifactId>sonar-scanner-protocol</artifactId>
index c2e4f04941a43f9779e9e8944e00106c35a49dd6..af32fdb06927f1b78626c767d63aece2f08220a2 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube</groupId>
     <artifactId>sonarqube</artifactId>
-    <version>6.5-SNAPSHOT</version>
+    <version>6.5-RC2</version>
   </parent>
   <artifactId>sonar-testing-harness</artifactId>
   <packaging>jar</packaging>
index 6044630bf86a441503acbf734595f2f910992be0..167163243fe07a0bf2ced759b9b06709b636fad8 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube</groupId>
     <artifactId>sonarqube</artifactId>
-    <version>6.5-SNAPSHOT</version>
+    <version>6.5-RC2</version>
   </parent>
 
   <artifactId>sonar-ws</artifactId>
index 2b5c86d40657801a25e4d7f0f218e18341b3eab6..2421b82e34d660cd31598b46e38416ec125a59a9 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube.tests</groupId>
     <artifactId>plugins</artifactId>
-    <version>6.5-SNAPSHOT</version>
+    <version>6.5-RC2</version>
   </parent>
 
   <artifactId>access-secured-props-plugin</artifactId>
index b9ba09d79abdd85d20e6f23638c0c1c6a305dd8d..1184b93a2770a7556c2727bcf0250b12962f909b 100644 (file)
@@ -6,7 +6,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube.tests</groupId>
     <artifactId>plugins</artifactId>
-    <version>6.5-SNAPSHOT</version>
+    <version>6.5-RC2</version>
   </parent>
 
   <artifactId>base-auth-plugin</artifactId>
index 98b839b6bdebc716575b80b1b9988e8779f845bf..c4c485b4956b6cf147131f81620e723672919d27 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube.tests</groupId>
     <artifactId>plugins</artifactId>
-    <version>6.5-SNAPSHOT</version>
+    <version>6.5-RC2</version>
   </parent>
 
   <artifactId>batch-plugin</artifactId>
index 4d8adecd8306c52a5176763cc92e65f7d6ed523b..1670c37542e042ec3a0ae031e15b82649e53d51c 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube.tests</groupId>
     <artifactId>plugins</artifactId>
-    <version>6.5-SNAPSHOT</version>
+    <version>6.5-RC2</version>
   </parent>
   <artifactId>extension-lifecycle-plugin</artifactId>
   <version>1.0-SNAPSHOT</version>
index 6236c8cf5c40230f615a1c0232611fdd4b3d3ad1..7627a44dd3cba03eb8e5923ac7f1ab152509b1c8 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube.tests</groupId>
     <artifactId>plugins</artifactId>
-    <version>6.5-SNAPSHOT</version>
+    <version>6.5-RC2</version>
   </parent>
 
   <artifactId>fake-billing-plugin</artifactId>
index e34322baece588823f17a0b7bd87b1c6f67b5d48..42b4ff4412544b356058a34a741ce5ce94936674 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube</groupId>
     <artifactId>sonarqube</artifactId>
-    <version>6.5-SNAPSHOT</version>
+    <version>6.5-RC2</version>
     <relativePath>../..</relativePath>
   </parent>
   <artifactId>foo-plugin-v1</artifactId>
index db2fc2c59160a9e80005f7f66b1dbfe5e2b733da..6eec200fb8ca738e628a523db3131b29c0a18d37 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube</groupId>
     <artifactId>sonarqube</artifactId>
-    <version>6.5-SNAPSHOT</version>
+    <version>6.5-RC2</version>
     <relativePath>../..</relativePath>
   </parent>
   <artifactId>foo-plugin-v2</artifactId>
index 7ab5265409119df41004d6066cf0e5fd97a452db..b4335f896db235c603cad8b3120c1dddd26bc25a 100644 (file)
@@ -6,7 +6,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube.tests</groupId>
     <artifactId>plugins</artifactId>
-    <version>6.5-SNAPSHOT</version>
+    <version>6.5-RC2</version>
   </parent>
 
   <artifactId>global-property-change-plugin</artifactId>
index 9b492158abfa69e82bc01e42673e6499fd10026f..3df682c5e7d7aba32d7bc038260c5348a15f9672 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube.tests</groupId>
     <artifactId>plugins</artifactId>
-    <version>6.5-SNAPSHOT</version>
+    <version>6.5-RC2</version>
   </parent>
 
   <artifactId>issue-filter-plugin</artifactId>
index c952197ed959c66657dcf2010ab3b03c05f8e0e2..4153d5fad516965045dbb5b664e89dc4c04cf4c9 100644 (file)
@@ -6,7 +6,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube.tests</groupId>
     <artifactId>plugins</artifactId>
-    <version>6.5-SNAPSHOT</version>
+    <version>6.5-RC2</version>
   </parent>
   
   <artifactId>l10n-fr-pack</artifactId>
index 784132bf6588312923c3928ab76a7e457adb25c9..b1e0d3b1fa74d0ba78b678286238bbf6cb88ca7b 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube.tests</groupId>
     <artifactId>plugins</artifactId>
-    <version>6.5-SNAPSHOT</version>
+    <version>6.5-RC2</version>
   </parent>
 
   <artifactId>license-plugin</artifactId>
index 565b1445bf488123e7e4ad7a1d012a096c823897..51565900f9c52baf98860005b9b0c1a4b058fbab 100644 (file)
@@ -6,7 +6,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube.tests</groupId>
     <artifactId>plugins</artifactId>
-    <version>6.5-SNAPSHOT</version>
+    <version>6.5-RC2</version>
   </parent>
 
   <artifactId>oauth2-auth-plugin</artifactId>
index e66f838108f1bab36d9fffdd5c0d0f9a0b74548f..f773025e14d902f05075f17137e00cebf745f97f 100644 (file)
@@ -6,7 +6,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube</groupId>
     <artifactId>sonarqube</artifactId>
-    <version>6.5-SNAPSHOT</version>
+    <version>6.5-RC2</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
   <groupId>org.sonarsource.sonarqube.tests</groupId>
index a7fa06d39b82891a01d425f215fc3b182e78aa46..3cbb9c7b05f24d6eb5f348f779bb98f1803262a1 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube.tests</groupId>
     <artifactId>plugins</artifactId>
-    <version>6.5-SNAPSHOT</version>
+    <version>6.5-RC2</version>
   </parent>
 
   <artifactId>posttask-plugin</artifactId>
index 9afdc7a89936902c0bb52e794d947df175af0107..ba293d54f1235a4ca4da1e80bb1e1af352ad1868 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube.tests</groupId>
     <artifactId>plugins</artifactId>
-    <version>6.5-SNAPSHOT</version>
+    <version>6.5-RC2</version>
   </parent>
   <artifactId>project-builder-plugin</artifactId>
   <version>1.0-SNAPSHOT</version>
index 28699399fd5b8a4bc1c1eaa341ccc937ceda563d..77156ea0d56d90cb6af93bd6c3b2feb01347c353 100644 (file)
@@ -6,7 +6,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube.tests</groupId>
     <artifactId>plugins</artifactId>
-    <version>6.5-SNAPSHOT</version>
+    <version>6.5-RC2</version>
   </parent>
 
   <artifactId>property-relocation-plugin</artifactId>
index 36c61ea2cc96ea4b8a2766dc23003ea17985d32b..070377a12a914267ab1a7ffc5d8b371800ba9279 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube.tests</groupId>
     <artifactId>plugins</artifactId>
-    <version>6.5-SNAPSHOT</version>
+    <version>6.5-RC2</version>
   </parent>
 
   <artifactId>property-sets-plugin</artifactId>
index bc4885967e635e5990f705096fdca5286ad2b9c4..c2e2d9ff8da83d9b6b35dae7d8a2120de9094c86 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube.tests</groupId>
     <artifactId>plugins</artifactId>
-    <version>6.5-SNAPSHOT</version>
+    <version>6.5-RC2</version>
   </parent>
 
   <artifactId>security-plugin</artifactId>
index 5d436a95a6760b0812d7c318b0236e781ff24624..fdd6e6b1bd87b84cd6c363e741077a16f87411f3 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube.tests</groupId>
     <artifactId>plugins</artifactId>
-    <version>6.5-SNAPSHOT</version>
+    <version>6.5-RC2</version>
   </parent>
 
   <artifactId>server-plugin</artifactId>
index de124bc6ea3016848d1de4827a7415845b13ed4a..731ab0afa1f8f2d26f0301e745a86e7809311319 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube.tests</groupId>
     <artifactId>plugins</artifactId>
-    <version>6.5-SNAPSHOT</version>
+    <version>6.5-RC2</version>
   </parent>
   <artifactId>settings-encryption-plugin</artifactId>
   <version>1.0-SNAPSHOT</version>
index 3712468e44f9ecc82fe62e4a542da019ad5431a5..c36a8cbefb18fa94ef7ce1c988a41d7600e0c6e7 100644 (file)
@@ -6,7 +6,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube.tests</groupId>
     <artifactId>plugins</artifactId>
-    <version>6.5-SNAPSHOT</version>
+    <version>6.5-RC2</version>
   </parent>
 
   <artifactId>settings-plugin</artifactId>
index 3865b628fa5ae7ac0c93f26a12d77240170db48a..e2e52bd388869611f91c4512091b2e22c7bc4571 100644 (file)
@@ -6,7 +6,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube.tests</groupId>
     <artifactId>plugins</artifactId>
-    <version>6.5-SNAPSHOT</version>
+    <version>6.5-RC2</version>
   </parent>
 
   <artifactId>sonar-fake-plugin</artifactId>
index b5c4d00766740f8c35e3d4a0bc8c1d197e4106fc..6dfe8ea7e3a6392f37621a3a1239eb79e1477c70 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube.tests</groupId>
     <artifactId>plugins</artifactId>
-    <version>6.5-SNAPSHOT</version>
+    <version>6.5-RC2</version>
   </parent>
 
   <artifactId>sonar-subcategories-plugin</artifactId>
index 8862aa011da2b77aa418c666ba4a1b8e28217ea6..1406e1c2b48af70429ce136886393cf92eb43d43 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube.tests</groupId>
     <artifactId>plugins</artifactId>
-    <version>6.5-SNAPSHOT</version>
+    <version>6.5-RC2</version>
   </parent>
 
   <artifactId>ui-extensions-plugin</artifactId>
index ff9df70088638f73d1633b279ac1a01932f85d39..04fb8ebffe105d817cf9b18655bc5f8451bedb19 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube.tests</groupId>
     <artifactId>plugins</artifactId>
-    <version>6.5-SNAPSHOT</version>
+    <version>6.5-RC2</version>
   </parent>
 
   <artifactId>ws-plugin</artifactId>
index 4ac41b49d2f88df93e470b5317dbf2f90ae30e5e..a3c41135dfe78faddca38708fad54ae3e36f43e3 100644 (file)
@@ -7,7 +7,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube</groupId>
     <artifactId>sonarqube</artifactId>
-    <version>6.5-SNAPSHOT</version>
+    <version>6.5-RC2</version>
   </parent>
 
   <groupId>org.sonarsource.sonarqube.tests</groupId>