aboutsummaryrefslogtreecommitdiffstats
path: root/tests/plugins
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@sonarsource.com>2018-02-22 17:56:57 +0100
committerSimon Brandhof <simon.brandhof@sonarsource.com>2018-02-22 17:56:57 +0100
commite3ae3ad6546d35ab9eb7c244352a58eea0a2f124 (patch)
treee270228f98afbd98f641fa393fe3a3f122082531 /tests/plugins
parent1cbe9227baf6241fd77d818d658dd6d17fa2ae7d (diff)
downloadsonarqube-e3ae3ad6546d35ab9eb7c244352a58eea0a2f124.tar.gz
sonarqube-e3ae3ad6546d35ab9eb7c244352a58eea0a2f124.zip
Release 6.7.26.7.2
Diffstat (limited to 'tests/plugins')
-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
30 files changed, 30 insertions, 30 deletions
diff --git a/tests/plugins/access-secured-props-plugin/pom.xml b/tests/plugins/access-secured-props-plugin/pom.xml
index d095a53bccb..8edac9ce9ad 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.2-SNAPSHOT</version>
+ <version>6.7.2</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 e62f5a3f237..527af8d4298 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.2-SNAPSHOT</version>
+ <version>6.7.2</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 56c2ba8d1e3..edc01efa878 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.2-SNAPSHOT</version>
+ <version>6.7.2</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 2a3b11328c0..19a575ce0e3 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.2-SNAPSHOT</version>
+ <version>6.7.2</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 bf1f06f98dd..661c40b827e 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.2-SNAPSHOT</version>
+ <version>6.7.2</version>
</parent>
<artifactId>base-auth-plugin</artifactId>
diff --git a/tests/plugins/batch-plugin/pom.xml b/tests/plugins/batch-plugin/pom.xml
index f9459495dc4..34fc93c43cf 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.2-SNAPSHOT</version>
+ <version>6.7.2</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 1404b9c01e1..c26929418df 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.2-SNAPSHOT</version>
+ <version>6.7.2</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 fd6fe2da980..0ffcc0f18b0 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.2-SNAPSHOT</version>
+ <version>6.7.2</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 714ba2f7c39..f1c58984a93 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.2-SNAPSHOT</version>
+ <version>6.7.2</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 abf44526492..6a3f4ffe75a 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.2-SNAPSHOT</version>
+ <version>6.7.2</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 de83c9650b1..60bc3c93c6e 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.2-SNAPSHOT</version>
+ <version>6.7.2</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 4beaf036e9f..bfff97a5bdb 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.2-SNAPSHOT</version>
+ <version>6.7.2</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 537af17f3a6..b67a03cdd42 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.2-SNAPSHOT</version>
+ <version>6.7.2</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 2bde1386bca..447b7a92369 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.2-SNAPSHOT</version>
+ <version>6.7.2</version>
</parent>
<artifactId>l10n-fr-pack</artifactId>
diff --git a/tests/plugins/license-plugin/pom.xml b/tests/plugins/license-plugin/pom.xml
index 2c4b8f58e9f..590ec3255ba 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.2-SNAPSHOT</version>
+ <version>6.7.2</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 75c9375ba34..9a023f28a51 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.2-SNAPSHOT</version>
+ <version>6.7.2</version>
</parent>
<artifactId>oauth2-auth-plugin</artifactId>
diff --git a/tests/plugins/pom.xml b/tests/plugins/pom.xml
index d495bc75d06..41284eb8999 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.2-SNAPSHOT</version>
+ <version>6.7.2</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 e8a81eb7da8..ea5477d2fc3 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.2-SNAPSHOT</version>
+ <version>6.7.2</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 53987217243..b18c491e98f 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.2-SNAPSHOT</version>
+ <version>6.7.2</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 dd4d0d1b233..67c94d04a6d 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.2-SNAPSHOT</version>
+ <version>6.7.2</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 708a48e896b..a38170a8963 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.2-SNAPSHOT</version>
+ <version>6.7.2</version>
</parent>
<artifactId>property-sets-plugin</artifactId>
diff --git a/tests/plugins/security-plugin/pom.xml b/tests/plugins/security-plugin/pom.xml
index b3fad6fc154..114e388d697 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.2-SNAPSHOT</version>
+ <version>6.7.2</version>
</parent>
<artifactId>security-plugin</artifactId>
diff --git a/tests/plugins/server-plugin/pom.xml b/tests/plugins/server-plugin/pom.xml
index aa4a0202d03..8f2bc4bb1d1 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.2-SNAPSHOT</version>
+ <version>6.7.2</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 3e6eb2d9bb3..356a5bc3c56 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.2-SNAPSHOT</version>
+ <version>6.7.2</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 824be154978..c234dc1a372 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.2-SNAPSHOT</version>
+ <version>6.7.2</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 2375183e6de..b553d046831 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.2-SNAPSHOT</version>
+ <version>6.7.2</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 5cdc337d470..6f23199db90 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.2-SNAPSHOT</version>
+ <version>6.7.2</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 32b005013d8..f455f10e486 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.2-SNAPSHOT</version>
+ <version>6.7.2</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 b4766c10609..f00e62d6996 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.2-SNAPSHOT</version>
+ <version>6.7.2</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 94e336b4c65..47090097516 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.2-SNAPSHOT</version>
+ <version>6.7.2</version>
</parent>
<artifactId>ws-plugin</artifactId>