]> source.dussan.org Git - sonarqube.git/commitdiff
Prepare for next development iteration
authorSimon Brandhof <simon.brandhof@sonarsource.com>
Thu, 13 Jul 2017 18:19:26 +0000 (20:19 +0200)
committerSimon Brandhof <simon.brandhof@sonarsource.com>
Thu, 13 Jul 2017 18:19:26 +0000 (20:19 +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 98574c90946f517835227eb22c1404b816c54ef8..6e1b82d8aee26effb055a654b99203709cabeee0 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube</groupId>
     <artifactId>sonarqube</artifactId>
-    <version>6.5-M3</version>
+    <version>6.5-SNAPSHOT</version>
     <relativePath>../..</relativePath>
   </parent>
   <artifactId>sonar-xoo-plugin</artifactId>
diff --git a/pom.xml b/pom.xml
index cf4fbfa389976e984500858ead5e270a3908abc1..1275d20d002f2097079e6445fa5f2b8d1e18a8f4 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-M3</version>
+  <version>6.5-SNAPSHOT</version>
   <name>SonarQube</name>
   <url>http://www.sonarqube.org/</url>
   <description>Open source platform for continuous inspection of code quality</description>
index 9feaea73530b45847ed9f39ad991c81296b3b069..c1c2c952b5c1dd4c4e960f4d2e2078b706b6f682 100644 (file)
@@ -6,7 +6,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube</groupId>
     <artifactId>sonarqube</artifactId>
-    <version>6.5-M3</version>
+    <version>6.5-SNAPSHOT</version>
   </parent>
   <artifactId>server</artifactId>
   <packaging>pom</packaging>
index d8f73ef6d2e9d742bf0d4470e011fa671afa80e5..de560878462fd9c1c5dd4c36bfbb5fe41ff16cd5 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube</groupId>
     <artifactId>server</artifactId>
-    <version>6.5-M3</version>
+    <version>6.5-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent>
   <artifactId>sonar-ce-api</artifactId>
index 163d8026b211e67eab089937192aafefd3a53231..05771947528fc81385d2b143e241de4146575a99 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube</groupId>
     <artifactId>server</artifactId>
-    <version>6.5-M3</version>
+    <version>6.5-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent>
   <artifactId>sonar-ce</artifactId>
index 8645d4474f8228f3f2e4b9189cae7a7d53ad3616..25a85a93448238071324a881217aa3c3f039a962 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube</groupId>
     <artifactId>server</artifactId>
-    <version>6.5-M3</version>
+    <version>6.5-SNAPSHOT</version>
   </parent>
 
   <artifactId>sonar-db-core</artifactId>
index eb6bb6841ec293c4333d1ad8dcc54289e0400807..b5ca3ab9c6bd0fe7c77c17307c605b347824cf9b 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube</groupId>
     <artifactId>server</artifactId>
-    <version>6.5-M3</version>
+    <version>6.5-SNAPSHOT</version>
   </parent>
 
   <artifactId>sonar-db-dao</artifactId>
index 24cbd9d00872915fea6a98168f581a58c55d0970..923106f360034060c0b152a85e1cdc254dc0b7b0 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube</groupId>
     <artifactId>server</artifactId>
-    <version>6.5-M3</version>
+    <version>6.5-SNAPSHOT</version>
   </parent>
 
   <artifactId>sonar-db-migration</artifactId>
index a8ea53fd6313812cf426a8c389d9fde56ea9f378..ac2026f40a706e704017b9b49905f54963eb9100 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube</groupId>
     <artifactId>server</artifactId>
-    <version>6.5-M3</version>
+    <version>6.5-SNAPSHOT</version>
   </parent>
 
   <artifactId>sonar-db-testing</artifactId>
index a33020a40972f9942969bb9061253e3e2bb9bbcc..2359d8ff6a428d3ed3f187c46cac9ebec7e77623 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube</groupId>
     <artifactId>server</artifactId>
-    <version>6.5-M3</version>
+    <version>6.5-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent>
   <artifactId>sonar-plugin-bridge</artifactId>
index 6ad5ca961a796e2b64aed959cc48b8a5ef5f4646..15559f8667853c6e37eddea85dc26b30e2f96613 100644 (file)
@@ -6,7 +6,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube</groupId>
     <artifactId>server</artifactId>
-    <version>6.5-M3</version>
+    <version>6.5-SNAPSHOT</version>
     <relativePath>../</relativePath>
   </parent>
 
index 6467ad45baa6702f6500b22c1383d761180ca880..87917d0014807c6c757971893ba94cf4d614e04b 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube</groupId>
     <artifactId>server</artifactId>
-    <version>6.5-M3</version>
+    <version>6.5-SNAPSHOT</version>
     <relativePath>../</relativePath>
   </parent>
 
index 68e9e34b18cc60f7d092cf5950d6bd7f50a6ffe2..06813725bdd0ac034c56dc80d98e6bc2654d3797 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube</groupId>
     <artifactId>server</artifactId>
-    <version>6.5-M3</version>
+    <version>6.5-SNAPSHOT</version>
     <relativePath>../</relativePath>
   </parent>
 
index 524a26b32b957b6af7d49072ffd74777fdec3d6d..89053a27fcbc2714807b37e4f5234422a94b32cd 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube</groupId>
     <artifactId>server</artifactId>
-    <version>6.5-M3</version>
+    <version>6.5-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent>
   <artifactId>sonar-server</artifactId>
index b1f01f2bae9abf0e3532b857e906268e60efdcaf..1dcee73aa51f0f80c6ccf94f834baf49681bfa86 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube</groupId>
     <artifactId>server</artifactId>
-    <version>6.5-M3</version>
+    <version>6.5-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent>
   <artifactId>sonar-web</artifactId>
index 1ef7275829dd0454db97f2955706c5ea2e80a0a5..5cce65ec797ac906c1c7fe46eeb6bc27e80637e3 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube</groupId>
     <artifactId>sonarqube</artifactId>
-    <version>6.5-M3</version>
+    <version>6.5-SNAPSHOT</version>
   </parent>
 
   <artifactId>sonar-application</artifactId>
index 5dfde890e2eaa1108a97c64f181a67a4e6db3607..3d0dfa8be452ffa4292b3847598b4fc84284a9e3 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube</groupId>
     <artifactId>sonarqube</artifactId>
-    <version>6.5-M3</version>
+    <version>6.5-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent>
   <artifactId>sonar-check-api</artifactId>
index 222f48860beb7b8e961b757120566866409df334..b0819da670d43cfcfc472d3cc00dc07341cacf05 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube</groupId>
     <artifactId>sonarqube</artifactId>
-    <version>6.5-M3</version>
+    <version>6.5-SNAPSHOT</version>
   </parent>
 
   <artifactId>sonar-core</artifactId>
index bbd3bdff8c7da986e58fd99efba4cc745a474ab5..29a55bac3c28aaa598fab88d304f827f9720c1c1 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube</groupId>
     <artifactId>sonarqube</artifactId>
-    <version>6.5-M3</version>
+    <version>6.5-SNAPSHOT</version>
   </parent>
 
   <artifactId>sonar-duplications</artifactId>
index e15399a0485ca3769e6fb6938cf745cb2343274f..141e73a2de270af2586d453c79d63be759ffe093 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube</groupId>
     <artifactId>sonarqube</artifactId>
-    <version>6.5-M3</version>
+    <version>6.5-SNAPSHOT</version>
   </parent>
 
   <artifactId>sonar-home</artifactId>
index 860b0e5cd210ffedf9a08574623b3a3e41d231a2..d48d0ad0debf5e5e50f45044d5587e39f7e343cf 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube</groupId>
     <artifactId>sonarqube</artifactId>
-    <version>6.5-M3</version>
+    <version>6.5-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent>
 
index c1390ea7994497ca41545187ce08a9ce39d7b333..2befee2921dfa05f853e0a8787284b9d9b9c2fd4 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube</groupId>
     <artifactId>sonarqube</artifactId>
-    <version>6.5-M3</version>
+    <version>6.5-SNAPSHOT</version>
   </parent>
 
   <artifactId>sonar-plugin-api-deps</artifactId>
index 1a26a27aef93a8fbf9c41ff6bc038845c10e8d61..c3b025f3183b680a561cf8c6303226e7a0e5f9fe 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube</groupId>
     <artifactId>sonarqube</artifactId>
-    <version>6.5-M3</version>
+    <version>6.5-SNAPSHOT</version>
   </parent>
 
   <artifactId>sonar-plugin-api</artifactId>
index de45db6bb929bcb581260f34abf0ed8821cac408..bdb018b9c825f5ba09c5929137967e602114f77e 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube</groupId>
     <artifactId>sonarqube</artifactId>
-    <version>6.5-M3</version>
+    <version>6.5-SNAPSHOT</version>
   </parent>
 
   <artifactId>sonar-scanner-engine-shaded</artifactId>
index 89e3ed976ddfc90d8a0529dc5f1da006dc5b2fb4..5b4192b82f3338282858d24d17fd3bbe49e5107d 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube</groupId>
     <artifactId>sonarqube</artifactId>
-    <version>6.5-M3</version>
+    <version>6.5-SNAPSHOT</version>
   </parent>
 
   <artifactId>sonar-scanner-engine</artifactId>
index 49a45625d8301a6de1154ff06608e6bed098afc0..97c3a980b014b13b65e92c618c5ffdce81800be3 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube</groupId>
     <artifactId>sonarqube</artifactId>
-    <version>6.5-M3</version>
+    <version>6.5-SNAPSHOT</version>
   </parent>
 
   <artifactId>sonar-scanner-protocol</artifactId>
index 0b4735f139987ab0f7ca23ca6907923cecb2e9c4..c2e4f04941a43f9779e9e8944e00106c35a49dd6 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube</groupId>
     <artifactId>sonarqube</artifactId>
-    <version>6.5-M3</version>
+    <version>6.5-SNAPSHOT</version>
   </parent>
   <artifactId>sonar-testing-harness</artifactId>
   <packaging>jar</packaging>
index cf668f83cdbf58b023778cd57581eae32316092d..6044630bf86a441503acbf734595f2f910992be0 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube</groupId>
     <artifactId>sonarqube</artifactId>
-    <version>6.5-M3</version>
+    <version>6.5-SNAPSHOT</version>
   </parent>
 
   <artifactId>sonar-ws</artifactId>
index 2414f3cd07bc4579e707df51298db7bb2383396d..2b5c86d40657801a25e4d7f0f218e18341b3eab6 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube.tests</groupId>
     <artifactId>plugins</artifactId>
-    <version>6.5-M3</version>
+    <version>6.5-SNAPSHOT</version>
   </parent>
 
   <artifactId>access-secured-props-plugin</artifactId>
index 05cad6d1c8abf7514704fcedd62730297d0670b5..b9ba09d79abdd85d20e6f23638c0c1c6a305dd8d 100644 (file)
@@ -6,7 +6,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube.tests</groupId>
     <artifactId>plugins</artifactId>
-    <version>6.5-M3</version>
+    <version>6.5-SNAPSHOT</version>
   </parent>
 
   <artifactId>base-auth-plugin</artifactId>
index 727b03593980f2fc509cfe7d8e459f1e5ed955cc..98b839b6bdebc716575b80b1b9988e8779f845bf 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube.tests</groupId>
     <artifactId>plugins</artifactId>
-    <version>6.5-M3</version>
+    <version>6.5-SNAPSHOT</version>
   </parent>
 
   <artifactId>batch-plugin</artifactId>
index 95aa0b5e14288b9860a72e280d45dc4f559984b3..4d8adecd8306c52a5176763cc92e65f7d6ed523b 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube.tests</groupId>
     <artifactId>plugins</artifactId>
-    <version>6.5-M3</version>
+    <version>6.5-SNAPSHOT</version>
   </parent>
   <artifactId>extension-lifecycle-plugin</artifactId>
   <version>1.0-SNAPSHOT</version>
index 86e12050cd77cb9c0918a9fd075aaed2d034e625..6236c8cf5c40230f615a1c0232611fdd4b3d3ad1 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube.tests</groupId>
     <artifactId>plugins</artifactId>
-    <version>6.5-M3</version>
+    <version>6.5-SNAPSHOT</version>
   </parent>
 
   <artifactId>fake-billing-plugin</artifactId>
index 7bf3d9ea7175c38012cc6ddc2b922fe6856db973..e34322baece588823f17a0b7bd87b1c6f67b5d48 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube</groupId>
     <artifactId>sonarqube</artifactId>
-    <version>6.5-M3</version>
+    <version>6.5-SNAPSHOT</version>
     <relativePath>../..</relativePath>
   </parent>
   <artifactId>foo-plugin-v1</artifactId>
index d7af23da0dc45521168c3ee98e9de74a7edb1a84..db2fc2c59160a9e80005f7f66b1dbfe5e2b733da 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube</groupId>
     <artifactId>sonarqube</artifactId>
-    <version>6.5-M3</version>
+    <version>6.5-SNAPSHOT</version>
     <relativePath>../..</relativePath>
   </parent>
   <artifactId>foo-plugin-v2</artifactId>
index 6c6a09f4fc7a5e58afe44d49efda6101f27fba1b..7ab5265409119df41004d6066cf0e5fd97a452db 100644 (file)
@@ -6,7 +6,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube.tests</groupId>
     <artifactId>plugins</artifactId>
-    <version>6.5-M3</version>
+    <version>6.5-SNAPSHOT</version>
   </parent>
 
   <artifactId>global-property-change-plugin</artifactId>
index a2541320ec2ba40fd26d523678e94692b4269080..9b492158abfa69e82bc01e42673e6499fd10026f 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube.tests</groupId>
     <artifactId>plugins</artifactId>
-    <version>6.5-M3</version>
+    <version>6.5-SNAPSHOT</version>
   </parent>
 
   <artifactId>issue-filter-plugin</artifactId>
index a79ad1cd9b424ba7a29b5cd09567e61f51a3ad53..c952197ed959c66657dcf2010ab3b03c05f8e0e2 100644 (file)
@@ -6,7 +6,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube.tests</groupId>
     <artifactId>plugins</artifactId>
-    <version>6.5-M3</version>
+    <version>6.5-SNAPSHOT</version>
   </parent>
   
   <artifactId>l10n-fr-pack</artifactId>
index 077ed9409a636ba335c317e5a2eeb5b34b472fec..784132bf6588312923c3928ab76a7e457adb25c9 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube.tests</groupId>
     <artifactId>plugins</artifactId>
-    <version>6.5-M3</version>
+    <version>6.5-SNAPSHOT</version>
   </parent>
 
   <artifactId>license-plugin</artifactId>
index 4b8add13c48cd81d4d0ec8f1b13c93f1dc764713..565b1445bf488123e7e4ad7a1d012a096c823897 100644 (file)
@@ -6,7 +6,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube.tests</groupId>
     <artifactId>plugins</artifactId>
-    <version>6.5-M3</version>
+    <version>6.5-SNAPSHOT</version>
   </parent>
 
   <artifactId>oauth2-auth-plugin</artifactId>
index e47524966b0d7066f678ab43fdd68059a99650a3..e66f838108f1bab36d9fffdd5c0d0f9a0b74548f 100644 (file)
@@ -6,7 +6,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube</groupId>
     <artifactId>sonarqube</artifactId>
-    <version>6.5-M3</version>
+    <version>6.5-SNAPSHOT</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
   <groupId>org.sonarsource.sonarqube.tests</groupId>
index 510e3d92213e49c0bfb8a3f70dcf70baded5e5dc..a7fa06d39b82891a01d425f215fc3b182e78aa46 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube.tests</groupId>
     <artifactId>plugins</artifactId>
-    <version>6.5-M3</version>
+    <version>6.5-SNAPSHOT</version>
   </parent>
 
   <artifactId>posttask-plugin</artifactId>
index d7b3ad941c6c1caa8dba855274bb996c5fbae19a..9afdc7a89936902c0bb52e794d947df175af0107 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube.tests</groupId>
     <artifactId>plugins</artifactId>
-    <version>6.5-M3</version>
+    <version>6.5-SNAPSHOT</version>
   </parent>
   <artifactId>project-builder-plugin</artifactId>
   <version>1.0-SNAPSHOT</version>
index 308ab48c2f8d8565dd58b82383fda22a60008ee5..28699399fd5b8a4bc1c1eaa341ccc937ceda563d 100644 (file)
@@ -6,7 +6,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube.tests</groupId>
     <artifactId>plugins</artifactId>
-    <version>6.5-M3</version>
+    <version>6.5-SNAPSHOT</version>
   </parent>
 
   <artifactId>property-relocation-plugin</artifactId>
index 07ce22486011dc08d19fde2c97541b2d430dabc0..36c61ea2cc96ea4b8a2766dc23003ea17985d32b 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube.tests</groupId>
     <artifactId>plugins</artifactId>
-    <version>6.5-M3</version>
+    <version>6.5-SNAPSHOT</version>
   </parent>
 
   <artifactId>property-sets-plugin</artifactId>
index 43de55b10d445c17d6592bfcc29d329d05e1be45..bc4885967e635e5990f705096fdca5286ad2b9c4 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube.tests</groupId>
     <artifactId>plugins</artifactId>
-    <version>6.5-M3</version>
+    <version>6.5-SNAPSHOT</version>
   </parent>
 
   <artifactId>security-plugin</artifactId>
index 8d0ecc0ca75ac4182e4440067c112277f0b95fa1..5d436a95a6760b0812d7c318b0236e781ff24624 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube.tests</groupId>
     <artifactId>plugins</artifactId>
-    <version>6.5-M3</version>
+    <version>6.5-SNAPSHOT</version>
   </parent>
 
   <artifactId>server-plugin</artifactId>
index 90585ae41c6e2b364d88e2bb271ddc224ae62c96..de124bc6ea3016848d1de4827a7415845b13ed4a 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube.tests</groupId>
     <artifactId>plugins</artifactId>
-    <version>6.5-M3</version>
+    <version>6.5-SNAPSHOT</version>
   </parent>
   <artifactId>settings-encryption-plugin</artifactId>
   <version>1.0-SNAPSHOT</version>
index 965f0d4a45b43cc05964ecbbc4b664369d4154a4..3712468e44f9ecc82fe62e4a542da019ad5431a5 100644 (file)
@@ -6,7 +6,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube.tests</groupId>
     <artifactId>plugins</artifactId>
-    <version>6.5-M3</version>
+    <version>6.5-SNAPSHOT</version>
   </parent>
 
   <artifactId>settings-plugin</artifactId>
index d3f118fbdcb0b114a9a8634eb86565c633f7aee3..3865b628fa5ae7ac0c93f26a12d77240170db48a 100644 (file)
@@ -6,7 +6,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube.tests</groupId>
     <artifactId>plugins</artifactId>
-    <version>6.5-M3</version>
+    <version>6.5-SNAPSHOT</version>
   </parent>
 
   <artifactId>sonar-fake-plugin</artifactId>
index 0ab45f5243d9a61b959a5fb8dcbe80a36a6b9a16..b5c4d00766740f8c35e3d4a0bc8c1d197e4106fc 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube.tests</groupId>
     <artifactId>plugins</artifactId>
-    <version>6.5-M3</version>
+    <version>6.5-SNAPSHOT</version>
   </parent>
 
   <artifactId>sonar-subcategories-plugin</artifactId>
index ab276204d395e43c09aa6a7a7c824a7ebf3c16db..8862aa011da2b77aa418c666ba4a1b8e28217ea6 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube.tests</groupId>
     <artifactId>plugins</artifactId>
-    <version>6.5-M3</version>
+    <version>6.5-SNAPSHOT</version>
   </parent>
 
   <artifactId>ui-extensions-plugin</artifactId>
index 55c41cd1dfa75834abd2c674490fd028b3115fa4..ff9df70088638f73d1633b279ac1a01932f85d39 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube.tests</groupId>
     <artifactId>plugins</artifactId>
-    <version>6.5-M3</version>
+    <version>6.5-SNAPSHOT</version>
   </parent>
 
   <artifactId>ws-plugin</artifactId>
index c281500846b35aa91b9192b9176bdabb917cbe5b..4ac41b49d2f88df93e470b5317dbf2f90ae30e5e 100644 (file)
@@ -7,7 +7,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube</groupId>
     <artifactId>sonarqube</artifactId>
-    <version>6.5-M3</version>
+    <version>6.5-SNAPSHOT</version>
   </parent>
 
   <groupId>org.sonarsource.sonarqube.tests</groupId>