]> source.dussan.org Git - sonarqube.git/commitdiff
Release 6.7.7 6.7.7
authorSimon Brandhof <simon.brandhof@sonarsource.com>
Tue, 16 Apr 2019 15:38:04 +0000 (17:38 +0200)
committerSimon Brandhof <simon.brandhof@sonarsource.com>
Tue, 16 Apr 2019 15:38:04 +0000 (17:38 +0200)
58 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/save-measure-on-module-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 5c7d07ed56b2ec6cd42b968573da33ab976205a1..09c43ad97a76e20c82b8b27b5de0959d7f9f7092 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube</groupId>
     <artifactId>sonarqube</artifactId>
-    <version>6.7.7-SNAPSHOT</version>
+    <version>6.7.7</version>
     <relativePath>../..</relativePath>
   </parent>
   <artifactId>sonar-xoo-plugin</artifactId>
diff --git a/pom.xml b/pom.xml
index f19016289d72bbb793f534d36242cb045828b72d..b96d0cf5b4b8d5d2c9433ea3f49155f087bd9ff8 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.7.7-SNAPSHOT</version>
+  <version>6.7.7</version>
   <name>SonarQube</name>
   <url>http://www.sonarqube.org/</url>
   <description>Open source platform for continuous inspection of code quality</description>
index 70bc2b198b8c0bceb88c5d21283bb9d3fb4d77fb..648d1d98861cac5439af187cc1b0de1ca36d1ceb 100644 (file)
@@ -6,7 +6,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube</groupId>
     <artifactId>sonarqube</artifactId>
-    <version>6.7.7-SNAPSHOT</version>
+    <version>6.7.7</version>
   </parent>
   <artifactId>server</artifactId>
   <packaging>pom</packaging>
index 105af9742ad5d6b0e5eaaa140d364e98866349d3..23a3c97cc3cbbeeddf84fbec2393ecc2a77e1706 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube</groupId>
     <artifactId>server</artifactId>
-    <version>6.7.7-SNAPSHOT</version>
+    <version>6.7.7</version>
     <relativePath>..</relativePath>
   </parent>
   <artifactId>sonar-ce</artifactId>
index b15a2a36342b3680a1530a9c8144f2770cce45de..8f00b3022ccc7ff6f7a5b9d327d6dfc311fab18b 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube</groupId>
     <artifactId>server</artifactId>
-    <version>6.7.7-SNAPSHOT</version>
+    <version>6.7.7</version>
   </parent>
 
   <artifactId>sonar-db-core</artifactId>
index efba19249df2ad5f699814799b8e353347bd7127..82427a34fd253f6e568f125de58eb4177feadbee 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube</groupId>
     <artifactId>server</artifactId>
-    <version>6.7.7-SNAPSHOT</version>
+    <version>6.7.7</version>
   </parent>
 
   <artifactId>sonar-db-dao</artifactId>
index 73ce6ebf6a42493c906b7940e8e612d7b176c15f..db5630cafb7b7bf165454565307477ddc54e376c 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube</groupId>
     <artifactId>server</artifactId>
-    <version>6.7.7-SNAPSHOT</version>
+    <version>6.7.7</version>
   </parent>
 
   <artifactId>sonar-db-migration</artifactId>
index cce071b0c648257f6c5232cbac0ef991d871cf12..5658708d41a0a818f2c6cf34fdb81bf8e67b3b38 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube</groupId>
     <artifactId>server</artifactId>
-    <version>6.7.7-SNAPSHOT</version>
+    <version>6.7.7</version>
   </parent>
 
   <artifactId>sonar-db-testing</artifactId>
index aa373366366f9f3c73de7099f0f25a8ca86a37d0..6c3812f6ffff85f71d71e2fcd376eff7f4a0ca08 100644 (file)
@@ -6,7 +6,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube</groupId>
     <artifactId>server</artifactId>
-    <version>6.7.7-SNAPSHOT</version>
+    <version>6.7.7</version>
     <relativePath>../</relativePath>
   </parent>
 
