]> source.dussan.org Git - sonarqube.git/commitdiff
Set version 7.0-SNAPSHOT
authorSimon Brandhof <simon.brandhof@sonarsource.com>
Wed, 24 Jan 2018 16:12:48 +0000 (17:12 +0100)
committerSimon Brandhof <simon.brandhof@sonarsource.com>
Wed, 24 Jan 2018 16:12:48 +0000 (17:12 +0100)
59 files changed:
plugins/sonar-xoo-plugin/pom.xml
pom.xml
server/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-main/pom.xml
server/sonar-plugin-bridge/pom.xml
server/sonar-process/pom.xml
server/sonar-qa-util/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-generator/pom.xml
sonar-ws/pom.xml
tests/plugins/access-secured-props-plugin/pom.xml
tests/plugins/backdating-customplugin/pom.xml
tests/plugins/backdating-plugin-v1/pom.xml
tests/plugins/backdating-plugin-v2/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/fake-governance-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/wait-at-platform-level4-plugin/pom.xml
tests/plugins/ws-plugin/pom.xml
tests/pom.xml

index 48164649004c8b91447e16a9b9cef94843c08e34..7d5b4ab831b9434565ae4816d1c17442b92cc3d1 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube</groupId>
     <artifactId>sonarqube</artifactId>
-    <version>7.0-RC1</version>
+    <version>7.0-SNAPSHOT</version>
     <relativePath>../..</relativePath>
   </parent>
   <artifactId>sonar-xoo-plugin</artifactId>
diff --git a/pom.xml b/pom.xml
index 07f42d84f3806b9200c5d31d97d3f4b8969fa5d3..45fb7872ea14e47e9741929dc843d02c10c5ad55 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -11,7 +11,7 @@
   <groupId>org.sonarsource.sonarqube</groupId>
   <artifactId>sonarqube</artifactId>
   <packaging>pom</packaging>
-  <version>7.0-RC1</version>
+  <version>7.0-SNAPSHOT</version>
   <name>SonarQube</name>
   <url>http://www.sonarqube.org/</url>
   <description>Open source platform for continuous inspection of code quality</description>
index de1b008da990a03e9e39bbf7e9a3b1824c135def..5b27942fb00a2b0cb90fdcb6d8f0fa773a7fb258 100644 (file)
@@ -6,7 +6,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube</groupId>
     <artifactId>sonarqube</artifactId>
-    <version>7.0-RC1</version>
+    <version>7.0-SNAPSHOT</version>
   </parent>
   <artifactId>server</artifactId>
   <packaging>pom</packaging>
index 48220fe8ca802af72c0ee7c09f9b3659a2e2cf71..42dc89d5de05fbffbce32c8324b6ee3a6c5fb05d 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube</groupId>
     <artifactId>server</artifactId>
-    <version>7.0-RC1</version>
+    <version>7.0-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent>
   <artifactId>sonar-ce</artifactId>
index 7e7ce5b897dc4c52a6e399e67036ab0556e4efaf..435c2c271a01f897716da8901ce4310ae951be7f 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube</groupId>
     <artifactId>server</artifactId>
-    <version>7.0-RC1</version>
+    <version>7.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>sonar-db-core</artifactId>
index 58a2a97501435546e8044a28ecf459861acf33b2..1653910359f5d67254985a9e756b7efd1cd14380 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube</groupId>
     <artifactId>server</artifactId>
-    <version>7.0-RC1</version>
+    <version>7.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>sonar-db-dao</artifactId>
index b34adc3c6d8bc9ab2d4988dc36186990d158f1ee..583872045d968862ed8ad8d988330c034f9f0d71 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube</groupId>
     <artifactId>server</artifactId>
-    <version>7.0-RC1</version>
+    <version>7.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>sonar-db-migration</artifactId>
index 3b04d1ed3f7b08e5bb2ce5c3237c4f6f32f5d202..c10b8668e33609beb24b1f426fdd914db8ee1c16 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube</groupId>
     <artifactId>server</artifactId>
-    <version>7.0-RC1</version>
+    <version>7.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>sonar-db-testing</artifactId>
index a4586cb6d8e117be795e5be55c4327bcefe55b3b..b72b7596e228118c0c619fb442a1bf6ca3d475f4 100644 (file)
@@ -6,7 +6,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube</groupId>
     <artifactId>server</artifactId>
