]> source.dussan.org Git - sonarqube.git/commitdiff
Release 6.6
authorSimon Brandhof <simon.brandhof@sonarsource.com>
Fri, 20 Oct 2017 11:31:35 +0000 (13:31 +0200)
committerSimon Brandhof <simon.brandhof@sonarsource.com>
Fri, 20 Oct 2017 11:31:35 +0000 (13:31 +0200)
57 files changed:
plugins/sonar-xoo-plugin/pom.xml
pom.xml
server/pom.xml
server/sonar-ce/pom.xml
server/sonar-db-core/pom.xml
server/sonar-db-dao/pom.xml
server/sonar-db-migration/pom.xml
server/sonar-db-testing/pom.xml
server/sonar-main/pom.xml
server/sonar-plugin-bridge/pom.xml
server/sonar-process/pom.xml
server/sonar-server/pom.xml
server/sonar-web/pom.xml
sonar-application/pom.xml
sonar-check-api/pom.xml
sonar-core/pom.xml
sonar-duplications/pom.xml
sonar-home/pom.xml
sonar-markdown/pom.xml
sonar-plugin-api-deps/pom.xml
sonar-plugin-api/pom.xml
sonar-scanner-engine-shaded/pom.xml
sonar-scanner-engine/pom.xml
sonar-scanner-protocol/pom.xml
sonar-testing-harness/pom.xml
sonar-ws/pom.xml
tests/plugins/access-secured-props-plugin/pom.xml
tests/plugins/backdating-customplugin/pom.xml
tests/plugins/backdating-plugin-v1/pom.xml
tests/plugins/backdating-plugin-v2/pom.xml
tests/plugins/base-auth-plugin/pom.xml
tests/plugins/batch-plugin/pom.xml
tests/plugins/extension-lifecycle-plugin/pom.xml
tests/plugins/fake-billing-plugin/pom.xml
tests/plugins/fake-governance-plugin/pom.xml
tests/plugins/foo-plugin-v1/pom.xml
tests/plugins/foo-plugin-v2/pom.xml
tests/plugins/global-property-change-plugin/pom.xml
tests/plugins/issue-filter-plugin/pom.xml
tests/plugins/l10n-fr-pack/pom.xml
tests/plugins/license-plugin/pom.xml
tests/plugins/oauth2-auth-plugin/pom.xml
tests/plugins/pom.xml
tests/plugins/posttask-plugin/pom.xml
tests/plugins/project-builder-plugin/pom.xml
tests/plugins/property-relocation-plugin/pom.xml
tests/plugins/property-sets-plugin/pom.xml
tests/plugins/security-plugin/pom.xml
tests/plugins/server-plugin/pom.xml
tests/plugins/settings-encryption-plugin/pom.xml
tests/plugins/settings-plugin/pom.xml
tests/plugins/sonar-fake-plugin/pom.xml
tests/plugins/sonar-subcategories-plugin/pom.xml
tests/plugins/ui-extensions-plugin/pom.xml
tests/plugins/wait-at-platform-level4-plugin/pom.xml
tests/plugins/ws-plugin/pom.xml
tests/pom.xml

index 50952554e47fafb08227451ff7ab960fa34ce621..4940c52fbaecbe6b26c85bcec0cc752fae792df6 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube</groupId>
     <artifactId>sonarqube</artifactId>
-    <version>6.6-SNAPSHOT</version>
+    <version>6.6</version>
     <relativePath>../..</relativePath>
   </parent>
   <artifactId>sonar-xoo-plugin</artifactId>
diff --git a/pom.xml b/pom.xml
index 26b1752d56aed1e3f6c74cda79104c745ea48bd8..fd64ce9f8009f89461abd813cd6adc3434eee46c 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -11,7 +11,7 @@
   <groupId>org.sonarsource.sonarqube</groupId>
   <artifactId>sonarqube</artifactId>
   <packaging>pom</packaging>
-  <version>6.6-SNAPSHOT</version>
+  <version>6.6</version>
   <name>SonarQube</name>
   <url>http://www.sonarqube.org/</url>
   <description>Open source platform for continuous inspection of code quality</description>
index bd0564d4620349fece933130f510aa0a71c89778..2ca2f4f7a6087fb4e5e6026694b6ddbd9ce24a04 100644 (file)
@@ -6,7 +6,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube</groupId>
     <artifactId>sonarqube</artifactId>