index 02b2c7798f600e328728f890a11c8936eca1dab5..679dcff6076fb0823e98c90c9375371cee8e324b 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube</groupId>
     <artifactId>server</artifactId>
-    <version>6.7.7-SNAPSHOT</version>
+    <version>6.7.7</version>
     <relativePath>..</relativePath>
   </parent>
   <artifactId>sonar-plugin-bridge</artifactId>
index fa37927556b7eb29f3ba350b21c6ed96606583ef..d2e31926f8b2b9fe3f0a914269bf0487c49882ec 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube</groupId>
     <artifactId>server</artifactId>
-    <version>6.7.7-SNAPSHOT</version>
+    <version>6.7.7</version>
     <relativePath>../</relativePath>
   </parent>
 
index bc7404a68d6784998903f2f8149d346c91e52b55..96194ece2deb4e25243dccee2a830dbf09dbe6ba 100644 (file)
@@ -6,7 +6,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube</groupId>
     <artifactId>server</artifactId>
-    <version>6.7.7-SNAPSHOT</version>
+    <version>6.7.7</version>
     <relativePath>..</relativePath>
   </parent>
   <artifactId>sonar-server</artifactId>
index 9cf05cb929e6a7c9347e15336f918b25a0b5fec5..a3b4b7cb2bfa5d66c3f4179081eb7ca11ba82732 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube</groupId>
     <artifactId>server</artifactId>
-    <version>6.7.7-SNAPSHOT</version>
+    <version>6.7.7</version>
     <relativePath>..</relativePath>
   </parent>
   <artifactId>sonar-web</artifactId>
index c3352a64ac0fba5790974d26b397f934b8a2ea85..fbb8e08f0383d1e2ff6f25b9d0bd00c02681d7d7 100644 (file)
@@ -7,7 +7,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube</groupId>
     <artifactId>sonarqube</artifactId>
-    <version>6.7.7-SNAPSHOT</version>
+    <version>6.7.7</version>
   </parent>
 
   <artifactId>sonar-application</artifactId>
index f4c70cda27069d6a2bcfe2669119aab7bfa55e5e..86ab46fcdf6443e13238e118b4e00ace463f2572 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube</groupId>
     <artifactId>sonarqube</artifactId>
-    <version>6.7.7-SNAPSHOT</version>
+    <version>6.7.7</version>
     <relativePath>..</relativePath>
   </parent>
   <artifactId>sonar-check-api</artifactId>
index 5d4208ce54aa348e0a14db1bed4cd504b7b65c47..0b437428b45d8f303003335b90ac75fb14b7b1ba 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube</groupId>
     <artifactId>sonarqube</artifactId>
-    <version>6.7.7-SNAPSHOT</version>
+    <version>6.7.7</version>
   </parent>
 
   <artifactId>sonar-core</artifactId>
index 03d7047e32ad57063fd982b62c7e76d7f5359259..e61a74c94ffe5cfd1059ade3c3537389d05e2815 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube</groupId>
     <artifactId>sonarqube</artifactId>
-    <version>6.7.7-SNAPSHOT</version>
+    <version>6.7.7</version>
   </parent>
 
   <artifactId>sonar-duplications</artifactId>
index 0d4d670087a3a0fcd351288cf1d1857bbb915d30..8c7e2f420bbc9baf17561447461a1ef1321a5b61 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube</groupId>
     <artifactId>sonarqube</artifactId>
-    <version>6.7.7-SNAPSHOT</version>
+    <version>6.7.7</version>
   </parent>
 
   <artifactId>sonar-home</artifactId>
index 773badb3455accdb2f38cd4653c745360801b4e6..fa52c72c2af2d0b4c118ed52d1dfdacd612c9f78 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube</groupId>
     <artifactId>sonarqube</artifactId>
-    <version>6.7.7-SNAPSHOT</version>
+    <version>6.7.7</version>
     <relativePath>..</relativePath>
   </parent>
 