-    <version>7.0-RC1</version>
+    <version>7.0-SNAPSHOT</version>
     <relativePath>../</relativePath>
   </parent>
 
index f5c43efc75fdeef26ca02cca5d1da0f4a92a2785..2d7707e2d8294a15d068b8dfcd2569cb1bbb9839 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube</groupId>
     <artifactId>server</artifactId>
-    <version>7.0-RC1</version>
+    <version>7.0-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent>
   <artifactId>sonar-plugin-bridge</artifactId>
index 28c6c0f48602a0aa70e2d43fc845750a64eefe92..c22e741cff537c0fbf68d5dc4ce5987f6679d5cf 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube</groupId>
     <artifactId>server</artifactId>
-    <version>7.0-RC1</version>
+    <version>7.0-SNAPSHOT</version>
     <relativePath>../</relativePath>
   </parent>
 
index ce3cc8c42b6cedf786a376872d42c887e9cd0632..1de1bad57a91e9d77b1c3af87ae795aae1228e9e 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube</groupId>
     <artifactId>server</artifactId>
-    <version>7.0-RC1</version>
+    <version>7.0-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent>
   <artifactId>sonar-qa-util</artifactId>
index def94301b6763cab3f7c69ccbf6d53f63f24eae1..530cfc2f1ece9cfde748604138f1c1cf6c1f44a1 100644 (file)
@@ -6,7 +6,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube</groupId>
     <artifactId>server</artifactId>
-    <version>7.0-RC1</version>
+    <version>7.0-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent>
   <artifactId>sonar-server</artifactId>
index 1651a813f81079b7318bd1eac5cdb991ac5487ab..c516f800f7ea72703b28bab6f6c6a7b62466e439 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube</groupId>
     <artifactId>server</artifactId>
-    <version>7.0-RC1</version>
+    <version>7.0-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent>
   <artifactId>sonar-web</artifactId>
index 88b12e1981fe8b43c22f8b66f8c3dc238e7bccdf..91b0b6d0fc92406a1eda3205f8a49c8ec3f829c8 100644 (file)
@@ -7,7 +7,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube</groupId>
     <artifactId>sonarqube</artifactId>
-    <version>7.0-RC1</version>
+    <version>7.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>sonar-application</artifactId>
index 5fc9799fa1123291a358ed614e20fe46ffc31263..c53b8f504f0917357d75e202960a0146cd899e5a 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube</groupId>
     <artifactId>sonarqube</artifactId>
-    <version>7.0-RC1</version>
+    <version>7.0-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent>
   <artifactId>sonar-check-api</artifactId>
index bd9e1641e8f876c4e53a99c64c752ec06d4b43de..7f1c0da75fcbb0f5c7b264ef88f439e30def3fae 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube</groupId>
     <artifactId>sonarqube</artifactId>
-    <version>7.0-RC1</version>
+    <version>7.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>sonar-core</artifactId>
index e04aeeb828e8b0f002af624ce55edd97f4991165..67ab7cc84881a69c7c0763a6e837a5f8d0b7252f 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube</groupId>
     <artifactId>sonarqube</artifactId>
-    <version>7.0-RC1</version>
+    <version>7.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>sonar-duplications</artifactId>
index b2d46ab1b6315f7c24eb38ea37b3d1f0b9d2d7d8..909b1bba2b49e5544f2dccce8d66caa2ead54084 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube</groupId>
     <artifactId>sonarqube</artifactId>
-    <version>7.0-RC1</version>
+    <version>7.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>sonar-home</artifactId>
index a9237c8fa4fc0869c0db530013301899bc372896..e1e22991f9929138155e7f4c604a53ffa5a95e5e 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube</groupId>
     <artifactId>sonarqube</artifactId>
-    <version>7.0-RC1</version>
+    <version>7.0-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent>
 
index e12f6afab64a58fa60d9d40354264b8ab12e1de7..28cd733924d07eba1d4738e2ce67b0d288fbdf4e 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube</groupId>
     <artifactId>sonarqube</artifactId>
-    <version>7.0-RC1</version>
+    <version>7.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>sonar-plugin-api-deps</artifactId>
index 915cc530c9aa8bceb09b4cec41d538294ecdd7c9..a49ee6b5e0f682576a47de2db0967d2d01521c0f 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube</groupId>
     <artifactId>sonarqube</artifactId>