-    <version>6.6-SNAPSHOT</version>
+    <version>6.6</version>
   </parent>
   <artifactId>server</artifactId>
   <packaging>pom</packaging>
index ca7bb7c1677105ef28ba3cf4a3c1d78026d8ddab..4adb36917e6faf3c2a3ad1cc29955c63c9fc8ee2 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube</groupId>
     <artifactId>server</artifactId>
-    <version>6.6-SNAPSHOT</version>
+    <version>6.6</version>
     <relativePath>..</relativePath>
   </parent>
   <artifactId>sonar-ce</artifactId>
index 55258bce31f0c17d0da93fb81cbd3f78bc9b1a87..19dc9397b00f8ee692176376ac04842c39dd61e2 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube</groupId>
     <artifactId>server</artifactId>
-    <version>6.6-SNAPSHOT</version>
+    <version>6.6</version>
   </parent>
 
   <artifactId>sonar-db-core</artifactId>
index bec58980191f57fe65a10c3f20fd230f6822f617..0983e7de0206fd65c22517edb46fe8bb089c8c11 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube</groupId>
     <artifactId>server</artifactId>
-    <version>6.6-SNAPSHOT</version>
+    <version>6.6</version>
   </parent>
 
   <artifactId>sonar-db-dao</artifactId>
index 9447cf687fe470b2a980053243614c457a6a88af..c85e6b49af28f7f9a62bd893bef54478a3fd95f8 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube</groupId>
     <artifactId>server</artifactId>
-    <version>6.6-SNAPSHOT</version>
+    <version>6.6</version>
   </parent>
 
   <artifactId>sonar-db-migration</artifactId>
index 51f53cf694ac4b8081ffef69c75059f27417eb76..d1bc4e1e22f3d26fa9e84ed62a22a990b9637237 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube</groupId>
     <artifactId>server</artifactId>
-    <version>6.6-SNAPSHOT</version>
+    <version>6.6</version>
   </parent>
 
   <artifactId>sonar-db-testing</artifactId>
index eba72bb7f6291a7b288686957e2a6231702dc38c..165d225122fda7004cbb91073f89f1b8c792ce2e 100644 (file)
@@ -6,7 +6,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube</groupId>
     <artifactId>server</artifactId>
-    <version>6.6-SNAPSHOT</version>
+    <version>6.6</version>
     <relativePath>../</relativePath>
   </parent>
 
index 896695df61ad92c795ef815e41a26ab7b4cd11c9..0b640f5b7ded0c117bd1f30a5e0178e39f79fd18 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube</groupId>
     <artifactId>server</artifactId>
-    <version>6.6-SNAPSHOT</version>
+    <version>6.6</version>
     <relativePath>..</relativePath>
   </parent>
   <artifactId>sonar-plugin-bridge</artifactId>
index 00811e45e566293fb49d09a6a9998e26bbb89c55..1ce18c34bd33b003805c09cd64b88fbd0cf8dcb5 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube</groupId>
     <artifactId>server</artifactId>
-    <version>6.6-SNAPSHOT</version>
+    <version>6.6</version>
     <relativePath>../</relativePath>
   </parent>
 
index 4427ee351441f9eb253fcf1236ac21c394d23977..8d15d297382d8e73ecaf98a319225719f9078ccb 100644 (file)
@@ -6,7 +6,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube</groupId>
     <artifactId>server</artifactId>
-    <version>6.6-SNAPSHOT</version>
+    <version>6.6</version>
     <relativePath>..</relativePath>
   </parent>
   <artifactId>sonar-server</artifactId>
index 841d23d929a6524b130303b94ca4dd13f99726d7..0218ecb70177a7c37df1ae47c1c096bf9bebc8e1 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube</groupId>
     <artifactId>server</artifactId>
-    <version>6.6-SNAPSHOT</version>
+    <version>6.6</version>
     <relativePath>..</relativePath>
   </parent>
   <artifactId>sonar-web</artifactId>
index 515f206f3e81ffb44c68af5933b17453a2cad296..47eacf93484e570f7e3bd5538911d2f9a2e5a794 100644 (file)
@@ -7,7 +7,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube</groupId>
     <artifactId>sonarqube</artifactId>