index 4484fea081f6e960371ef52d83b19c12a75f216d..8c98f52924b0de4ee9933f1f30f3f14cc57eb195 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube</groupId>
     <artifactId>sonarqube</artifactId>
-    <version>6.7.7-SNAPSHOT</version>
+    <version>6.7.7</version>
   </parent>
 
   <artifactId>sonar-plugin-api-deps</artifactId>
index d2d90011171f669125c0d1ef2a0fbcbfefa6b801..8f5b214771c198b6d4ba461c7df65f3593fbfd68 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube</groupId>
     <artifactId>sonarqube</artifactId>
-    <version>6.7.7-SNAPSHOT</version>
+    <version>6.7.7</version>
   </parent>
 
   <artifactId>sonar-plugin-api</artifactId>
index 12b403db4bd6cce47078222afdd7bc9983864c31..9452b06b2d27e4fa7b78aa3543659aca030ff6af 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube</groupId>
     <artifactId>sonarqube</artifactId>
-    <version>6.7.7-SNAPSHOT</version>
+    <version>6.7.7</version>
   </parent>
 
   <artifactId>sonar-scanner-engine-shaded</artifactId>
index b8ba02b4a1f86a44d7fb5631c694e23a75e5e51c..b2ff3bf3248a6fa0d96838aff966f79b0c095f91 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube</groupId>
     <artifactId>sonarqube</artifactId>
-    <version>6.7.7-SNAPSHOT</version>
+    <version>6.7.7</version>
   </parent>
 
   <artifactId>sonar-scanner-engine</artifactId>
index 99acc32872dba2addb53c3b00acbaba034812763..200d363fe1aaec4347199d3b8a07fec70969c019 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube</groupId>
     <artifactId>sonarqube</artifactId>
-    <version>6.7.7-SNAPSHOT</version>
+    <version>6.7.7</version>
   </parent>
 
   <artifactId>sonar-scanner-protocol</artifactId>
index 01a5fa5ab63a953b6e584487a9333b50f831d07e..bc86415b890c2a939efd0c648458ac1b548cf483 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube</groupId>
     <artifactId>sonarqube</artifactId>
-    <version>6.7.7-SNAPSHOT</version>
+    <version>6.7.7</version>
   </parent>
   <artifactId>sonar-testing-harness</artifactId>
   <packaging>jar</packaging>
index af1df7c226e9f3289f55c712e5aa415dd90d3155..106dfbbf534d124af4ad39e87fe69e312a60a5de 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube</groupId>
     <artifactId>sonarqube</artifactId>
-    <version>6.7.7-SNAPSHOT</version>
+    <version>6.7.7</version>
   </parent>
 
   <artifactId>sonar-ws</artifactId>
index 3a493e72908473fb349da0c302066893ce6c733f..1d88cf07aeac7a44403cf92655d771060e4f63f1 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube.tests</groupId>
     <artifactId>plugins</artifactId>
-    <version>6.7.7-SNAPSHOT</version>
+    <version>6.7.7</version>
   </parent>
 
   <artifactId>access-secured-props-plugin</artifactId>
index dec0d166a68584ef7ee16ec9e7211f5a84da3b8f..9b6791e9e49e1227d3ed28bf555e488914b35156 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube</groupId>
     <artifactId>sonarqube</artifactId>
-    <version>6.7.7-SNAPSHOT</version>
+    <version>6.7.7</version>
     <relativePath>../..</relativePath>
   </parent>
   <artifactId>backdating-customplugin</artifactId>
index 4b2854a123a47de0da5b10313ebc4865c3088078..631cf81ad727279282620e13a7bdc3be730143d4 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube</groupId>
     <artifactId>sonarqube</artifactId>
-    <version>6.7.7-SNAPSHOT</version>
+    <version>6.7.7</version>
     <relativePath>../..</relativePath>
   </parent>
   <artifactId>backdating-plugin-v1</artifactId>
