]> source.dussan.org Git - sonarqube.git/commitdiff
Release 6.6-M1
authorSimon Brandhof <simon.brandhof@sonarsource.com>
Tue, 12 Sep 2017 08:51:02 +0000 (10:51 +0200)
committerSimon Brandhof <simon.brandhof@sonarsource.com>
Tue, 12 Sep 2017 08:51:02 +0000 (10:51 +0200)
56 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/ws-plugin/pom.xml
tests/pom.xml

index 50952554e47fafb08227451ff7ab960fa34ce621..c87bb027b458207bbda0b0a6bd814f7e1d66fb63 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube</groupId>
     <artifactId>sonarqube</artifactId>
-    <version>6.6-SNAPSHOT</version>
+    <version>6.6-M1</version>
     <relativePath>../..</relativePath>
   </parent>
   <artifactId>sonar-xoo-plugin</artifactId>
diff --git a/pom.xml b/pom.xml
index deb6a74be5fd2907693dc5c80509d5de866f0306..2c7b56bb89b5116640145bdb451938c4e04f9249 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-M1</version>
   <name>SonarQube</name>
   <url>http://www.sonarqube.org/</url>
   <description>Open source platform for continuous inspection of code quality</description>
index bd0564d4620349fece933130f510aa0a71c89778..c173ccd5838d30246b29551b24de4f5de63b2252 100644 (file)
@@ -6,7 +6,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube</groupId>
     <artifactId>sonarqube</artifactId>
-    <version>6.6-SNAPSHOT</version>
+    <version>6.6-M1</version>
   </parent>
   <artifactId>server</artifactId>
   <packaging>pom</packaging>
index 007270e77937fcc3cf3b99e77401bf53f2291d1d..d27ca46fd6ad8a3cfc07c759b82c7dfa3d62a998 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube</groupId>
     <artifactId>server</artifactId>
-    <version>6.6-SNAPSHOT</version>
+    <version>6.6-M1</version>
     <relativePath>..</relativePath>
   </parent>
   <artifactId>sonar-ce</artifactId>
index 55258bce31f0c17d0da93fb81cbd3f78bc9b1a87..0b2430dbecb1fe4e4d1c8b9b0591167538ac8e0e 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube</groupId>
     <artifactId>server</artifactId>
-    <version>6.6-SNAPSHOT</version>
+    <version>6.6-M1</version>
   </parent>
 
   <artifactId>sonar-db-core</artifactId>
index bec58980191f57fe65a10c3f20fd230f6822f617..a64cb9b7e457548f279355c07260e5c65df5c0d5 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube</groupId>
     <artifactId>server</artifactId>
-    <version>6.6-SNAPSHOT</version>
+    <version>6.6-M1</version>
   </parent>
 
   <artifactId>sonar-db-dao</artifactId>
index 9447cf687fe470b2a980053243614c457a6a88af..8b188d48c9c37428fd5b5834f13811188c56cbab 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube</groupId>
     <artifactId>server</artifactId>
-    <version>6.6-SNAPSHOT</version>
+    <version>6.6-M1</version>
   </parent>
 
   <artifactId>sonar-db-migration</artifactId>
index 51f53cf694ac4b8081ffef69c75059f27417eb76..645c28b696931c4964a76fb3bd9050bd2a37e366 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube</groupId>
     <artifactId>server</artifactId>
-    <version>6.6-SNAPSHOT</version>
+    <version>6.6-M1</version>
   </parent>
 
   <artifactId>sonar-db-testing</artifactId>
index 9aa79852803e9b71bacaeed5af3ccb121d5eeed0..cc0e6d0b6f2aee6212276179075aebeb355cabbc 100644 (file)
@@ -6,7 +6,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube</groupId>
     <artifactId>server</artifactId>
-    <version>6.6-SNAPSHOT</version>
+    <version>6.6-M1</version>
     <relativePath>../</relativePath>
   </parent>
 
index 896695df61ad92c795ef815e41a26ab7b4cd11c9..50992a8c3eaaf17d6a523f0a18a0ebc278a0e58d 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube</groupId>
     <artifactId>server</artifactId>
-    <version>6.6-SNAPSHOT</version>
+    <version>6.6-M1</version>
     <relativePath>..</relativePath>
   </parent>
   <artifactId>sonar-plugin-bridge</artifactId>
index ac07efaa96c1cb21790188061385ae44a80caf5f..3629dcde22c9e000cf6acc076661798c18264936 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube</groupId>
     <artifactId>server</artifactId>