-    <version>6.6-SNAPSHOT</version>
+    <version>6.6</version>
   </parent>
 
   <artifactId>sonar-application</artifactId>
index b00cb5629a59c536ec10e744b255e0677924e4ba..516e73e1164ec0127fa4c376eb22e1931df9c3e1 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube</groupId>
     <artifactId>sonarqube</artifactId>
-    <version>6.6-SNAPSHOT</version>
+    <version>6.6</version>
     <relativePath>..</relativePath>
   </parent>
   <artifactId>sonar-check-api</artifactId>
index 3e86dd4430e3649cd115b6d9ba89e1ee5bbc5e67..fc9d616782203658659dc998bf2baff8ba87d45b 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube</groupId>
     <artifactId>sonarqube</artifactId>
-    <version>6.6-SNAPSHOT</version>
+    <version>6.6</version>
   </parent>
 
   <artifactId>sonar-core</artifactId>
index 80a99f34c803507549d01c77a0d1a947f36d339f..cac0fb5268556cda0e438b37b0699dd718d5b173 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube</groupId>
     <artifactId>sonarqube</artifactId>
-    <version>6.6-SNAPSHOT</version>
+    <version>6.6</version>
   </parent>
 
   <artifactId>sonar-duplications</artifactId>
index 45b9ff688ac9d8a412f4296611022e3a36af6dec..ad6ef2a82e7d7ad66d6dcf79b62e241e950d827a 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube</groupId>
     <artifactId>sonarqube</artifactId>
-    <version>6.6-SNAPSHOT</version>
+    <version>6.6</version>
   </parent>
 
   <artifactId>sonar-home</artifactId>
index 03105a7839bce1e4905b51499fe734cfd081f9c7..77adfbfb441977a1e3da255a402a9232612b9573 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube</groupId>
     <artifactId>sonarqube</artifactId>
-    <version>6.6-SNAPSHOT</version>
+    <version>6.6</version>
     <relativePath>..</relativePath>
   </parent>
 
index 071b1f5fc6444d3493523de7784acbfe4c79dcef..16a812d50b1dce86d752ea0b6fcf7948df37a86f 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube</groupId>
     <artifactId>sonarqube</artifactId>
-    <version>6.6-SNAPSHOT</version>
+    <version>6.6</version>
   </parent>
 
   <artifactId>sonar-plugin-api-deps</artifactId>
index 0c0f38e0731e7221dc7146e151b8d6579480e78e..70ef480c57d2b0a27c04dbc262772d736004dd3a 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube</groupId>
     <artifactId>sonarqube</artifactId>
-    <version>6.6-SNAPSHOT</version>
+    <version>6.6</version>
   </parent>
 
   <artifactId>sonar-plugin-api</artifactId>
index 6e02b53b5538133099b9c8e77dd3cde2e305d7e7..fcd775c2f335cd23d1034875a249b1387e751bab 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube</groupId>
     <artifactId>sonarqube</artifactId>
-    <version>6.6-SNAPSHOT</version>
+    <version>6.6</version>
   </parent>
 
   <artifactId>sonar-scanner-engine-shaded</artifactId>
index 580ee0095ff7d8743343389602829ef9fdb4e9a7..141cdb5e350164db725aa4e3ada4727cccac07ce 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube</groupId>
     <artifactId>sonarqube</artifactId>
-    <version>6.6-SNAPSHOT</version>
+    <version>6.6</version>
   </parent>
 
   <artifactId>sonar-scanner-engine</artifactId>
index 9d6ef5b3dc6d75efdcdc2fb63d9c303050daaeef..8646b12713a2e1306ff8fc03fd57d15147403fbe 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube</groupId>
     <artifactId>sonarqube</artifactId>
-    <version>6.6-SNAPSHOT</version>
+    <version>6.6</version>
   </parent>
 
   <artifactId>sonar-scanner-protocol</artifactId>
index e3815fe3652055256d88524e1b1194027dcdd362..6c8e36f3477c99861c33cc0aad1c7c037b2469fb 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube</groupId>
     <artifactId>sonarqube</artifactId>
-    <version>6.6-SNAPSHOT</version>
+    <version>6.6</version>
   </parent>
   <artifactId>sonar-testing-harness</artifactId>
   <packaging>jar</packaging>