-    <version>7.0-RC1</version>
+    <version>7.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>sonar-plugin-api</artifactId>
index 4ddbe7beb3edd8302c9db8f55a64191c1b20704f..a7ccc6907c1fb8be3220b62c60fa59e3a206770b 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube</groupId>
     <artifactId>sonarqube</artifactId>
-    <version>7.0-RC1</version>
+    <version>7.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>sonar-scanner-engine-shaded</artifactId>
index 33ca55d32c306421d4ad816adc857ea429166f8a..f92d507858ea62980e6dc05c7b358b6aec895f11 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube</groupId>
     <artifactId>sonarqube</artifactId>
-    <version>7.0-RC1</version>
+    <version>7.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>sonar-scanner-engine</artifactId>
index c18f1fdbdea10b313708bf051a775145e8953632..36a7cb1a161d170d0dd44807a148d6d946c78b41 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube</groupId>
     <artifactId>sonarqube</artifactId>
-    <version>7.0-RC1</version>
+    <version>7.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>sonar-scanner-protocol</artifactId>
index ebc62aa23952c5dddeaf4f42d89138cb5e0d76ff..d340723c1e97c1375d0febd48e9de268952bb07f 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube</groupId>
     <artifactId>sonarqube</artifactId>
-    <version>7.0-RC1</version>
+    <version>7.0-SNAPSHOT</version>
   </parent>
   <artifactId>sonar-testing-harness</artifactId>
   <packaging>jar</packaging>
index 9d4e54f1255737613993bd2ff94f0c1e1c1d3391..daa9340183335d7216a3a88c10a09f802adc720e 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube</groupId>
     <artifactId>sonarqube</artifactId>
-    <version>7.0-RC1</version>
+    <version>7.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>sonar-ws-generator</artifactId>
index ee3bfb92ad7adad715facef6792f5e8ed60aa750..6eb43cf3b31d99ba5cd5f5e65c0ce09052ef93be 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube</groupId>
     <artifactId>sonarqube</artifactId>
-    <version>7.0-RC1</version>
+    <version>7.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>sonar-ws</artifactId>
index ac20de9c4a3c4ec6e088824cb4362a67bf4abe67..abdd89f63c997b231396d22003be15c89d9509bf 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube.tests</groupId>
     <artifactId>plugins</artifactId>
-    <version>7.0-RC1</version>
+    <version>7.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>access-secured-props-plugin</artifactId>
index d657b8c909be1e5516b6c567b550a49fcfbe1437..09f4647a99ce0e0283cc0bcc9a727f447b5428b8 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube</groupId>
     <artifactId>sonarqube</artifactId>
-    <version>7.0-RC1</version>
+    <version>7.0-SNAPSHOT</version>
     <relativePath>../..</relativePath>
   </parent>
   <artifactId>backdating-customplugin</artifactId>
index 7894b8b9c9b50c7d8d11dc7e8ad99e30f69abdb7..e223b74d04e62b8c4028bb08146f4db1c28956a5 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube</groupId>
     <artifactId>sonarqube</artifactId>
-    <version>7.0-RC1</version>
+    <version>7.0-SNAPSHOT</version>
     <relativePath>../..</relativePath>
   </parent>
   <artifactId>backdating-plugin-v1</artifactId>
index 7462a370c92b1fbee9f8d1e4955a549cb17ae502..863b4989a30b4897bedff1da83021b665cf4e708 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube</groupId>
     <artifactId>sonarqube</artifactId>
-    <version>7.0-RC1</version>
+    <version>7.0-SNAPSHOT</version>
     <relativePath>../..</relativePath>
   </parent>
   <artifactId>backdating-plugin-v2</artifactId>
index bf7503dc9c356a0b043a36d0b7f916bf26ceee01..3d228cee1d997d880bf4b29ad2e219a4aba0072a 100644 (file)
@@ -6,7 +6,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube.tests</groupId>
     <artifactId>plugins</artifactId>
-    <version>7.0-RC1</version>
+    <version>7.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>base-auth-plugin</artifactId>
index 16771f9baeb2346c49abb84e79f5182c7961787d..51fcc0e70f2ee0a91f71f9807e6d53600db5f043 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube.tests</groupId>
     <artifactId>plugins</artifactId>
-    <version>7.0-RC1</version>
+    <version>7.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>batch-plugin</artifactId>
index 3ee9c33a5463a4efee67662b51517874613e33e5..14448d5f79f89a669137e7b6e5b01601e1976c58 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube.tests</groupId>
     <artifactId>plugins</artifactId>