-    <version>6.6-SNAPSHOT</version>
+    <version>6.6-M1</version>
     <relativePath>../</relativePath>
   </parent>
 
index 19037022f465ed71b7bbf7b8ecfde6a1871bd197..e33599a931ba83657d6135351682bf6a21ace01d 100644 (file)
@@ -6,7 +6,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube</groupId>
     <artifactId>server</artifactId>
-    <version>6.6-SNAPSHOT</version>
+    <version>6.6-M1</version>
     <relativePath>..</relativePath>
   </parent>
   <artifactId>sonar-server</artifactId>
index f01ecb5c613b1090c25caa9f2cd59e2f569b04f4..54c905cabcdadcd3e418d163b42ef5ceb7563aaa 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube</groupId>
     <artifactId>server</artifactId>
-    <version>6.6-SNAPSHOT</version>
+    <version>6.6-M1</version>
     <relativePath>..</relativePath>
   </parent>
   <artifactId>sonar-web</artifactId>
index ce3e9cc30d39e14cdcb216491f5898009ad5343c..0ddd6d7ae8cb20b7b6ceaaadb16599292261cd05 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube</groupId>
     <artifactId>sonarqube</artifactId>
-    <version>6.6-SNAPSHOT</version>
+    <version>6.6-M1</version>
   </parent>
 
   <artifactId>sonar-application</artifactId>
index b00cb5629a59c536ec10e744b255e0677924e4ba..0c205bccc856f8afa2b0573c71adad4d51d4d31f 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube</groupId>
     <artifactId>sonarqube</artifactId>
-    <version>6.6-SNAPSHOT</version>
+    <version>6.6-M1</version>
     <relativePath>..</relativePath>
   </parent>
   <artifactId>sonar-check-api</artifactId>
index 3e86dd4430e3649cd115b6d9ba89e1ee5bbc5e67..588005b857ba50cadabbebd4343443b18d164eb7 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube</groupId>
     <artifactId>sonarqube</artifactId>
-    <version>6.6-SNAPSHOT</version>
+    <version>6.6-M1</version>
   </parent>
 
   <artifactId>sonar-core</artifactId>
index fa392d8a9d890fdca4f542e59241c43750b352b0..376fc12ae2e4616faa77387d4fd50e6d640ea7ec 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube</groupId>
     <artifactId>sonarqube</artifactId>
-    <version>6.6-SNAPSHOT</version>
+    <version>6.6-M1</version>
   </parent>
 
   <artifactId>sonar-duplications</artifactId>
index 45b9ff688ac9d8a412f4296611022e3a36af6dec..ebed6dcfc30d363647f63efc5dd2a56de07d9b82 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube</groupId>
     <artifactId>sonarqube</artifactId>
-    <version>6.6-SNAPSHOT</version>
+    <version>6.6-M1</version>
   </parent>
 
   <artifactId>sonar-home</artifactId>
index 03105a7839bce1e4905b51499fe734cfd081f9c7..4a8a3a5a778150197df1b53a8578588225a0bc4b 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube</groupId>
     <artifactId>sonarqube</artifactId>
-    <version>6.6-SNAPSHOT</version>
+    <version>6.6-M1</version>
     <relativePath>..</relativePath>
   </parent>
 
index 071b1f5fc6444d3493523de7784acbfe4c79dcef..f592d48165047b3a7afcfe96d22bbf26d5fd802b 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube</groupId>
     <artifactId>sonarqube</artifactId>
-    <version>6.6-SNAPSHOT</version>
+    <version>6.6-M1</version>
   </parent>
 
   <artifactId>sonar-plugin-api-deps</artifactId>
index 0c0f38e0731e7221dc7146e151b8d6579480e78e..62f96f2b29ae5c3348bbc5f3d3431a9414720b1d 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube</groupId>
     <artifactId>sonarqube</artifactId>
-    <version>6.6-SNAPSHOT</version>
+    <version>6.6-M1</version>
   </parent>
 
   <artifactId>sonar-plugin-api</artifactId>
index 6e02b53b5538133099b9c8e77dd3cde2e305d7e7..dd8d4519bd8e6979bd7dff50c4b4a869fa92e685 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube</groupId>
     <artifactId>sonarqube</artifactId>
-    <version>6.6-SNAPSHOT</version>
+    <version>6.6-M1</version>
   </parent>
 
   <artifactId>sonar-scanner-engine-shaded</artifactId>
index 580ee0095ff7d8743343389602829ef9fdb4e9a7..e9d98e7f91d36d517f8d3bf187257162637cb52d 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube</groupId>
     <artifactId>sonarqube</artifactId>