index 8b936256775eb2d0f8f96a5ae8e4ec5c60436b51..1c290075c9459d7922c2dd856e176897559f04f3 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube</groupId>
     <artifactId>sonarqube</artifactId>
-    <version>6.6-SNAPSHOT</version>
+    <version>6.6</version>
   </parent>
 
   <artifactId>sonar-ws</artifactId>
index 4a4bb2e9382da1a8cf79fb8f638b3dd6140b6b40..3783cfac6fdac04ba326a0cbf1b1b8ce2b0beba4 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube.tests</groupId>
     <artifactId>plugins</artifactId>
-    <version>6.6-SNAPSHOT</version>
+    <version>6.6</version>
   </parent>
 
   <artifactId>access-secured-props-plugin</artifactId>
index 8371451ba88cd2508b0e15f568af4c245467c141..7492e3dfc2759eff02fd0ff98afaf4bae1091119 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube</groupId>
     <artifactId>sonarqube</artifactId>
-    <version>6.6-SNAPSHOT</version>
+    <version>6.6</version>
     <relativePath>../..</relativePath>
   </parent>
   <artifactId>backdating-customplugin</artifactId>
index 85a241daf313e09cea40ac0f9af3be8456bd2fbe..5b0acd9da7af60f90faa9a92e0e469818c27e23c 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube</groupId>
     <artifactId>sonarqube</artifactId>
-    <version>6.6-SNAPSHOT</version>
+    <version>6.6</version>
     <relativePath>../..</relativePath>
   </parent>
   <artifactId>backdating-plugin-v1</artifactId>
index 59adfffc20d5e96bbfc541e17f0056b990d42df8..62d03228fff7555362909e2102e04a02b1e5ca0c 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube</groupId>
     <artifactId>sonarqube</artifactId>
-    <version>6.6-SNAPSHOT</version>
+    <version>6.6</version>
     <relativePath>../..</relativePath>
   </parent>
   <artifactId>backdating-plugin-v2</artifactId>
index 637a45f2b2bcccb7c48fd5b7e5ccda026d0993f8..35364244091135d9ea09d40750a8821d8c6d95ad 100644 (file)
@@ -6,7 +6,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube.tests</groupId>
     <artifactId>plugins</artifactId>
-    <version>6.6-SNAPSHOT</version>
+    <version>6.6</version>
   </parent>
 
   <artifactId>base-auth-plugin</artifactId>
index 6f3c4c40d30fa2cbdf33834b25dc2badb2b523cb..55aa9472b3763a74e83587a7222aee8e14cb208a 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube.tests</groupId>
     <artifactId>plugins</artifactId>
-    <version>6.6-SNAPSHOT</version>
+    <version>6.6</version>
   </parent>
 
   <artifactId>batch-plugin</artifactId>
index dce5ef4127d44e06a7c8cd95b59d08609faf5da3..d7c7073adceed5027622499c6c92b906172383fa 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube.tests</groupId>
     <artifactId>plugins</artifactId>
-    <version>6.6-SNAPSHOT</version>
+    <version>6.6</version>
   </parent>
   <artifactId>extension-lifecycle-plugin</artifactId>
   <version>1.0-SNAPSHOT</version>
index 17fd7f0b1774e633afbe82bc7b9d069b979c22a2..ab4e9e4260ea6b390ea72dd4d5440284f6b88546 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube.tests</groupId>
     <artifactId>plugins</artifactId>
-    <version>6.6-SNAPSHOT</version>
+    <version>6.6</version>
   </parent>
 
   <artifactId>fake-billing-plugin</artifactId>
index cf2b24a80c79362d666b10f4d1bdde056982c6f0..0dc046d4b87a24e51fc8b151ccc2c5d590785a7a 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube.tests</groupId>
     <artifactId>plugins</artifactId>
-    <version>6.6-SNAPSHOT</version>
+    <version>6.6</version>
   </parent>
 
   <artifactId>fake-governance-plugin</artifactId>
index 2d84ea23660b32a57a43e13c71598a4ba0a112d7..6a2985fbe38032e1cf1ce450092093b1ce6295ec 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube</groupId>
     <artifactId>sonarqube</artifactId>