index 8065feaaadb5c6a2e95e4910b276f798b98f38b5..b72e5f64b5a81f19b8c360725a90155f75704d0e 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube</groupId>
     <artifactId>sonarqube</artifactId>
-    <version>6.7.7-SNAPSHOT</version>
+    <version>6.7.7</version>
     <relativePath>../..</relativePath>
   </parent>
   <artifactId>backdating-plugin-v2</artifactId>
index b8c5d823521055f3953ebed2df45bd12c3cf71d2..00deef89e9325d3e11c537faf5f47bae3dc0c760 100644 (file)
@@ -6,7 +6,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube.tests</groupId>
     <artifactId>plugins</artifactId>
-    <version>6.7.7-SNAPSHOT</version>
+    <version>6.7.7</version>
   </parent>
 
   <artifactId>base-auth-plugin</artifactId>
index f68c2bfedfa79803410eb10e6a8674ec4f97abc7..ed4ba56c0a542e20c1b4737798b62c71ff796c8d 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube.tests</groupId>
     <artifactId>plugins</artifactId>
-    <version>6.7.7-SNAPSHOT</version>
+    <version>6.7.7</version>
   </parent>
 
   <artifactId>batch-plugin</artifactId>
index 0ab2f33608481db007ddb448ed4154f3191d2590..d1f5d7ee570ce22907a24a7cdee04502ff8b4826 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube.tests</groupId>
     <artifactId>plugins</artifactId>
-    <version>6.7.7-SNAPSHOT</version>
+    <version>6.7.7</version>
   </parent>
   <artifactId>extension-lifecycle-plugin</artifactId>
   <version>1.0-SNAPSHOT</version>
index 06095c198d901ac25b2356b8e1933f170a423bd3..7893555f9d50e283518a96b237b79d0e08487714 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube.tests</groupId>
     <artifactId>plugins</artifactId>
-    <version>6.7.7-SNAPSHOT</version>
+    <version>6.7.7</version>
   </parent>
 
   <artifactId>fake-billing-plugin</artifactId>
index d9cbdbbcf36ea283875c72ceb6597518558ec2dc..e9c84e9feeaa00c05ec2866686698501517dca47 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube.tests</groupId>
     <artifactId>plugins</artifactId>
-    <version>6.7.7-SNAPSHOT</version>
+    <version>6.7.7</version>
   </parent>
 
   <artifactId>fake-governance-plugin</artifactId>
index 7d4d6ad7b04b4ada23ed0a3d4002df85d15bf068..1aa3e9346e457f406864e5302a267a030aaeca38 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube</groupId>
     <artifactId>sonarqube</artifactId>
-    <version>6.7.7-SNAPSHOT</version>
+    <version>6.7.7</version>
     <relativePath>../..</relativePath>
   </parent>
   <artifactId>foo-plugin-v1</artifactId>
index fa49e2aa3496a9699772c4ede025823983e95e2c..2cb6bf27f9c77a2804e7dd857145c3fd0ac0c735 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube</groupId>
     <artifactId>sonarqube</artifactId>
-    <version>6.7.7-SNAPSHOT</version>
+    <version>6.7.7</version>
     <relativePath>../..</relativePath>
   </parent>
   <artifactId>foo-plugin-v2</artifactId>
index 4e7ec9d1900863a1e438fa133e2fc9922deeae30..9e99f86b2d79b04ae7be6569d7f54058f03194b9 100644 (file)
@@ -6,7 +6,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube.tests</groupId>
     <artifactId>plugins</artifactId>
-    <version>6.7.7-SNAPSHOT</version>
+    <version>6.7.7</version>
   </parent>
 
   <artifactId>global-property-change-plugin</artifactId>
index ee74c3a21b2567ed2c4bcd21e84f435f771f9247..31616be9aaa8595617208d31573ac405153e4cd9 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube.tests</groupId>
     <artifactId>plugins</artifactId>
