diff options
author | Simon Brandhof <simon.brandhof@sonarsource.com> | 2017-09-12 10:52:16 +0200 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@sonarsource.com> | 2017-09-12 10:52:16 +0200 |
commit | 1a6b9d21db5154ccf5ce34d671f567138f497dbb (patch) | |
tree | bb65589e3de1d028620dff64d7bfd51363a06c8b /tests/plugins | |
parent | c0943b57d99e2afbd0bb5d9b97485b676395a2b3 (diff) | |
download | sonarqube-1a6b9d21db5154ccf5ce34d671f567138f497dbb.tar.gz sonarqube-1a6b9d21db5154ccf5ce34d671f567138f497dbb.zip |
Bring 6.6-SNAPSHOT back
Diffstat (limited to 'tests/plugins')
29 files changed, 29 insertions, 29 deletions
diff --git a/tests/plugins/access-secured-props-plugin/pom.xml b/tests/plugins/access-secured-props-plugin/pom.xml index 2b925189e88..4a4bb2e9382 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.6-M1</version> + <version>6.6-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 7570f76eff6..8371451ba88 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.6-M1</version> + <version>6.6-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 abd705671d6..85a241daf31 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.6-M1</version> + <version>6.6-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 ee6b983e686..59adfffc20d 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.6-M1</version> + <version>6.6-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 bd4a19918e6..637a45f2b2b 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.6-M1</version> + <version>6.6-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 7c8e095d69c..6f3c4c40d30 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.6-M1</version> + <version>6.6-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 0160ec6b4a4..dce5ef4127d 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.6-M1</version> + <version>6.6-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 6d3877a0439..17fd7f0b177 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.6-M1</version> + <version>6.6-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 ef1a9fa7190..cf2b24a80c7 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.6-M1</version> + <version>6.6-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 bb8e4300b4c..2d84ea23660 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.6-M1</version> + <version>6.6-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 d764619f7bd..a36d85c8991 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.6-M1</version> + <version>6.6-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 07abd702b62..0c6a0e66467 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.6-M1</version> + <version>6.6-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 84b7d115fd1..87d06ef7a4d 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.6-M1</version> + <version>6.6-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 33fabc2df97..f2a4bbd8048 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.6-M1</version> + <version>6.6-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 a3cfb001ac2..f7360b491de 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.6-M1</version> + <version>6.6-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 7fccb29c3ef..a10ac1c8bcd 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.6-M1</version> + <version>6.6-SNAPSHOT</version> </parent> <artifactId>oauth2-auth-plugin</artifactId> diff --git a/tests/plugins/pom.xml b/tests/plugins/pom.xml index a6edf45a962..70015985e6b 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.6-M1</version> + <version>6.6-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 3a8d334593c..a5fb1a9f603 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.6-M1</version> + <version>6.6-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 14c3c69ce69..295f87a9ce3 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.6-M1</version> + <version>6.6-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 d0527e8d0c7..6644c4b24c9 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.6-M1</version> + <version>6.6-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 eda348843f2..59aeff09f4e 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.6-M1</version> + <version>6.6-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 111ec0894c5..381a78273b3 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.6-M1</version> + <version>6.6-SNAPSHOT</version> </parent> <artifactId>security-plugin</artifactId> diff --git a/tests/plugins/server-plugin/pom.xml b/tests/plugins/server-plugin/pom.xml index 9ac3285325e..42f8a345e72 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.6-M1</version> + <version>6.6-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 775fb91a1df..607c2f4fffe 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.6-M1</version> + <version>6.6-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 19defc2bd12..f69b47932cb 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.6-M1</version> + <version>6.6-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 44362283f8d..8246710c1ca 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.6-M1</version> + <version>6.6-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 4af2db9d427..62994d99436 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.6-M1</version> + <version>6.6-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 fa26dc5f4e3..86d2cfdbcb1 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.6-M1</version> + <version>6.6-SNAPSHOT</version> </parent> <artifactId>ui-extensions-plugin</artifactId> diff --git a/tests/plugins/ws-plugin/pom.xml b/tests/plugins/ws-plugin/pom.xml index 519fbcd8689..617a598718a 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.6-M1</version> + <version>6.6-SNAPSHOT</version> </parent> <artifactId>ws-plugin</artifactId> |