-    <version>7.0-RC1</version>
+    <version>7.0-SNAPSHOT</version>
   </parent>
   <artifactId>extension-lifecycle-plugin</artifactId>
   <version>1.0-SNAPSHOT</version>
index 320c15175ac5372b5885ed34966bed6bb1d18134..7a1587cd08a07666d901a56c67f63d3ddf29bdd2 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube.tests</groupId>
     <artifactId>plugins</artifactId>
-    <version>7.0-RC1</version>
+    <version>7.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>fake-billing-plugin</artifactId>
index 54e04f9c9b1f89b2cc351a682a82737b25bcc7d7..1ba77527f57d3892f578b5453cdb1477e7322da3 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube.tests</groupId>
     <artifactId>plugins</artifactId>
-    <version>7.0-RC1</version>
+    <version>7.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>fake-governance-plugin</artifactId>
index 1cbff7ca9a73f1bff1a33f47ef56f626afed5265..8bed2b348a3e9491cef87e4067c5e81da833908c 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube</groupId>
     <artifactId>sonarqube</artifactId>
-    <version>7.0-RC1</version>
+    <version>7.0-SNAPSHOT</version>
     <relativePath>../..</relativePath>
   </parent>
   <artifactId>foo-plugin-v1</artifactId>
index 14ebbd2604092f39f26af1087ec1479af8229592..a774251a52e81beca1e4c841805f873974658934 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube</groupId>
     <artifactId>sonarqube</artifactId>
-    <version>7.0-RC1</version>
+    <version>7.0-SNAPSHOT</version>
     <relativePath>../..</relativePath>
   </parent>
   <artifactId>foo-plugin-v2</artifactId>
index cf47b226475585d4fc53cf1446ae10d901f27515..41497a700dd58dfabd365df27ca5d645a9dcaed9 100644 (file)
@@ -6,7 +6,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube.tests</groupId>
     <artifactId>plugins</artifactId>
-    <version>7.0-RC1</version>
+    <version>7.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>global-property-change-plugin</artifactId>
index ec7658217c7f9e822f88a838f98b43f0d2c0ef59..aaaf43a61e46cbcd2185ee6e3c89b15ecd3f6581 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube.tests</groupId>
     <artifactId>plugins</artifactId>
-    <version>7.0-RC1</version>
+    <version>7.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>issue-filter-plugin</artifactId>
index 8894d37246f953a75b0f71040b7218b9418a813e..3ffef63d15f80ef7bf7ba3525a46424477b8f124 100644 (file)
@@ -6,7 +6,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube.tests</groupId>
     <artifactId>plugins</artifactId>
-    <version>7.0-RC1</version>
+    <version>7.0-SNAPSHOT</version>
   </parent>
   
   <artifactId>l10n-fr-pack</artifactId>
index 9dee8a8055253f28ee9ec41f9f0f913d11ed76d4..1ac4bca833e9bbece2d0819535fa8529d17c3e10 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube.tests</groupId>
     <artifactId>plugins</artifactId>
-    <version>7.0-RC1</version>
+    <version>7.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>license-plugin</artifactId>
index 3c40c9db3fb0659f2199f398cf879328917b29f3..3a6b259c7bf15709bd537a42d4728fc548068929 100644 (file)
@@ -6,7 +6,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube.tests</groupId>
     <artifactId>plugins</artifactId>
-    <version>7.0-RC1</version>
+    <version>7.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>oauth2-auth-plugin</artifactId>
index 250b3eb937dae08bafabf2b59e823dffe02358e5..11b2416bf924544ece3237e57eda99b0cbae3e1a 100644 (file)
@@ -6,7 +6,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube</groupId>
     <artifactId>sonarqube</artifactId>
-    <version>7.0-RC1</version>
+    <version>7.0-SNAPSHOT</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
   <groupId>org.sonarsource.sonarqube.tests</groupId>
index 5c9dc458f7b2375cea253660f33711527751f80f..5fcf3f0dfccf03c68587b2d92440248474e1ba63 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube.tests</groupId>
     <artifactId>plugins</artifactId>
-    <version>7.0-RC1</version>
+    <version>7.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>posttask-plugin</artifactId>
index 79955d103d8f806dd8e9ea7e3a83ebfccf2232e3..5a6b1829ce58f4a08f13afa3a2f7a6734e936059 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube.tests</groupId>
     <artifactId>plugins</artifactId>