-    <version>6.6-SNAPSHOT</version>
+    <version>6.6</version>
     <relativePath>../..</relativePath>
   </parent>
   <artifactId>foo-plugin-v1</artifactId>
index a36d85c899137d98fee711bc2121185fda2174fd..343faee06baddda527985647e2b16061aa5b54fe 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube</groupId>
     <artifactId>sonarqube</artifactId>
-    <version>6.6-SNAPSHOT</version>
+    <version>6.6</version>
     <relativePath>../..</relativePath>
   </parent>
   <artifactId>foo-plugin-v2</artifactId>
index 0c6a0e66467828741ea0d12411ddbb36931318f7..b9800487b70af2c817c7fd31c28ca79055678dc3 100644 (file)
@@ -6,7 +6,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube.tests</groupId>
     <artifactId>plugins</artifactId>
-    <version>6.6-SNAPSHOT</version>
+    <version>6.6</version>
   </parent>
 
   <artifactId>global-property-change-plugin</artifactId>
index 87d06ef7a4dda0041e91cab9194af98dc2ee6c8c..44d6c38a8ea295fbbb7d5a43e41394e8d6a7ccce 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube.tests</groupId>
     <artifactId>plugins</artifactId>
-    <version>6.6-SNAPSHOT</version>
+    <version>6.6</version>
   </parent>
 
   <artifactId>issue-filter-plugin</artifactId>
index f2a4bbd8048c9ef530b9a192197cefa49ce4a661..4fbaf4c85688a07201985af7b99249bda417ef27 100644 (file)
@@ -6,7 +6,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube.tests</groupId>
     <artifactId>plugins</artifactId>
-    <version>6.6-SNAPSHOT</version>
+    <version>6.6</version>
   </parent>
   
   <artifactId>l10n-fr-pack</artifactId>
index f7360b491deb28b6329bea2d0df3d0009b083edd..1e63e87bdfe520fb9edf8cf164ddaf9ac002f3c4 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube.tests</groupId>
     <artifactId>plugins</artifactId>
-    <version>6.6-SNAPSHOT</version>
+    <version>6.6</version>
   </parent>
 
   <artifactId>license-plugin</artifactId>
index a10ac1c8bcdd3424d123caaaa03bae61e17b5c57..763fd99f8cc1fa9df012ec2bdb23806f33f1bb4d 100644 (file)
@@ -6,7 +6,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube.tests</groupId>
     <artifactId>plugins</artifactId>
-    <version>6.6-SNAPSHOT</version>
+    <version>6.6</version>
   </parent>
 
   <artifactId>oauth2-auth-plugin</artifactId>
index 7ce44f0d4df476fb47901568a8b4c3eb78587c85..0d5a8b6162e2663ccc9addd29e139063a0730ae4 100644 (file)
@@ -6,7 +6,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube</groupId>
     <artifactId>sonarqube</artifactId>
-    <version>6.6-SNAPSHOT</version>
+    <version>6.6</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
   <groupId>org.sonarsource.sonarqube.tests</groupId>
index a5fb1a9f603dfb6a2ad5d40e8845c7e8a0a9d461..af6e7d4cd2c300fad689057a30e0f5b15af6944f 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube.tests</groupId>
     <artifactId>plugins</artifactId>
-    <version>6.6-SNAPSHOT</version>
+    <version>6.6</version>
   </parent>
 
   <artifactId>posttask-plugin</artifactId>
index 295f87a9ce30406a8da86ee8c746991fe2c450a2..7a05a7d72755a6b719d5e7e0ae4f51778d497620 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube.tests</groupId>
     <artifactId>plugins</artifactId>
-    <version>6.6-SNAPSHOT</version>
+    <version>6.6</version>
   </parent>
   <artifactId>project-builder-plugin</artifactId>
   <version>1.0-SNAPSHOT</version>
index 6644c4b24c997fc84e88aa402e24eda2cb1e5503..c69be753bd26aee97c3b3716bd8d49d6792ac3fd 100644 (file)
@@ -6,7 +6,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube.tests</groupId>
     <artifactId>plugins</artifactId>
-    <version>6.6-SNAPSHOT</version>
+    <version>6.6</version>
   </parent>
 
   <artifactId>property-relocation-plugin</artifactId>