-    <version>6.6-SNAPSHOT</version>
+    <version>6.6-M1</version>
   </parent>
 
   <artifactId>sonar-scanner-engine</artifactId>
index 9d6ef5b3dc6d75efdcdc2fb63d9c303050daaeef..8e03db7bb90165bc3174f380766cf2ed3ed6ff35 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube</groupId>
     <artifactId>sonarqube</artifactId>
-    <version>6.6-SNAPSHOT</version>
+    <version>6.6-M1</version>
   </parent>
 
   <artifactId>sonar-scanner-protocol</artifactId>
index e3815fe3652055256d88524e1b1194027dcdd362..4f023957ba96d7e7eb26f282e0568b2c047886d4 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube</groupId>
     <artifactId>sonarqube</artifactId>
-    <version>6.6-SNAPSHOT</version>
+    <version>6.6-M1</version>
   </parent>
   <artifactId>sonar-testing-harness</artifactId>
   <packaging>jar</packaging>
index 8b936256775eb2d0f8f96a5ae8e4ec5c60436b51..1f1ef4a257f77bd47e5f30af2a36c9898f3744f3 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube</groupId>
     <artifactId>sonarqube</artifactId>
-    <version>6.6-SNAPSHOT</version>
+    <version>6.6-M1</version>
   </parent>
 
   <artifactId>sonar-ws</artifactId>
index 4a4bb2e9382da1a8cf79fb8f638b3dd6140b6b40..2b925189e8802295b151133ddaf2df24cba6ca9c 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube.tests</groupId>
     <artifactId>plugins</artifactId>
-    <version>6.6-SNAPSHOT</version>
+    <version>6.6-M1</version>
   </parent>
 
   <artifactId>access-secured-props-plugin</artifactId>
index 8371451ba88cd2508b0e15f568af4c245467c141..7570f76eff65f6f9792852188641a79289485527 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube</groupId>
     <artifactId>sonarqube</artifactId>
-    <version>6.6-SNAPSHOT</version>
+    <version>6.6-M1</version>
     <relativePath>../..</relativePath>
   </parent>
   <artifactId>backdating-customplugin</artifactId>
index 85a241daf313e09cea40ac0f9af3be8456bd2fbe..abd705671d6b80549a9a107f564247809cb54b1d 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube</groupId>
     <artifactId>sonarqube</artifactId>
-    <version>6.6-SNAPSHOT</version>
+    <version>6.6-M1</version>
     <relativePath>../..</relativePath>
   </parent>
   <artifactId>backdating-plugin-v1</artifactId>
index 59adfffc20d5e96bbfc541e17f0056b990d42df8..ee6b983e686bfd64cb829277b9b6ae395be92a43 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube</groupId>
     <artifactId>sonarqube</artifactId>
-    <version>6.6-SNAPSHOT</version>
+    <version>6.6-M1</version>
     <relativePath>../..</relativePath>
   </parent>
   <artifactId>backdating-plugin-v2</artifactId>
index 637a45f2b2bcccb7c48fd5b7e5ccda026d0993f8..bd4a19918e6792bcf11e3b6bce7c96698c78a59f 100644 (file)
@@ -6,7 +6,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube.tests</groupId>
     <artifactId>plugins</artifactId>
-    <version>6.6-SNAPSHOT</version>
+    <version>6.6-M1</version>
   </parent>
 
   <artifactId>base-auth-plugin</artifactId>
index 6f3c4c40d30fa2cbdf33834b25dc2badb2b523cb..7c8e095d69cdf4e946e11885d374cc94c40e3f00 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube.tests</groupId>
     <artifactId>plugins</artifactId>
-    <version>6.6-SNAPSHOT</version>
+    <version>6.6-M1</version>
   </parent>
 
   <artifactId>batch-plugin</artifactId>
index dce5ef4127d44e06a7c8cd95b59d08609faf5da3..0160ec6b4a4f2da9f2147caf16d8a27f90122785 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube.tests</groupId>
     <artifactId>plugins</artifactId>
-    <version>6.6-SNAPSHOT</version>
+    <version>6.6-M1</version>
   </parent>
   <artifactId>extension-lifecycle-plugin</artifactId>
   <version>1.0-SNAPSHOT</version>
index 17fd7f0b1774e633afbe82bc7b9d069b979c22a2..6d3877a0439c2a28a711e3e1ad97215d1aede349 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube.tests</groupId>
     <artifactId>plugins</artifactId>
