aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJulien Lancelot <julien.lancelot@sonarsource.com>2017-10-27 17:54:59 +0200
committerJulien Lancelot <julien.lancelot@sonarsource.com>2017-10-27 17:54:59 +0200
commit70bb344fb38dbb05b71d203a25f8aeff60fcd724 (patch)
treee0285271a46ceb4b41f61200e74f4860ced6ee56
parent3f72c27bf24dcecfad0e0901797e6d166532de72 (diff)
downloadsonarqube-70bb344fb38dbb05b71d203a25f8aeff60fcd724.tar.gz
sonarqube-70bb344fb38dbb05b71d203a25f8aeff60fcd724.zip
Prepare for next development iteration
-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-core/pom.xml2
-rw-r--r--server/sonar-db-dao/pom.xml2
-rw-r--r--server/sonar-db-migration/pom.xml2
-rw-r--r--server/sonar-db-testing/pom.xml2
-rw-r--r--server/sonar-main/pom.xml2
-rw-r--r--server/sonar-plugin-bridge/pom.xml2
-rw-r--r--server/sonar-process/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-core/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/plugins/access-secured-props-plugin/pom.xml2
-rw-r--r--tests/plugins/backdating-customplugin/pom.xml2
-rw-r--r--tests/plugins/backdating-plugin-v1/pom.xml2
-rw-r--r--tests/plugins/backdating-plugin-v2/pom.xml2
-rw-r--r--tests/plugins/base-auth-plugin/pom.xml2
-rw-r--r--tests/plugins/batch-plugin/pom.xml2
-rw-r--r--tests/plugins/extension-lifecycle-plugin/pom.xml2
-rw-r--r--tests/plugins/fake-billing-plugin/pom.xml2
-rw-r--r--tests/plugins/fake-governance-plugin/pom.xml2
-rw-r--r--tests/plugins/foo-plugin-v1/pom.xml2
-rw-r--r--tests/plugins/foo-plugin-v2/pom.xml2
-rw-r--r--tests/plugins/global-property-change-plugin/pom.xml2
-rw-r--r--tests/plugins/issue-filter-plugin/pom.xml2
-rw-r--r--tests/plugins/l10n-fr-pack/pom.xml2
-rw-r--r--tests/plugins/license-plugin/pom.xml2
-rw-r--r--tests/plugins/oauth2-auth-plugin/pom.xml2
-rw-r--r--tests/plugins/pom.xml2
-rw-r--r--tests/plugins/posttask-plugin/pom.xml2
-rw-r--r--tests/plugins/project-builder-plugin/pom.xml2
-rw-r--r--tests/plugins/property-relocation-plugin/pom.xml2
-rw-r--r--tests/plugins/property-sets-plugin/pom.xml2
-rw-r--r--tests/plugins/security-plugin/pom.xml2
-rw-r--r--tests/plugins/server-plugin/pom.xml2
-rw-r--r--tests/plugins/settings-encryption-plugin/pom.xml2
-rw-r--r--tests/plugins/settings-plugin/pom.xml2
-rw-r--r--tests/plugins/sonar-fake-plugin/pom.xml2
-rw-r--r--tests/plugins/sonar-subcategories-plugin/pom.xml2
-rw-r--r--tests/plugins/ui-extensions-plugin/pom.xml2
-rw-r--r--tests/plugins/wait-at-platform-level4-plugin/pom.xml2
-rw-r--r--tests/plugins/ws-plugin/pom.xml2
-rw-r--r--tests/pom.xml2
57 files changed, 57 insertions, 57 deletions
diff --git a/plugins/sonar-xoo-plugin/pom.xml b/plugins/sonar-xoo-plugin/pom.xml
index aeab6382e11..7268658dd06 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.7-RC1</version>
+ <version>6.7-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>
<artifactId>sonar-xoo-plugin</artifactId>
diff --git a/pom.xml b/pom.xml
index 5e01532a36f..bb76e3144e5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -11,7 +11,7 @@
<groupId>org.sonarsource.sonarqube</groupId>
<artifactId>sonarqube</artifactId>
<packaging>pom</packaging>
- <version>6.7-RC1</version>
+ <version>6.7-SNAPSHOT</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 e01f6feb0b9..d0e5030a4c0 100644
--- a/server/pom.xml
+++ b/server/pom.xml
@@ -6,7 +6,7 @@
<parent>
<groupId>org.sonarsource.sonarqube</groupId>
<artifactId>sonarqube</artifactId>
- <version>6.7-RC1</version>
+ <version>6.7-SNAPSHOT</version>
</parent>
<artifactId>server</artifactId>
<packaging>pom</packaging>
diff --git a/server/sonar-ce/pom.xml b/server/sonar-ce/pom.xml
index 6c06bf738f6..33c11b4326b 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.7-RC1</version>
+ <version>6.7-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>
<artifactId>sonar-ce</artifactId>
diff --git a/server/sonar-db-core/pom.xml b/server/sonar-db-core/pom.xml
index a90c3b0d95b..680ad3309af 100644
--- a/server/sonar-db-core/pom.xml
+++ b/server/sonar-db-core/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.sonarsource.sonarqube</groupId>
<artifactId>server</artifactId>
- <version>6.7-RC1</version>
+ <version>6.7-SNAPSHOT</version>
</parent>
<artifactId>sonar-db-core</artifactId>
diff --git a/server/sonar-db-dao/pom.xml b/server/sonar-db-dao/pom.xml
index d34cc7b7413..ffd51836423 100644
--- a/server/sonar-db-dao/pom.xml
+++ b/server/sonar-db-dao/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.sonarsource.sonarqube</groupId>
<artifactId>server</artifactId>
- <version>6.7-RC1</version>
+ <version>6.7-SNAPSHOT</version>
</parent>
<artifactId>sonar-db-dao</artifactId>
diff --git a/server/sonar-db-migration/pom.xml b/server/sonar-db-migration/pom.xml
index ee3958bcd06..d07b55a9481 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.7-RC1</version>
+ <version>6.7-SNAPSHOT</version>
</parent>
<artifactId>sonar-db-migration</artifactId>
diff --git a/server/sonar-db-testing/pom.xml b/server/sonar-db-testing/pom.xml
index f8e783f8417..0f0bd9904de 100644
--- a/server/sonar-db-testing/pom.xml
+++ b/server/sonar-db-testing/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.sonarsource.sonarqube</groupId>
<artifactId>server</artifactId>
- <version>6.7-RC1</version>
+ <version>6.7-SNAPSHOT</version>
</parent>
<artifactId>sonar-db-testing</artifactId>
diff --git a/server/sonar-main/pom.xml b/server/sonar-main/pom.xml
index f1d744b22b5..2e6ba8c5ad1 100644
--- a/server/sonar-main/pom.xml
+++ b/server/sonar-main/pom.xml
@@ -6,7 +6,7 @@
<parent>
<groupId>org.sonarsource.sonarqube</groupId>
<artifactId>server</artifactId>
- <version>6.7-RC1</version>
+ <version>6.7-SNAPSHOT</version>
<relativePath>../</relativePath>
</parent>
diff --git a/server/sonar-plugin-bridge/pom.xml b/server/sonar-plugin-bridge/pom.xml
index 41208d82d9d..8423fa4d7cb 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.7-RC1</version>
+ <version>6.7-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>
<artifactId>sonar-plugin-bridge</artifactId>
diff --git a/server/sonar-process/pom.xml b/server/sonar-process/pom.xml
index 1fbde815e7f..0ce44451171 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.7-RC1</version>
+ <version>6.7-SNAPSHOT</version>
<relativePath>../</relativePath>
</parent>
diff --git a/server/sonar-server/pom.xml b/server/sonar-server/pom.xml
index 2e02730eac2..c7fd698910f 100644
--- a/server/sonar-server/pom.xml
+++ b/server/sonar-server/pom.xml
@@ -6,7 +6,7 @@
<parent>
<groupId>org.sonarsource.sonarqube</groupId>
<artifactId>server</artifactId>
- <version>6.7-RC1</version>
+ <version>6.7-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>
<artifactId>sonar-server</artifactId>
diff --git a/server/sonar-web/pom.xml b/server/sonar-web/pom.xml
index d8d00c9f4b7..fa4769ecb2a 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.7-RC1</version>
+ <version>6.7-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>
<artifactId>sonar-web</artifactId>
diff --git a/sonar-application/pom.xml b/sonar-application/pom.xml
index 2f85f4eee35..ebc92a6fa33 100644
--- a/sonar-application/pom.xml
+++ b/sonar-application/pom.xml
@@ -7,7 +7,7 @@
<parent>
<groupId>org.sonarsource.sonarqube</groupId>
<artifactId>sonarqube</artifactId>
- <version>6.7-RC1</version>
+ <version>6.7-SNAPSHOT</version>
</parent>
<artifactId>sonar-application</artifactId>
diff --git a/sonar-check-api/pom.xml b/sonar-check-api/pom.xml
index 79644651586..ecf8a2fb6e0 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.7-RC1</version>
+ <version>6.7-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>
<artifactId>sonar-check-api</artifactId>
diff --git a/sonar-core/pom.xml b/sonar-core/pom.xml
index 855c31b1725..a4234b661d4 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.7-RC1</version>
+ <version>6.7-SNAPSHOT</version>
</parent>
<artifactId>sonar-core</artifactId>
diff --git a/sonar-duplications/pom.xml b/sonar-duplications/pom.xml
index 643c2238e22..a868cf9f6c1 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.7-RC1</version>
+ <version>6.7-SNAPSHOT</version>
</parent>
<artifactId>sonar-duplications</artifactId>
diff --git a/sonar-home/pom.xml b/sonar-home/pom.xml
index 9234eb10e14..82aff11df8d 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.7-RC1</version>
+ <version>6.7-SNAPSHOT</version>
</parent>
<artifactId>sonar-home</artifactId>
diff --git a/sonar-markdown/pom.xml b/sonar-markdown/pom.xml
index d22b39139a6..faaa86c3e60 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.7-RC1</version>
+ <version>6.7-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>
diff --git a/sonar-plugin-api-deps/pom.xml b/sonar-plugin-api-deps/pom.xml
index 4263e8a3e61..ae4048405a4 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.7-RC1</version>
+ <version>6.7-SNAPSHOT</version>
</parent>
<artifactId>sonar-plugin-api-deps</artifactId>
diff --git a/sonar-plugin-api/pom.xml b/sonar-plugin-api/pom.xml
index a4f5b26e3a6..5868046e262 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.7-RC1</version>
+ <version>6.7-SNAPSHOT</version>
</parent>
<artifactId>sonar-plugin-api</artifactId>
diff --git a/sonar-scanner-engine-shaded/pom.xml b/sonar-scanner-engine-shaded/pom.xml
index e6860ebdbde..4ca3098815a 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.7-RC1</version>
+ <version>6.7-SNAPSHOT</version>
</parent>
<artifactId>sonar-scanner-engine-shaded</artifactId>
diff --git a/sonar-scanner-engine/pom.xml b/sonar-scanner-engine/pom.xml
index 4613b498adf..e4c0c67266c 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.7-RC1</version>
+ <version>6.7-SNAPSHOT</version>
</parent>
<artifactId>sonar-scanner-engine</artifactId>
diff --git a/sonar-scanner-protocol/pom.xml b/sonar-scanner-protocol/pom.xml
index a1a0ebc08ed..26ed3372438 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.7-RC1</version>
+ <version>6.7-SNAPSHOT</version>
</parent>
<artifactId>sonar-scanner-protocol</artifactId>
diff --git a/sonar-testing-harness/pom.xml b/sonar-testing-harness/pom.xml
index 63d08940d29..4dbe30bd70b 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.7-RC1</version>
+ <version>6.7-SNAPSHOT</version>
</parent>
<artifactId>sonar-testing-harness</artifactId>
<packaging>jar</packaging>
diff --git a/sonar-ws/pom.xml b/sonar-ws/pom.xml
index 6265326fbf9..2f61e3f0d42 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.7-RC1</version>
+ <version>6.7-SNAPSHOT</version>
</parent>
<artifactId>sonar-ws</artifactId>
diff --git a/tests/plugins/access-secured-props-plugin/pom.xml b/tests/plugins/access-secured-props-plugin/pom.xml
index 9fae95641e4..cfb47693650 100644
--- a/tests/plugins/access-secured-props-plugin/pom.xml
+++ b/tests/plugins/access-secured-props-plugin/pom.xml
@@ -4,7 +4,7 @@
<parent>
<groupId>org.sonarsource.sonarqube.tests</groupId>
<artifactId>plugins</artifactId>
- <version>6.7-RC1</version>
+ <version>6.7-SNAPSHOT</version>
</parent>
<artifactId>access-secured-props-plugin</artifactId>
diff --git a/tests/plugins/backdating-customplugin/pom.xml b/tests/plugins/backdating-customplugin/pom.xml
index 850e4089f7c..c2f349a7355 100644
--- a/tests/plugins/backdating-customplugin/pom.xml
+++ b/tests/plugins/backdating-customplugin/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.sonarsource.sonarqube</groupId>
<artifactId>sonarqube</artifactId>
- <version>6.7-RC1</version>
+ <version>6.7-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>
<artifactId>backdating-customplugin</artifactId>
diff --git a/tests/plugins/backdating-plugin-v1/pom.xml b/tests/plugins/backdating-plugin-v1/pom.xml
index a4b1d03d1df..534366f38d2 100644
--- a/tests/plugins/backdating-plugin-v1/pom.xml
+++ b/tests/plugins/backdating-plugin-v1/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.sonarsource.sonarqube</groupId>
<artifactId>sonarqube</artifactId>
- <version>6.7-RC1</version>
+ <version>6.7-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>
<artifactId>backdating-plugin-v1</artifactId>
diff --git a/tests/plugins/backdating-plugin-v2/pom.xml b/tests/plugins/backdating-plugin-v2/pom.xml
index 489016f527a..ad2ab9e2e17 100644
--- a/tests/plugins/backdating-plugin-v2/pom.xml
+++ b/tests/plugins/backdating-plugin-v2/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.sonarsource.sonarqube</groupId>
<artifactId>sonarqube</artifactId>
- <version>6.7-RC1</version>
+ <version>6.7-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>
<artifactId>backdating-plugin-v2</artifactId>
diff --git a/tests/plugins/base-auth-plugin/pom.xml b/tests/plugins/base-auth-plugin/pom.xml
index fb1a4dc05e2..d46add99617 100644
--- a/tests/plugins/base-auth-plugin/pom.xml
+++ b/tests/plugins/base-auth-plugin/pom.xml
@@ -6,7 +6,7 @@
<parent>
<groupId>org.sonarsource.sonarqube.tests</groupId>
<artifactId>plugins</artifactId>
- <version>6.7-RC1</version>
+ <version>6.7-SNAPSHOT</version>
</parent>
<artifactId>base-auth-plugin</artifactId>
diff --git a/tests/plugins/batch-plugin/pom.xml b/tests/plugins/batch-plugin/pom.xml
index 2ea04d168a8..daa01cfa967 100644
--- a/tests/plugins/batch-plugin/pom.xml
+++ b/tests/plugins/batch-plugin/pom.xml
@@ -4,7 +4,7 @@
<parent>
<groupId>org.sonarsource.sonarqube.tests</groupId>
<artifactId>plugins</artifactId>
- <version>6.7-RC1</version>
+ <version>6.7-SNAPSHOT</version>
</parent>
<artifactId>batch-plugin</artifactId>
diff --git a/tests/plugins/extension-lifecycle-plugin/pom.xml b/tests/plugins/extension-lifecycle-plugin/pom.xml
index 8a7eca36fd4..39f74493d64 100644
--- a/tests/plugins/extension-lifecycle-plugin/pom.xml
+++ b/tests/plugins/extension-lifecycle-plugin/pom.xml
@@ -4,7 +4,7 @@
<parent>
<groupId>org.sonarsource.sonarqube.tests</groupId>
<artifactId>plugins</artifactId>
- <version>6.7-RC1</version>
+ <version>6.7-SNAPSHOT</version>
</parent>
<artifactId>extension-lifecycle-plugin</artifactId>
<version>1.0-SNAPSHOT</version>
diff --git a/tests/plugins/fake-billing-plugin/pom.xml b/tests/plugins/fake-billing-plugin/pom.xml
index 4f98242c9d5..cc8f41c911c 100644
--- a/tests/plugins/fake-billing-plugin/pom.xml
+++ b/tests/plugins/fake-billing-plugin/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.sonarsource.sonarqube.tests</groupId>
<artifactId>plugins</artifactId>
- <version>6.7-RC1</version>
+ <version>6.7-SNAPSHOT</version>
</parent>
<artifactId>fake-billing-plugin</artifactId>
diff --git a/tests/plugins/fake-governance-plugin/pom.xml b/tests/plugins/fake-governance-plugin/pom.xml
index 26a5568f03c..d4eee5710ec 100644
--- a/tests/plugins/fake-governance-plugin/pom.xml
+++ b/tests/plugins/fake-governance-plugin/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.sonarsource.sonarqube.tests</groupId>
<artifactId>plugins</artifactId>
- <version>6.7-RC1</version>
+ <version>6.7-SNAPSHOT</version>
</parent>
<artifactId>fake-governance-plugin</artifactId>
diff --git a/tests/plugins/foo-plugin-v1/pom.xml b/tests/plugins/foo-plugin-v1/pom.xml
index ded0af31bc4..79d4db198d3 100644
--- a/tests/plugins/foo-plugin-v1/pom.xml
+++ b/tests/plugins/foo-plugin-v1/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.sonarsource.sonarqube</groupId>
<artifactId>sonarqube</artifactId>
- <version>6.7-RC1</version>
+ <version>6.7-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>
<artifactId>foo-plugin-v1</artifactId>
diff --git a/tests/plugins/foo-plugin-v2/pom.xml b/tests/plugins/foo-plugin-v2/pom.xml
index 4a1bc94c90c..5475ef9c8f4 100644
--- a/tests/plugins/foo-plugin-v2/pom.xml
+++ b/tests/plugins/foo-plugin-v2/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.sonarsource.sonarqube</groupId>
<artifactId>sonarqube</artifactId>
- <version>6.7-RC1</version>
+ <version>6.7-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>
<artifactId>foo-plugin-v2</artifactId>
diff --git a/tests/plugins/global-property-change-plugin/pom.xml b/tests/plugins/global-property-change-plugin/pom.xml
index 486d87d59c1..5be3e0535f2 100644
--- a/tests/plugins/global-property-change-plugin/pom.xml
+++ b/tests/plugins/global-property-change-plugin/pom.xml
@@ -6,7 +6,7 @@
<parent>
<groupId>org.sonarsource.sonarqube.tests</groupId>
<artifactId>plugins</artifactId>
- <version>6.7-RC1</version>
+ <version>6.7-SNAPSHOT</version>
</parent>
<artifactId>global-property-change-plugin</artifactId>
diff --git a/tests/plugins/issue-filter-plugin/pom.xml b/tests/plugins/issue-filter-plugin/pom.xml
index da003209f4d..070fb89f2db 100644
--- a/tests/plugins/issue-filter-plugin/pom.xml
+++ b/tests/plugins/issue-filter-plugin/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.sonarsource.sonarqube.tests</groupId>
<artifactId>plugins</artifactId>
- <version>6.7-RC1</version>
+ <version>6.7-SNAPSHOT</version>
</parent>
<artifactId>issue-filter-plugin</artifactId>
diff --git a/tests/plugins/l10n-fr-pack/pom.xml b/tests/plugins/l10n-fr-pack/pom.xml
index 6151c39c5a9..9468f658bde 100644
--- a/tests/plugins/l10n-fr-pack/pom.xml
+++ b/tests/plugins/l10n-fr-pack/pom.xml
@@ -6,7 +6,7 @@
<parent>
<groupId>org.sonarsource.sonarqube.tests</groupId>
<artifactId>plugins</artifactId>
- <version>6.7-RC1</version>
+ <version>6.7-SNAPSHOT</version>
</parent>
<artifactId>l10n-fr-pack</artifactId>
diff --git a/tests/plugins/license-plugin/pom.xml b/tests/plugins/license-plugin/pom.xml
index 7817585146e..72ceb45d425 100644
--- a/tests/plugins/license-plugin/pom.xml
+++ b/tests/plugins/license-plugin/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.sonarsource.sonarqube.tests</groupId>
<artifactId>plugins</artifactId>
- <version>6.7-RC1</version>
+ <version>6.7-SNAPSHOT</version>
</parent>
<artifactId>license-plugin</artifactId>
diff --git a/tests/plugins/oauth2-auth-plugin/pom.xml b/tests/plugins/oauth2-auth-plugin/pom.xml
index e04c5fb3826..fc603067093 100644
--- a/tests/plugins/oauth2-auth-plugin/pom.xml
+++ b/tests/plugins/oauth2-auth-plugin/pom.xml
@@ -6,7 +6,7 @@
<parent>
<groupId>org.sonarsource.sonarqube.tests</groupId>
<artifactId>plugins</artifactId>
- <version>6.7-RC1</version>
+ <version>6.7-SNAPSHOT</version>
</parent>
<artifactId>oauth2-auth-plugin</artifactId>
diff --git a/tests/plugins/pom.xml b/tests/plugins/pom.xml
index f5610732fc8..b5a58f853b5 100644
--- a/tests/plugins/pom.xml
+++ b/tests/plugins/pom.xml
@@ -6,7 +6,7 @@
<parent>
<groupId>org.sonarsource.sonarqube</groupId>
<artifactId>sonarqube</artifactId>
- <version>6.7-RC1</version>
+ <version>6.7-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<groupId>org.sonarsource.sonarqube.tests</groupId>
diff --git a/tests/plugins/posttask-plugin/pom.xml b/tests/plugins/posttask-plugin/pom.xml
index 9f92660f774..3a611d30246 100644
--- a/tests/plugins/posttask-plugin/pom.xml
+++ b/tests/plugins/posttask-plugin/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.sonarsource.sonarqube.tests</groupId>
<artifactId>plugins</artifactId>
- <version>6.7-RC1</version>
+ <version>6.7-SNAPSHOT</version>
</parent>
<artifactId>posttask-plugin</artifactId>
diff --git a/tests/plugins/project-builder-plugin/pom.xml b/tests/plugins/project-builder-plugin/pom.xml
index ff96fd100af..5b649883819 100644
--- a/tests/plugins/project-builder-plugin/pom.xml
+++ b/tests/plugins/project-builder-plugin/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.sonarsource.sonarqube.tests</groupId>
<artifactId>plugins</artifactId>
- <version>6.7-RC1</version>
+ <version>6.7-SNAPSHOT</version>
</parent>
<artifactId>project-builder-plugin</artifactId>
<version>1.0-SNAPSHOT</version>
diff --git a/tests/plugins/property-relocation-plugin/pom.xml b/tests/plugins/property-relocation-plugin/pom.xml
index 885e65e2095..f98128e7bc3 100644
--- a/tests/plugins/property-relocation-plugin/pom.xml
+++ b/tests/plugins/property-relocation-plugin/pom.xml
@@ -6,7 +6,7 @@
<parent>
<groupId>org.sonarsource.sonarqube.tests</groupId>
<artifactId>plugins</artifactId>
- <version>6.7-RC1</version>
+ <version>6.7-SNAPSHOT</version>
</parent>
<artifactId>property-relocation-plugin</artifactId>
diff --git a/tests/plugins/property-sets-plugin/pom.xml b/tests/plugins/property-sets-plugin/pom.xml
index 60a393966c8..657286158ce 100644
--- a/tests/plugins/property-sets-plugin/pom.xml
+++ b/tests/plugins/property-sets-plugin/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.sonarsource.sonarqube.tests</groupId>
<artifactId>plugins</artifactId>
- <version>6.7-RC1</version>
+ <version>6.7-SNAPSHOT</version>
</parent>
<artifactId>property-sets-plugin</artifactId>
diff --git a/tests/plugins/security-plugin/pom.xml b/tests/plugins/security-plugin/pom.xml
index b71e85483f6..22226e6764e 100644
--- a/tests/plugins/security-plugin/pom.xml
+++ b/tests/plugins/security-plugin/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.sonarsource.sonarqube.tests</groupId>
<artifactId>plugins</artifactId>
- <version>6.7-RC1</version>
+ <version>6.7-SNAPSHOT</version>
</parent>
<artifactId>security-plugin</artifactId>
diff --git a/tests/plugins/server-plugin/pom.xml b/tests/plugins/server-plugin/pom.xml
index 11becb9ac86..8a3f1874d35 100644
--- a/tests/plugins/server-plugin/pom.xml
+++ b/tests/plugins/server-plugin/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.sonarsource.sonarqube.tests</groupId>
<artifactId>plugins</artifactId>
- <version>6.7-RC1</version>
+ <version>6.7-SNAPSHOT</version>
</parent>
<artifactId>server-plugin</artifactId>
diff --git a/tests/plugins/settings-encryption-plugin/pom.xml b/tests/plugins/settings-encryption-plugin/pom.xml
index f639baee655..4771adb6ff2 100644
--- a/tests/plugins/settings-encryption-plugin/pom.xml
+++ b/tests/plugins/settings-encryption-plugin/pom.xml
@@ -4,7 +4,7 @@
<parent>
<groupId>org.sonarsource.sonarqube.tests</groupId>
<artifactId>plugins</artifactId>
- <version>6.7-RC1</version>
+ <version>6.7-SNAPSHOT</version>
</parent>
<artifactId>settings-encryption-plugin</artifactId>
<version>1.0-SNAPSHOT</version>
diff --git a/tests/plugins/settings-plugin/pom.xml b/tests/plugins/settings-plugin/pom.xml
index 05dc0afc982..269d3b0f15b 100644
--- a/tests/plugins/settings-plugin/pom.xml
+++ b/tests/plugins/settings-plugin/pom.xml
@@ -6,7 +6,7 @@
<parent>
<groupId>org.sonarsource.sonarqube.tests</groupId>
<artifactId>plugins</artifactId>
- <version>6.7-RC1</version>
+ <version>6.7-SNAPSHOT</version>
</parent>
<artifactId>settings-plugin</artifactId>
diff --git a/tests/plugins/sonar-fake-plugin/pom.xml b/tests/plugins/sonar-fake-plugin/pom.xml
index 03a43e4360b..413c8ad7945 100644
--- a/tests/plugins/sonar-fake-plugin/pom.xml
+++ b/tests/plugins/sonar-fake-plugin/pom.xml
@@ -6,7 +6,7 @@
<parent>
<groupId>org.sonarsource.sonarqube.tests</groupId>
<artifactId>plugins</artifactId>
- <version>6.7-RC1</version>
+ <version>6.7-SNAPSHOT</version>
</parent>
<artifactId>sonar-fake-plugin</artifactId>
diff --git a/tests/plugins/sonar-subcategories-plugin/pom.xml b/tests/plugins/sonar-subcategories-plugin/pom.xml
index ae2628b4d1f..158a32828ee 100644
--- a/tests/plugins/sonar-subcategories-plugin/pom.xml
+++ b/tests/plugins/sonar-subcategories-plugin/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.sonarsource.sonarqube.tests</groupId>
<artifactId>plugins</artifactId>
- <version>6.7-RC1</version>
+ <version>6.7-SNAPSHOT</version>
</parent>
<artifactId>sonar-subcategories-plugin</artifactId>
diff --git a/tests/plugins/ui-extensions-plugin/pom.xml b/tests/plugins/ui-extensions-plugin/pom.xml
index 189a3c2f71c..111ea2d3c9f 100644
--- a/tests/plugins/ui-extensions-plugin/pom.xml
+++ b/tests/plugins/ui-extensions-plugin/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.sonarsource.sonarqube.tests</groupId>
<artifactId>plugins</artifactId>
- <version>6.7-RC1</version>
+ <version>6.7-SNAPSHOT</version>
</parent>
<artifactId>ui-extensions-plugin</artifactId>
diff --git a/tests/plugins/wait-at-platform-level4-plugin/pom.xml b/tests/plugins/wait-at-platform-level4-plugin/pom.xml
index 927ce824c29..5aa0d52821d 100644
--- a/tests/plugins/wait-at-platform-level4-plugin/pom.xml
+++ b/tests/plugins/wait-at-platform-level4-plugin/pom.xml
@@ -6,7 +6,7 @@
<parent>
<groupId>org.sonarsource.sonarqube.tests</groupId>
<artifactId>plugins</artifactId>
- <version>6.7-RC1</version>
+ <version>6.7-SNAPSHOT</version>
</parent>
<artifactId>wait-at-platform-level4-plugin</artifactId>
diff --git a/tests/plugins/ws-plugin/pom.xml b/tests/plugins/ws-plugin/pom.xml
index ef8f7eff581..81d626ee18f 100644
--- a/tests/plugins/ws-plugin/pom.xml
+++ b/tests/plugins/ws-plugin/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.sonarsource.sonarqube.tests</groupId>
<artifactId>plugins</artifactId>
- <version>6.7-RC1</version>
+ <version>6.7-SNAPSHOT</version>
</parent>
<artifactId>ws-plugin</artifactId>
diff --git a/tests/pom.xml b/tests/pom.xml
index 0484a11d197..79e5980828d 100644
--- a/tests/pom.xml
+++ b/tests/pom.xml
@@ -7,7 +7,7 @@
<parent>
<groupId>org.sonarsource.sonarqube</groupId>
<artifactId>sonarqube</artifactId>
- <version>6.7-RC1</version>
+ <version>6.7-SNAPSHOT</version>
</parent>
<groupId>org.sonarsource.sonarqube.tests</groupId>