index 59aeff09f4e1b4ae26a6e4bc75b60a3e229a6082..8f4c8fc0ee68b6d5b6cf1ec1069a0046674edc21 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube.tests</groupId>
     <artifactId>plugins</artifactId>
-    <version>6.6-SNAPSHOT</version>
+    <version>6.6</version>
   </parent>
 
   <artifactId>property-sets-plugin</artifactId>
index 381a78273b30d0cd3ec86232ee287d83d39bdd98..4cd0cd478dac93a2fb2a456fb1b8ba52ca3a03c6 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube.tests</groupId>
     <artifactId>plugins</artifactId>
-    <version>6.6-SNAPSHOT</version>
+    <version>6.6</version>
   </parent>
 
   <artifactId>security-plugin</artifactId>
index 42f8a345e72f67f56f634a9116cb24a85cbdbb56..06c52d49771e1a5940bf4e56319ec147ea424a67 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube.tests</groupId>
     <artifactId>plugins</artifactId>
-    <version>6.6-SNAPSHOT</version>
+    <version>6.6</version>
   </parent>
 
   <artifactId>server-plugin</artifactId>
index 607c2f4fffec9637879a97a6f6d3b975f1a20d72..e93c864b7dcff8f43b2ff3165267115867359d48 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube.tests</groupId>
     <artifactId>plugins</artifactId>
-    <version>6.6-SNAPSHOT</version>
+    <version>6.6</version>
   </parent>
   <artifactId>settings-encryption-plugin</artifactId>
   <version>1.0-SNAPSHOT</version>
index f69b47932cb3b82135205927a4fbb5203eca1882..9377f7819ac9028e3b97a5c832fbcc3fedeab2f7 100644 (file)
@@ -6,7 +6,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube.tests</groupId>
     <artifactId>plugins</artifactId>
-    <version>6.6-SNAPSHOT</version>
+    <version>6.6</version>
   </parent>
 
   <artifactId>settings-plugin</artifactId>
index 8246710c1cab353ccab4183eaaaaa52ae8e4e2c7..c0ee9a633794eb31d52fc9d06261fbc402228a87 100644 (file)
@@ -6,7 +6,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube.tests</groupId>
     <artifactId>plugins</artifactId>
-    <version>6.6-SNAPSHOT</version>
+    <version>6.6</version>
   </parent>
 
   <artifactId>sonar-fake-plugin</artifactId>
index 62994d994366a2901f03dd6e88ff458bb95570aa..543cc449099fdbbff287e27ade268bf269ad9fcc 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube.tests</groupId>
     <artifactId>plugins</artifactId>
-    <version>6.6-SNAPSHOT</version>
+    <version>6.6</version>
   </parent>
 
   <artifactId>sonar-subcategories-plugin</artifactId>
index 86d2cfdbcb17ac19b498e6bd5a8ed3d88fcb44ab..f202d0999c70998b9ad97ad3542b664a878851b9 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube.tests</groupId>
     <artifactId>plugins</artifactId>
-    <version>6.6-SNAPSHOT</version>
+    <version>6.6</version>
   </parent>
 
   <artifactId>ui-extensions-plugin</artifactId>
index 07d4196c8888039fb0d0a9e72333a093069cc2bd..2ed5aa19ae8d74b931655a0b3bdd2a7245237575 100644 (file)
@@ -6,7 +6,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube.tests</groupId>
     <artifactId>plugins</artifactId>
-    <version>6.6-SNAPSHOT</version>
+    <version>6.6</version>
   </parent>
 
   <artifactId>wait-at-platform-level4-plugin</artifactId>
index 617a598718a80cee0c6a882666d54491d8c5dea2..6935baaf4474ea81981d2d07e18e77c790c24f60 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube.tests</groupId>
     <artifactId>plugins</artifactId>
-    <version>6.6-SNAPSHOT</version>
+    <version>6.6</version>
   </parent>
 
   <artifactId>ws-plugin</artifactId>
index f15b74f0fa382ef80dfee9368ca8d48c805b2306..a34363d6ab8a2d96a68962815f91acba5f493993 100644 (file)
@@ -7,7 +7,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube</groupId>
     <artifactId>sonarqube</artifactId>
-    <version>6.6-SNAPSHOT</version>
+    <version>6.6</version>
   </parent>
 
   <groupId>org.sonarsource.sonarqube.tests</groupId>