-    <version>6.6-SNAPSHOT</version>
+    <version>6.6-M1</version>
   </parent>
 
   <artifactId>fake-billing-plugin</artifactId>
index cf2b24a80c79362d666b10f4d1bdde056982c6f0..ef1a9fa71901b3ca2cedd55abebaa4bab4dc6702 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube.tests</groupId>
     <artifactId>plugins</artifactId>
-    <version>6.6-SNAPSHOT</version>
+    <version>6.6-M1</version>
   </parent>
 
   <artifactId>fake-governance-plugin</artifactId>
index 2d84ea23660b32a57a43e13c71598a4ba0a112d7..bb8e4300b4c6ed05b53ae1a0edfa139d28ca2747 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube</groupId>
     <artifactId>sonarqube</artifactId>
-    <version>6.6-SNAPSHOT</version>
+    <version>6.6-M1</version>
     <relativePath>../..</relativePath>
   </parent>
   <artifactId>foo-plugin-v1</artifactId>
index a36d85c899137d98fee711bc2121185fda2174fd..d764619f7bdec209c3b507d1695b07460a5da2b5 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube</groupId>
     <artifactId>sonarqube</artifactId>
-    <version>6.6-SNAPSHOT</version>
+    <version>6.6-M1</version>
     <relativePath>../..</relativePath>
   </parent>
   <artifactId>foo-plugin-v2</artifactId>
index 0c6a0e66467828741ea0d12411ddbb36931318f7..07abd702b6218a0f38483de23a9476d6479f7ae8 100644 (file)
@@ -6,7 +6,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube.tests</groupId>
     <artifactId>plugins</artifactId>
-    <version>6.6-SNAPSHOT</version>
+    <version>6.6-M1</version>
   </parent>
 
   <artifactId>global-property-change-plugin</artifactId>
index 87d06ef7a4dda0041e91cab9194af98dc2ee6c8c..84b7d115fd15e93d9391652cf8494929be834d95 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube.tests</groupId>
     <artifactId>plugins</artifactId>
-    <version>6.6-SNAPSHOT</version>
+    <version>6.6-M1</version>
   </parent>
 
   <artifactId>issue-filter-plugin</artifactId>
index f2a4bbd8048c9ef530b9a192197cefa49ce4a661..33fabc2df97495eee5f151817d6d1e0475f700e3 100644 (file)
@@ -6,7 +6,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube.tests</groupId>
     <artifactId>plugins</artifactId>
-    <version>6.6-SNAPSHOT</version>
+    <version>6.6-M1</version>
   </parent>
   
   <artifactId>l10n-fr-pack</artifactId>
index f7360b491deb28b6329bea2d0df3d0009b083edd..a3cfb001ac2e1c3bd08bfa9e7d473edfec5cc35d 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube.tests</groupId>
     <artifactId>plugins</artifactId>
-    <version>6.6-SNAPSHOT</version>
+    <version>6.6-M1</version>
   </parent>
 
   <artifactId>license-plugin</artifactId>
index a10ac1c8bcdd3424d123caaaa03bae61e17b5c57..7fccb29c3ef7b9592b7622c869c37207aa7ab179 100644 (file)
@@ -6,7 +6,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube.tests</groupId>
     <artifactId>plugins</artifactId>
-    <version>6.6-SNAPSHOT</version>
+    <version>6.6-M1</version>
   </parent>
 
   <artifactId>oauth2-auth-plugin</artifactId>
index 70015985e6b71f3f31848b3d094047dc6155d096..a6edf45a9620bcdc6669eaaf814e2f2a0e5d4546 100644 (file)
@@ -6,7 +6,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube</groupId>
     <artifactId>sonarqube</artifactId>
-    <version>6.6-SNAPSHOT</version>
+    <version>6.6-M1</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
   <groupId>org.sonarsource.sonarqube.tests</groupId>
index a5fb1a9f603dfb6a2ad5d40e8845c7e8a0a9d461..3a8d334593c02b019172504679033bb1ebeeb01c 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube.tests</groupId>
     <artifactId>plugins</artifactId>
-    <version>6.6-SNAPSHOT</version>
+    <version>6.6-M1</version>
   </parent>
 
   <artifactId>posttask-plugin</artifactId>
index 295f87a9ce30406a8da86ee8c746991fe2c450a2..14c3c69ce69eefde4494792c4f680e826eae1c04 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube.tests</groupId>
     <artifactId>plugins</artifactId>
-    <version>6.6-SNAPSHOT</version>
+    <version>6.6-M1</version>
   </parent>
   <artifactId>project-builder-plugin</artifactId>
   <version>1.0-SNAPSHOT</version>
