diff options
57 files changed, 57 insertions, 57 deletions
diff --git a/plugins/sonar-xoo-plugin/pom.xml b/plugins/sonar-xoo-plugin/pom.xml index 7268658dd06..2d96bdce427 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-SNAPSHOT</version> + <version>6.7</version> <relativePath>../..</relativePath> </parent> <artifactId>sonar-xoo-plugin</artifactId> @@ -11,7 +11,7 @@ <groupId>org.sonarsource.sonarqube</groupId> <artifactId>sonarqube</artifactId> <packaging>pom</packaging> - <version>6.7-SNAPSHOT</version> + <version>6.7</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 d0e5030a4c0..0f9e00e3cb3 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-SNAPSHOT</version> + <version>6.7</version> </parent> <artifactId>server</artifactId> <packaging>pom</packaging> diff --git a/server/sonar-ce/pom.xml b/server/sonar-ce/pom.xml index 33c11b4326b..34d321b0f9b 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-SNAPSHOT</version> + <version>6.7</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 680ad3309af..771b0298167 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-SNAPSHOT</version> + <version>6.7</version> </parent> <artifactId>sonar-db-core</artifactId> diff --git a/server/sonar-db-dao/pom.xml b/server/sonar-db-dao/pom.xml index ffd51836423..459da8ce491 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-SNAPSHOT</version> + <version>6.7</version> </parent> <artifactId>sonar-db-dao</artifactId> diff --git a/server/sonar-db-migration/pom.xml b/server/sonar-db-migration/pom.xml index d07b55a9481..7731ad8d840 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-SNAPSHOT</version> + <version>6.7</version> </parent> <artifactId>sonar-db-migration</artifactId> diff --git a/server/sonar-db-testing/pom.xml b/server/sonar-db-testing/pom.xml index 0f0bd9904de..b78a1e21ee2 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-SNAPSHOT</version> + <version>6.7</version> </parent> <artifactId>sonar-db-testing</artifactId> diff --git a/server/sonar-main/pom.xml b/server/sonar-main/pom.xml index 2e6ba8c5ad1..ef80dc4e541 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-SNAPSHOT</version> + <version>6.7</version> <relativePath>../</relativePath> </parent> diff --git a/server/sonar-plugin-bridge/pom.xml b/server/sonar-plugin-bridge/pom.xml index 8423fa4d7cb..18a86352b3f 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-SNAPSHOT</version> + <version>6.7</version> <relativePath>..</relativePath> </parent> <artifactId>sonar-plugin-bridge</artifactId> diff --git a/server/sonar-process/pom.xml b/server/sonar-process/pom.xml index 0ce44451171..2ff76ff96ae 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-SNAPSHOT</version> + <version>6.7</version> <relativePath>../</relativePath> </parent> diff --git a/server/sonar-server/pom.xml b/server/sonar-server/pom.xml index c7fd698910f..5429c68efdc 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-SNAPSHOT</version> + <version>6.7</version> <relativePath>..</relativePath> </parent> <artifactId>sonar-server</artifactId> diff --git a/server/sonar-web/pom.xml b/server/sonar-web/pom.xml index fa4769ecb2a..6a148bdfcf8 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-SNAPSHOT</version> + <version>6.7</version> <relativePath>..</relativePath> </parent> <artifactId>sonar-web</artifactId> diff --git a/sonar-application/pom.xml b/sonar-application/pom.xml index ebc92a6fa33..bc162c88da4 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-SNAPSHOT</version> + <version>6.7</version> </parent> <artifactId>sonar-application</artifactId> diff --git a/sonar-check-api/pom.xml b/sonar-check-api/pom.xml index ecf8a2fb6e0..ad9cdb33618 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-SNAPSHOT</version> + <version>6.7</version> <relativePath>..</relativePath> </parent> <artifactId>sonar-check-api</artifactId> diff --git a/sonar-core/pom.xml b/sonar-core/pom.xml index a4234b661d4..a2247573f85 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-SNAPSHOT</version> + <version>6.7</version> </parent> <artifactId>sonar-core</artifactId> diff --git a/sonar-duplications/pom.xml b/sonar-duplications/pom.xml index a868cf9f6c1..39a56db1be1 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-SNAPSHOT</version> + <version>6.7</version> </parent> <artifactId>sonar-duplications</artifactId> diff --git a/sonar-home/pom.xml b/sonar-home/pom.xml index 82aff11df8d..0daefd22a82 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-SNAPSHOT</version> + <version>6.7</version> </parent> <artifactId>sonar-home</artifactId> diff --git a/sonar-markdown/pom.xml b/sonar-markdown/pom.xml index faaa86c3e60..3c4fe60bc8f 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-SNAPSHOT</version> + <version>6.7</version> <relativePath>..</relativePath> </parent> diff --git a/sonar-plugin-api-deps/pom.xml b/sonar-plugin-api-deps/pom.xml index ae4048405a4..bffcd290c9c 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-SNAPSHOT</version> + <version>6.7</version> </parent> <artifactId>sonar-plugin-api-deps</artifactId> diff --git a/sonar-plugin-api/pom.xml b/sonar-plugin-api/pom.xml index 5868046e262..88ba81bdcd5 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-SNAPSHOT</version> + <version>6.7</version> </parent> <artifactId>sonar-plugin-api</artifactId> diff --git a/sonar-scanner-engine-shaded/pom.xml b/sonar-scanner-engine-shaded/pom.xml index 4ca3098815a..d12ab45142e 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-SNAPSHOT</version> + <version>6.7</version> </parent> <artifactId>sonar-scanner-engine-shaded</artifactId> diff --git a/sonar-scanner-engine/pom.xml b/sonar-scanner-engine/pom.xml index e4c0c67266c..4ad48566bc5 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-SNAPSHOT</version> + <version>6.7</version> </parent> <artifactId>sonar-scanner-engine</artifactId> diff --git a/sonar-scanner-protocol/pom.xml b/sonar-scanner-protocol/pom.xml index 26ed3372438..986cd992cdf 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-SNAPSHOT</version> + <version>6.7</version> </parent> <artifactId>sonar-scanner-protocol</artifactId> diff --git a/sonar-testing-harness/pom.xml b/sonar-testing-harness/pom.xml index 4dbe30bd70b..70b19d22b74 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-SNAPSHOT</version> + <version>6.7</version> </parent> <artifactId>sonar-testing-harness</artifactId> <packaging>jar</packaging> diff --git a/sonar-ws/pom.xml b/sonar-ws/pom.xml index 2f61e3f0d42..19fcf97fe45 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-SNAPSHOT</version> + <version>6.7</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 cfb47693650..4a22317f6c0 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-SNAPSHOT</version> + <version>6.7</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 c2f349a7355..26359559003 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-SNAPSHOT</version> + <version>6.7</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 534366f38d2..f7484ccd3ec 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-SNAPSHOT</version> + <version>6.7</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 ad2ab9e2e17..a2000a38fc8 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-SNAPSHOT</version> + <version>6.7</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 d46add99617..d83de7ea458 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-SNAPSHOT</version> + <version>6.7</version> </parent> <artifactId>base-auth-plugin</artifactId> diff --git a/tests/plugins/batch-plugin/pom.xml b/tests/plugins/batch-plugin/pom.xml index daa01cfa967..e28442022b3 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-SNAPSHOT</version> + <version>6.7</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 39f74493d64..795b03972ee 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-SNAPSHOT</version> + <version>6.7</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 cc8f41c911c..2f384eeafaa 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-SNAPSHOT</version> + <version>6.7</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 d4eee5710ec..d08e26f58dd 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-SNAPSHOT</version> + <version>6.7</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 79d4db198d3..d53aa1baead 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-SNAPSHOT</version> + <version>6.7</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 5475ef9c8f4..345732348a8 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-SNAPSHOT</version> + <version>6.7</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 5be3e0535f2..91ece6cce0d 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-SNAPSHOT</version> + <version>6.7</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 070fb89f2db..129853272d9 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-SNAPSHOT</version> + <version>6.7</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 9468f658bde..d931320fb6c 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-SNAPSHOT</version> + <version>6.7</version> </parent> <artifactId>l10n-fr-pack</artifactId> diff --git a/tests/plugins/license-plugin/pom.xml b/tests/plugins/license-plugin/pom.xml index 72ceb45d425..3435cb014db 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-SNAPSHOT</version> + <version>6.7</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 fc603067093..b324f463717 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-SNAPSHOT</version> + <version>6.7</version> </parent> <artifactId>oauth2-auth-plugin</artifactId> diff --git a/tests/plugins/pom.xml b/tests/plugins/pom.xml index b5a58f853b5..3b07160fe0e 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-SNAPSHOT</version> + <version>6.7</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 3a611d30246..eb18adfa456 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-SNAPSHOT</version> + <version>6.7</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 5b649883819..b10ade9269e 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-SNAPSHOT</version> + <version>6.7</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 f98128e7bc3..3bf13fc50e3 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-SNAPSHOT</version> + <version>6.7</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 657286158ce..829a362b787 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-SNAPSHOT</version> + <version>6.7</version> </parent> <artifactId>property-sets-plugin</artifactId> diff --git a/tests/plugins/security-plugin/pom.xml b/tests/plugins/security-plugin/pom.xml index 22226e6764e..c5d148068a6 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-SNAPSHOT</version> + <version>6.7</version> </parent> <artifactId>security-plugin</artifactId> diff --git a/tests/plugins/server-plugin/pom.xml b/tests/plugins/server-plugin/pom.xml index 8a3f1874d35..9bf018f1ae3 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-SNAPSHOT</version> + <version>6.7</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 4771adb6ff2..3c98c10a6b9 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-SNAPSHOT</version> + <version>6.7</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 269d3b0f15b..dbbb0e3dc9e 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-SNAPSHOT</version> + <version>6.7</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 413c8ad7945..ef55656dc1c 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-SNAPSHOT</version> + <version>6.7</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 158a32828ee..032b6052278 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-SNAPSHOT</version> + <version>6.7</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 111ea2d3c9f..8875cdd38fb 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-SNAPSHOT</version> + <version>6.7</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 5aa0d52821d..b713ac8ce2c 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-SNAPSHOT</version> + <version>6.7</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 81d626ee18f..582921f3a0f 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-SNAPSHOT</version> + <version>6.7</version> </parent> <artifactId>ws-plugin</artifactId> diff --git a/tests/pom.xml b/tests/pom.xml index 79e5980828d..bc19707074c 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-SNAPSHOT</version> + <version>6.7</version> </parent> <groupId>org.sonarsource.sonarqube.tests</groupId> |