-    <version>6.7.7-SNAPSHOT</version>
+    <version>6.7.7</version>
   </parent>
 
   <artifactId>issue-filter-plugin</artifactId>
index e930153057d8bee023442bb5a28fede412c8c470..85c62247fdea4b03a44815fddf3ad636e7bb3dac 100644 (file)
@@ -6,7 +6,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube.tests</groupId>
     <artifactId>plugins</artifactId>
-    <version>6.7.7-SNAPSHOT</version>
+    <version>6.7.7</version>
   </parent>
   
   <artifactId>l10n-fr-pack</artifactId>
index 35dbb8cd30d602ebd00af181a42a9b89be647a26..7b1c86d9acf9ed67ecab3755bc41dc991e27f406 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube.tests</groupId>
     <artifactId>plugins</artifactId>
-    <version>6.7.7-SNAPSHOT</version>
+    <version>6.7.7</version>
   </parent>
 
   <artifactId>license-plugin</artifactId>
index e0bb891f6a08bed672ea1366661dc96ee88600a4..7a066c23aad09f10f5e607ecffba322739d7d3e9 100644 (file)
@@ -6,7 +6,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube.tests</groupId>
     <artifactId>plugins</artifactId>
-    <version>6.7.7-SNAPSHOT</version>
+    <version>6.7.7</version>
   </parent>
 
   <artifactId>oauth2-auth-plugin</artifactId>
index fdd1d2c449a1552e573ff1897dd21be8b547c8f9..42791a24d2636f5feeed4f0aae89a52eb1bd4c14 100644 (file)
@@ -6,7 +6,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube</groupId>
     <artifactId>sonarqube</artifactId>
-    <version>6.7.7-SNAPSHOT</version>
+    <version>6.7.7</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
   <groupId>org.sonarsource.sonarqube.tests</groupId>
index 52edb2fdc6c76824f509863689712a5a8ba67f3c..f6a0ee47e73789b61bf29c9cd4bfd70e0bdf20a8 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube.tests</groupId>
     <artifactId>plugins</artifactId>
-    <version>6.7.7-SNAPSHOT</version>
+    <version>6.7.7</version>
   </parent>
 
   <artifactId>posttask-plugin</artifactId>
index 2a1f2c250d9422630bdd9d27a767718a7ff1df35..cb6145c0eca122e4dba827375448c1f25fedeec9 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube.tests</groupId>
     <artifactId>plugins</artifactId>
-    <version>6.7.7-SNAPSHOT</version>
+    <version>6.7.7</version>
   </parent>
   <artifactId>project-builder-plugin</artifactId>
   <version>1.0-SNAPSHOT</version>
index af47eb7891591f9a8d1894e6a5c77da9baf12515..75c78d4ceffc0d2e99d436383c6b90f5f80f17ba 100644 (file)
@@ -6,7 +6,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube.tests</groupId>
     <artifactId>plugins</artifactId>
-    <version>6.7.7-SNAPSHOT</version>
+    <version>6.7.7</version>
   </parent>
 
   <artifactId>property-relocation-plugin</artifactId>
index 58efa90f5e484cc269a749fba5c525c71a24695e..c6d01cb455a3f11fd15b41f6ad323889ee6d7e9f 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube.tests</groupId>
     <artifactId>plugins</artifactId>
-    <version>6.7.7-SNAPSHOT</version>
+    <version>6.7.7</version>
   </parent>
 
   <artifactId>property-sets-plugin</artifactId>
index ea1b2a2d93f0e9ab4fb652fcaaab3457c90a6fb5..abfe7b793ef7658b6b362c4fb7ef74cbda3074b1 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube.tests</groupId>
     <artifactId>plugins</artifactId>
-    <version>6.7.7-SNAPSHOT</version>
+    <version>6.7.7</version>
   </parent>
 
   <artifactId>save-measure-on-module-plugin</artifactId>
index a0d1517fdf06e96e6e9bbaf306283a9f83171359..955700d2901a165192f02b72bf5686686039e6da 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube.tests</groupId>
     <artifactId>plugins</artifactId>