index 6644c4b24c997fc84e88aa402e24eda2cb1e5503..d0527e8d0c7954ab6ce5231daec8ac93d50b564b 100644 (file)
@@ -6,7 +6,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube.tests</groupId>
     <artifactId>plugins</artifactId>
-    <version>6.6-SNAPSHOT</version>
+    <version>6.6-M1</version>
   </parent>
 
   <artifactId>property-relocation-plugin</artifactId>
index 59aeff09f4e1b4ae26a6e4bc75b60a3e229a6082..eda348843f2d729f36165f1ab95e41b17144ead6 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube.tests</groupId>
     <artifactId>plugins</artifactId>
-    <version>6.6-SNAPSHOT</version>
+    <version>6.6-M1</version>
   </parent>
 
   <artifactId>property-sets-plugin</artifactId>
index 381a78273b30d0cd3ec86232ee287d83d39bdd98..111ec0894c50512d3a8fed4883ae7b0950103edd 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube.tests</groupId>
     <artifactId>plugins</artifactId>
-    <version>6.6-SNAPSHOT</version>
+    <version>6.6-M1</version>
   </parent>
 
   <artifactId>security-plugin</artifactId>
index 42f8a345e72f67f56f634a9116cb24a85cbdbb56..9ac3285325e9abc0f5a73c3e1c0f75e143e5976a 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube.tests</groupId>
     <artifactId>plugins</artifactId>
-    <version>6.6-SNAPSHOT</version>
+    <version>6.6-M1</version>
   </parent>
 
   <artifactId>server-plugin</artifactId>
index 607c2f4fffec9637879a97a6f6d3b975f1a20d72..775fb91a1df7802ccd76124260941e615ee9acc8 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube.tests</groupId>
     <artifactId>plugins</artifactId>
-    <version>6.6-SNAPSHOT</version>
+    <version>6.6-M1</version>
   </parent>
   <artifactId>settings-encryption-plugin</artifactId>
   <version>1.0-SNAPSHOT</version>
index f69b47932cb3b82135205927a4fbb5203eca1882..19defc2bd12e3c40f58e410893d9d0524b0e9ca3 100644 (file)
@@ -6,7 +6,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube.tests</groupId>
     <artifactId>plugins</artifactId>
-    <version>6.6-SNAPSHOT</version>
+    <version>6.6-M1</version>
   </parent>
 
   <artifactId>settings-plugin</artifactId>
index 8246710c1cab353ccab4183eaaaaa52ae8e4e2c7..44362283f8d728ad1aa36fffeeeb9510175b74f9 100644 (file)
@@ -6,7 +6,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube.tests</groupId>
     <artifactId>plugins</artifactId>
-    <version>6.6-SNAPSHOT</version>
+    <version>6.6-M1</version>
   </parent>
 
   <artifactId>sonar-fake-plugin</artifactId>
index 62994d994366a2901f03dd6e88ff458bb95570aa..4af2db9d427e470ff59cf4e3f051c32dc85c0cde 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube.tests</groupId>
     <artifactId>plugins</artifactId>
-    <version>6.6-SNAPSHOT</version>
+    <version>6.6-M1</version>
   </parent>
 
   <artifactId>sonar-subcategories-plugin</artifactId>
index 86d2cfdbcb17ac19b498e6bd5a8ed3d88fcb44ab..fa26dc5f4e31c1257ff4cd51b3a59ebc4e3243d5 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube.tests</groupId>
     <artifactId>plugins</artifactId>
-    <version>6.6-SNAPSHOT</version>
+    <version>6.6-M1</version>
   </parent>
 
   <artifactId>ui-extensions-plugin</artifactId>
index 617a598718a80cee0c6a882666d54491d8c5dea2..519fbcd8689df24ddd7899137e10c1445e620a44 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube.tests</groupId>
     <artifactId>plugins</artifactId>
-    <version>6.6-SNAPSHOT</version>
+    <version>6.6-M1</version>
   </parent>
 
   <artifactId>ws-plugin</artifactId>
index f15b74f0fa382ef80dfee9368ca8d48c805b2306..91c3498e3a355396d2053563ab66813dfbb9bfdb 100644 (file)
@@ -7,7 +7,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube</groupId>
     <artifactId>sonarqube</artifactId>
-    <version>6.6-SNAPSHOT</version>
+    <version>6.6-M1</version>
   </parent>
 
   <groupId>org.sonarsource.sonarqube.tests</groupId>