aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@sonarsource.com>2017-12-20 17:32:02 +0100
committerSimon Brandhof <simon.brandhof@sonarsource.com>2017-12-20 17:32:02 +0100
commit426519346f51f7b980a76f9050f983110550509d (patch)
tree26ca8a379bb9aa5c70fb0876f4295d1855b41651
parent097994df9b06457852baa0eec5313f363eed9cd7 (diff)
downloadsonarqube-426519346f51f7b980a76f9050f983110550509d.tar.gz
sonarqube-426519346f51f7b980a76f9050f983110550509d.zip
Release 6.7.16.7.1
-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 8576640b5a0..de009212ec8 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.1-SNAPSHOT</version>
+ <version>6.7.1</version>
<relativePath>../..</relativePath>
</parent>
<artifactId>sonar-xoo-plugin</artifactId>
diff --git a/pom.xml b/pom.xml
index 027cfee68c5..20b26572f34 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.1-SNAPSHOT</version>
+ <version>6.7.1</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 74c611ae886..b0090fe4445 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.1-SNAPSHOT</version>
+ <version>6.7.1</version>
</parent>
<artifactId>server</artifactId>
<packaging>pom</packaging>
diff --git a/server/sonar-ce/pom.xml b/server/sonar-ce/pom.xml
index 1b26c2f1f66..0c91a416fed 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.1-SNAPSHOT</version>
+ <version>6.7.1</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 df6dd599550..4737d1a5c83 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.1-SNAPSHOT</version>
+ <version>6.7.1</version>
</parent>
<artifactId>sonar-db-core</artifactId>
diff --git a/server/sonar-db-dao/pom.xml b/server/sonar-db-dao/pom.xml
index 64911d31d09..90fcb37d2f8 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.1-SNAPSHOT</version>
+ <version>6.7.1</version>
</parent>
<artifactId>sonar-db-dao</artifactId>
diff --git a/server/sonar-db-migration/pom.xml b/server/sonar-db-migration/pom.xml
index ca4797bc8c4..06a60f1dfb8 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.1-SNAPSHOT</version>
+ <version>6.7.1</version>
</parent>
<artifactId>sonar-db-migration</artifactId>
diff --git a/server/sonar-db-testing/pom.xml b/server/sonar-db-testing/pom.xml
index c6ef14bf40e..18181764baf 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.1-SNAPSHOT</version>
+ <version>6.7.1</version>
</parent>
<artifactId>sonar-db-testing</artifactId>
diff --git a/server/sonar-main/pom.xml b/server/sonar-main/pom.xml
index eb2cd3bdd48..d236f2ea331 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.1-SNAPSHOT</version>
+ <version>6.7.1</version>
<relativePath>../</relativePath>
</parent>
diff --git a/server/sonar-plugin-bridge/pom.xml b/server/sonar-plugin-bridge/pom.xml
index 0ad042ae7ec..837efeb0112 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.1-SNAPSHOT</version>
+ <version>6.7.1</version>
<relativePath>..</relativePath>
</parent>
<artifactId>sonar-plugin-bridge</artifactId>
diff --git a/server/sonar-process/pom.xml b/server/sonar-process/pom.xml
index a9026b1ee57..b777c5c7f85 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.1-SNAPSHOT</version>
+ <version>6.7.1</version>
<relativePath>../</relativePath>
</parent>
diff --git a/server/sonar-server/pom.xml b/server/sonar-server/pom.xml
index a73b552e69c..eb9e4acf4d2 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.1-SNAPSHOT</version>
+ <version>6.7.1</version>
<relativePath>..</relativePath>
</parent>
<artifactId>sonar-server</artifactId>
diff --git a/server/sonar-web/pom.xml b/server/sonar-web/pom.xml
index da0f1553624..3735a07a356 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.1-SNAPSHOT</version>
+ <version>6.7.1</version>
<relativePath>..</relativePath>
</parent>
<artifactId>sonar-web</artifactId>
diff --git a/sonar-application/pom.xml b/sonar-application/pom.xml
index 42526a66dfb..113aed0a2e2 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.1-SNAPSHOT</version>
+ <version>6.7.1</version>
</parent>
<artifactId>sonar-application</artifactId>
diff --git a/sonar-check-api/pom.xml b/sonar-check-api/pom.xml
index 188635e30aa..5d63a65d5d8 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.1-SNAPSHOT</version>
+ <version>6.7.1</version>
<relativePath>..</relativePath>
</parent>
<artifactId>sonar-check-api</artifactId>
diff --git a/sonar-core/pom.xml b/sonar-core/pom.xml
index 2f029588c8d..a9d9821b41f 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.1-SNAPSHOT</version>
+ <version>6.7.1</version>
</parent>
<artifactId>sonar-core</artifactId>
diff --git a/sonar-duplications/pom.xml b/sonar-duplications/pom.xml
index 83b6e168376..f548ac7eec4 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.1-SNAPSHOT</version>
+ <version>6.7.1</version>
</parent>
<artifactId>sonar-duplications</artifactId>
diff --git a/sonar-home/pom.xml b/sonar-home/pom.xml
index 60f3528d124..b396eb20a8b 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.1-SNAPSHOT</version>
+ <version>6.7.1</version>
</parent>
<artifactId>sonar-home</artifactId>
diff --git a/sonar-markdown/pom.xml b/sonar-markdown/pom.xml
index 1e8c89e1c4f..7cc289c1e4e 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.1-SNAPSHOT</version>
+ <version>6.7.1</version>
<relativePath>..</relativePath>
</parent>
diff --git a/sonar-plugin-api-deps/pom.xml b/sonar-plugin-api-deps/pom.xml
index b389ff784fa..f2b8d52d7fc 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.1-SNAPSHOT</version>
+ <version>6.7.1</version>
</parent>
<artifactId>sonar-plugin-api-deps</artifactId>
diff --git a/sonar-plugin-api/pom.xml b/sonar-plugin-api/pom.xml
index cf07cbb0768..3eafd3785dc 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.1-SNAPSHOT</version>
+ <version>6.7.1</version>
</parent>
<artifactId>sonar-plugin-api</artifactId>
diff --git a/sonar-scanner-engine-shaded/pom.xml b/sonar-scanner-engine-shaded/pom.xml
index 45445d6edec..380237b2bc4 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.1-SNAPSHOT</version>
+ <version>6.7.1</version>
</parent>
<artifactId>sonar-scanner-engine-shaded</artifactId>
diff --git a/sonar-scanner-engine/pom.xml b/sonar-scanner-engine/pom.xml
index 51b8da91289..abcec87cd30 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.1-SNAPSHOT</version>
+ <version>6.7.1</version>
</parent>
<artifactId>sonar-scanner-engine</artifactId>
diff --git a/sonar-scanner-protocol/pom.xml b/sonar-scanner-protocol/pom.xml
index 8827b84ad8b..f217c6a3dcf 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.1-SNAPSHOT</version>
+ <version>6.7.1</version>
</parent>
<artifactId>sonar-scanner-protocol</artifactId>
diff --git a/sonar-testing-harness/pom.xml b/sonar-testing-harness/pom.xml
index 9f94ed1901e..8e874608f9b 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.1-SNAPSHOT</version>
+ <version>6.7.1</version>
</parent>
<artifactId>sonar-testing-harness</artifactId>
<packaging>jar</packaging>
diff --git a/sonar-ws/pom.xml b/sonar-ws/pom.xml
index 2341f81cc54..3a75a5a733a 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.1-SNAPSHOT</version>
+ <version>6.7.1</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 2cc3e2f3de6..4d6d4570913 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.1-SNAPSHOT</version>
+ <version>6.7.1</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 9c4033f6f01..0959f35b335 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.1-SNAPSHOT</version>
+ <version>6.7.1</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 21c821dc6c3..034b090a37b 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.1-SNAPSHOT</version>
+ <version>6.7.1</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 9cdba17a9f9..0d6ac405afc 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.1-SNAPSHOT</version>
+ <version>6.7.1</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 67012622d02..ff057de3ca2 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.1-SNAPSHOT</version>
+ <version>6.7.1</version>
</parent>
<artifactId>base-auth-plugin</artifactId>
diff --git a/tests/plugins/batch-plugin/pom.xml b/tests/plugins/batch-plugin/pom.xml
index 8fc330928de..c389d19617a 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.1-SNAPSHOT</version>
+ <version>6.7.1</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 801ff6bac72..c7cbe6e5ace 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.1-SNAPSHOT</version>
+ <version>6.7.1</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 2276bfbd096..edf18bb5f5d 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.1-SNAPSHOT</version>
+ <version>6.7.1</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 67cd8fd740d..bf8f9e59993 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.1-SNAPSHOT</version>
+ <version>6.7.1</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 7fd7fd0e42c..b5514cfc27f 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.1-SNAPSHOT</version>
+ <version>6.7.1</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 6a1d79db0ea..cfc2dc70294 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.1-SNAPSHOT</version>
+ <version>6.7.1</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 1882e135051..979de567721 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.1-SNAPSHOT</version>
+ <version>6.7.1</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 3e16629990f..b6532b07c0f 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.1-SNAPSHOT</version>
+ <version>6.7.1</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 8865af69021..2d4753619d1 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.1-SNAPSHOT</version>
+ <version>6.7.1</version>
</parent>
<artifactId>l10n-fr-pack</artifactId>
diff --git a/tests/plugins/license-plugin/pom.xml b/tests/plugins/license-plugin/pom.xml
index 076749c6489..60da092e931 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.1-SNAPSHOT</version>
+ <version>6.7.1</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 2e647bc7772..26a78f7bd12 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.1-SNAPSHOT</version>
+ <version>6.7.1</version>
</parent>
<artifactId>oauth2-auth-plugin</artifactId>
diff --git a/tests/plugins/pom.xml b/tests/plugins/pom.xml
index bdf4c224f5d..8855d61fb44 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.1-SNAPSHOT</version>
+ <version>6.7.1</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 d133841a881..0a8454e6e72 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.1-SNAPSHOT</version>
+ <version>6.7.1</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 854ccaff213..22118430fcb 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.1-SNAPSHOT</version>
+ <version>6.7.1</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 aacb1db5e1c..6ab9828227d 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.1-SNAPSHOT</version>
+ <version>6.7.1</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 da322e9bd9f..0ada23a053a 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.1-SNAPSHOT</version>
+ <version>6.7.1</version>
</parent>
<artifactId>property-sets-plugin</artifactId>
diff --git a/tests/plugins/security-plugin/pom.xml b/tests/plugins/security-plugin/pom.xml
index e1fa9d3acd9..04221b9c46d 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.1-SNAPSHOT</version>
+ <version>6.7.1</version>
</parent>
<artifactId>security-plugin</artifactId>
diff --git a/tests/plugins/server-plugin/pom.xml b/tests/plugins/server-plugin/pom.xml
index 63289a1618b..ead41f61670 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.1-SNAPSHOT</version>
+ <version>6.7.1</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 3ae100aa0a5..224a140ccf5 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.1-SNAPSHOT</version>
+ <version>6.7.1</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 4e88a4987a6..18060989949 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.1-SNAPSHOT</version>
+ <version>6.7.1</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 bd6ac1d788b..dfa97798d8f 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.1-SNAPSHOT</version>
+ <version>6.7.1</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 aa104d14265..c804a68869f 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.1-SNAPSHOT</version>
+ <version>6.7.1</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 d7cd5ca1311..ee8aa24b717 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.1-SNAPSHOT</version>
+ <version>6.7.1</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 a60d5c16543..6fcdadf7cf1 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.1-SNAPSHOT</version>
+ <version>6.7.1</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 a47ac1c7a75..1e96ca6502d 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.1-SNAPSHOT</version>
+ <version>6.7.1</version>
</parent>
<artifactId>ws-plugin</artifactId>
diff --git a/tests/pom.xml b/tests/pom.xml
index 2cd76afbe16..2efbfee987c 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.1-SNAPSHOT</version>
+ <version>6.7.1</version>
</parent>
<groupId>org.sonarsource.sonarqube.tests</groupId>