-    <version>7.0-RC1</version>
+    <version>7.0-SNAPSHOT</version>
   </parent>
   <artifactId>project-builder-plugin</artifactId>
   <version>1.0-SNAPSHOT</version>
index 0ef0d82d6559769193f729418af50fcb1f39c0a5..cdb13354313ec709572205d7b4d6ada4db527ec9 100644 (file)
@@ -6,7 +6,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube.tests</groupId>
     <artifactId>plugins</artifactId>
-    <version>7.0-RC1</version>
+    <version>7.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>property-relocation-plugin</artifactId>
index 9ce62bd307c307c18bfb2156e51cb2c8844d26ad..40fc5b2fde8b6f8c26ce8e5d60390dfad4043fa2 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube.tests</groupId>
     <artifactId>plugins</artifactId>
-    <version>7.0-RC1</version>
+    <version>7.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>property-sets-plugin</artifactId>
index 81cb20face0294f87c899ebbf0711a1afccb2b0c..a4736110b3d90f0f2d6ee510847bcea01af7e169 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube.tests</groupId>
     <artifactId>plugins</artifactId>
-    <version>7.0-RC1</version>
+    <version>7.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>security-plugin</artifactId>
index f8165b1f70ccfd39f559b45c0bd00228d00ffc3c..92ffff7320888be725213973206c515a86aa1b87 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube.tests</groupId>
     <artifactId>plugins</artifactId>
-    <version>7.0-RC1</version>
+    <version>7.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>server-plugin</artifactId>
index 52b110ae67397a0bd5989228a17a40d5235a3d74..65bd2b2378d4ee21bbbecfb5c0db35dd4d0c794d 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube.tests</groupId>
     <artifactId>plugins</artifactId>
-    <version>7.0-RC1</version>
+    <version>7.0-SNAPSHOT</version>
   </parent>
   <artifactId>settings-encryption-plugin</artifactId>
   <version>1.0-SNAPSHOT</version>
index 28511350d71a94f9ee73c5f31454130260edfd7c..6caa3073b38e0c90adabc3a5263d19be0594aec6 100644 (file)
@@ -6,7 +6,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube.tests</groupId>
     <artifactId>plugins</artifactId>
-    <version>7.0-RC1</version>
+    <version>7.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>settings-plugin</artifactId>
index af23c240a9555ae3639d0b3b3f4b2f04e796aac4..f5ac4dc3caf655474353b9b8bbd26fce2619e1e4 100644 (file)
@@ -6,7 +6,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube.tests</groupId>
     <artifactId>plugins</artifactId>
-    <version>7.0-RC1</version>
+    <version>7.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>sonar-fake-plugin</artifactId>
index e92130a36ad46f0f869c1d48037be2635d5b1139..21c0fb266748e53ea2871d777655c727b586dd48 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube.tests</groupId>
     <artifactId>plugins</artifactId>
-    <version>7.0-RC1</version>
+    <version>7.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>sonar-subcategories-plugin</artifactId>
index d77d354db78c08c3e7567e9896859c943a3d7d4e..51da629d46db92f96a2bd4ccb0f2769bc0897a70 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube.tests</groupId>
     <artifactId>plugins</artifactId>
-    <version>7.0-RC1</version>
+    <version>7.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>ui-extensions-plugin</artifactId>
index d4dc2262c00e2798900256ce6b84bb276eaba606..79f4bcffff3186afb3e53a6eb2c300ef51d27413 100644 (file)
@@ -6,7 +6,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube.tests</groupId>
     <artifactId>plugins</artifactId>
-    <version>7.0-RC1</version>
+    <version>7.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>wait-at-platform-level4-plugin</artifactId>
index 2003a726132b203352231823e87267af0e619200..a6d5b3114d360e0aa70c15d19ff6b8f85f9e95fd 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube.tests</groupId>
     <artifactId>plugins</artifactId>
-    <version>7.0-RC1</version>
+    <version>7.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>ws-plugin</artifactId>
index d3452ea720c78519032c9a83f4d1c84b596ba4d1..d8b9e7b886d1e2e52c570b13920f4aea6e313c3c 100644 (file)
@@ -7,7 +7,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube</groupId>
     <artifactId>sonarqube</artifactId>
-    <version>7.0-RC1</version>
+    <version>7.0-SNAPSHOT</version>
   </parent>
 
   <groupId>org.sonarsource.sonarqube.tests</groupId>