-    <version>6.7.7-SNAPSHOT</version>
+    <version>6.7.7</version>
   </parent>
 
   <artifactId>security-plugin</artifactId>
index 016146a8783a1c15015ba30d88971f14b4a207d0..bc3861e5e689b55788487f75cb06257f656a0719 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube.tests</groupId>
     <artifactId>plugins</artifactId>
-    <version>6.7.7-SNAPSHOT</version>
+    <version>6.7.7</version>
   </parent>
 
   <artifactId>server-plugin</artifactId>
index d8e6a80725d33b6ee3d22bdec3c30aa966a08cad..5d8163960c82ea11228e937cc3ab3391a4cfd007 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube.tests</groupId>
     <artifactId>plugins</artifactId>
-    <version>6.7.7-SNAPSHOT</version>
+    <version>6.7.7</version>
   </parent>
   <artifactId>settings-encryption-plugin</artifactId>
   <version>1.0-SNAPSHOT</version>
index e88e914d6fccbe8942060358f81cd5f9bcf2c1fc..d42be883d5cc1df78fbb8877f8e4a112af40c667 100644 (file)
@@ -6,7 +6,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube.tests</groupId>
     <artifactId>plugins</artifactId>
-    <version>6.7.7-SNAPSHOT</version>
+    <version>6.7.7</version>
   </parent>
 
   <artifactId>settings-plugin</artifactId>
index fcc90ff5fcf4065b605faf9724ba5b16e13bc147..8f68fb59662e22440d53e1d770458b0bf6465b2e 100644 (file)
@@ -6,7 +6,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube.tests</groupId>
     <artifactId>plugins</artifactId>
-    <version>6.7.7-SNAPSHOT</version>
+    <version>6.7.7</version>
   </parent>
 
   <artifactId>sonar-fake-plugin</artifactId>
index e3e86564ade4548f8125fab9d9bda91b1356bbaf..59bca53eecb4a56bca9b02d1c63d21b4168545e2 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube.tests</groupId>
     <artifactId>plugins</artifactId>
-    <version>6.7.7-SNAPSHOT</version>
+    <version>6.7.7</version>
   </parent>
 
   <artifactId>sonar-subcategories-plugin</artifactId>
index a67c4e999e408f144c5c67956427a67af900f60c..c60c7bc32aad614800913867188123110fa90941 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube.tests</groupId>
     <artifactId>plugins</artifactId>
-    <version>6.7.7-SNAPSHOT</version>
+    <version>6.7.7</version>
   </parent>
 
   <artifactId>ui-extensions-plugin</artifactId>
index a83aa6eadcc7e31fc76f97c12d622c7620cdbea7..ca36bbfb4bfdd3e34fc62010a8aef29de90d30ff 100644 (file)
@@ -6,7 +6,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube.tests</groupId>
     <artifactId>plugins</artifactId>
-    <version>6.7.7-SNAPSHOT</version>
+    <version>6.7.7</version>
   </parent>
 
   <artifactId>wait-at-platform-level4-plugin</artifactId>
index 97bbabf3f5627f1ea339296cb51edd11b29c0626..063cfc66c31d0a53bbf3ebd03d53882180f18f95 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube.tests</groupId>
     <artifactId>plugins</artifactId>
-    <version>6.7.7-SNAPSHOT</version>
+    <version>6.7.7</version>
   </parent>
 
   <artifactId>ws-plugin</artifactId>
index 8246acb8967a8992421bee6cb65552f4dc5a78f4..0e0c61dc171c6fa58a7a6c6915af8e89cf2af0cc 100644 (file)
@@ -7,7 +7,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube</groupId>
     <artifactId>sonarqube</artifactId>
-    <version>6.7.7-SNAPSHOT</version>
+    <version>6.7.7</version>
   </parent>
 
   <groupId>org.sonarsource.sonarqube.tests</groupId>