]> source.dussan.org Git - sonarqube.git/commitdiff
Prepare for next development iteration branch-6.7
authorSimon Brandhof <simon.brandhof@sonarsource.com>
Wed, 17 Apr 2019 13:58:55 +0000 (15:58 +0200)
committerSimon Brandhof <simon.brandhof@sonarsource.com>
Wed, 17 Apr 2019 13:58:55 +0000 (15:58 +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 09c43ad97a76e20c82b8b27b5de0959d7f9f7092..21bae10f54eb83e28c1f126452c927942527e972 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube</groupId>
     <artifactId>sonarqube</artifactId>
-    <version>6.7.7</version>
+    <version>6.7.8-SNAPSHOT</version>
     <relativePath>../..</relativePath>
   </parent>
   <artifactId>sonar-xoo-plugin</artifactId>
diff --git a/pom.xml b/pom.xml
index b96d0cf5b4b8d5d2c9433ea3f49155f087bd9ff8..ffbe2ac0d53e58abb7105ecf4bd69df061939a19 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</version>
+  <version>6.7.8-SNAPSHOT</version>
   <name>SonarQube</name>
   <url>http://www.sonarqube.org/</url>
   <description>Open source platform for continuous inspection of code quality</description>
index 648d1d98861cac5439af187cc1b0de1ca36d1ceb..4789de10d53d652dbe744bd0fa17df84bec5d873 100644 (file)
@@ -6,7 +6,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube</groupId>
     <artifactId>sonarqube</artifactId>
-    <version>6.7.7</version>
+    <version>6.7.8-SNAPSHOT</version>
   </parent>
   <artifactId>server</artifactId>
   <packaging>pom</packaging>
index 23a3c97cc3cbbeeddf84fbec2393ecc2a77e1706..89f1b0c653b5ea6fad31f51dfc6e4fff254d773a 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube</groupId>
     <artifactId>server</artifactId>
-    <version>6.7.7</version>
+    <version>6.7.8-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent>
   <artifactId>sonar-ce</artifactId>
index 8f00b3022ccc7ff6f7a5b9d327d6dfc311fab18b..f8f8cb04733ef4f3bed345bb00a6b2215ac9fca1 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube</groupId>
     <artifactId>server</artifactId>
-    <version>6.7.7</version>
+    <version>6.7.8-SNAPSHOT</version>
   </parent>
 
   <artifactId>sonar-db-core</artifactId>
index 82427a34fd253f6e568f125de58eb4177feadbee..c4fe35de31fdd32d92293a7cc8465518989ff711 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube</groupId>
     <artifactId>server</artifactId>
-    <version>6.7.7</version>
+    <version>6.7.8-SNAPSHOT</version>
   </parent>
 
   <artifactId>sonar-db-dao</artifactId>
index db5630cafb7b7bf165454565307477ddc54e376c..e1c2cd2d1bc568fe2b6281b5aa4f14d357b13245 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube</groupId>
     <artifactId>server</artifactId>
-    <version>6.7.7</version>
+    <version>6.7.8-SNAPSHOT</version>
   </parent>
 
   <artifactId>sonar-db-migration</artifactId>
index 5658708d41a0a818f2c6cf34fdb81bf8e67b3b38..cf41f8500cdd5f6eb8e53c19b389ef560a0de67a 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube</groupId>
     <artifactId>server</artifactId>
-    <version>6.7.7</version>
+    <version>6.7.8-SNAPSHOT</version>
   </parent>
 
   <artifactId>sonar-db-testing</artifactId>
index 6c3812f6ffff85f71d71e2fcd376eff7f4a0ca08..8ee5c487b31453c0367de385cea6da6b24cd0ef6 100644 (file)
@@ -6,7 +6,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube</groupId>
     <artifactId>server</artifactId>
-    <version>6.7.7</version>
+    <version>6.7.8-SNAPSHOT</version>
     <relativePath>../</relativePath>
   </parent>
 
index 679dcff6076fb0823e98c90c9375371cee8e324b..3d81100cbd10d6525bea0ca39e906ea0c08e0694 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube</groupId>
     <artifactId>server</artifactId>
-    <version>6.7.7</version>
+    <version>6.7.8-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent>
   <artifactId>sonar-plugin-bridge</artifactId>
index d2e31926f8b2b9fe3f0a914269bf0487c49882ec..43a5a10b8e7dd1d164b72a47227ce82aaf127862 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube</groupId>
     <artifactId>server</artifactId>
-    <version>6.7.7</version>
+    <version>6.7.8-SNAPSHOT</version>
     <relativePath>../</relativePath>
   </parent>
 
index 96194ece2deb4e25243dccee2a830dbf09dbe6ba..b3f7cd616277e42518631233c4c8d8507c4f0b23 100644 (file)
@@ -6,7 +6,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube</groupId>
     <artifactId>server</artifactId>
-    <version>6.7.7</version>
+    <version>6.7.8-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent>
   <artifactId>sonar-server</artifactId>
index a3b4b7cb2bfa5d66c3f4179081eb7ca11ba82732..3eeff9f38aa95ba052bd348386e7bd98bfd4fc0e 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube</groupId>
     <artifactId>server</artifactId>
-    <version>6.7.7</version>
+    <version>6.7.8-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent>
   <artifactId>sonar-web</artifactId>
index fbb8e08f0383d1e2ff6f25b9d0bd00c02681d7d7..306e2cc345af11f5cb4e703a80986276f799c08c 100644 (file)
@@ -7,7 +7,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube</groupId>
     <artifactId>sonarqube</artifactId>
-    <version>6.7.7</version>
+    <version>6.7.8-SNAPSHOT</version>
   </parent>
 
   <artifactId>sonar-application</artifactId>
index 86ab46fcdf6443e13238e118b4e00ace463f2572..5c33a1d7dc1488ab5ce621dbed27a0be55462b75 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube</groupId>
     <artifactId>sonarqube</artifactId>
-    <version>6.7.7</version>
+    <version>6.7.8-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent>
   <artifactId>sonar-check-api</artifactId>
index 0b437428b45d8f303003335b90ac75fb14b7b1ba..0863af508de52ceb67ac9799fc90c57d0d622dd0 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube</groupId>
     <artifactId>sonarqube</artifactId>
-    <version>6.7.7</version>
+    <version>6.7.8-SNAPSHOT</version>
   </parent>
 
   <artifactId>sonar-core</artifactId>
index e61a74c94ffe5cfd1059ade3c3537389d05e2815..541ba82bb1808e0f43fbb7df7da6f19c70186e8a 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube</groupId>
     <artifactId>sonarqube</artifactId>
-    <version>6.7.7</version>
+    <version>6.7.8-SNAPSHOT</version>
   </parent>
 
   <artifactId>sonar-duplications</artifactId>
index 8c7e2f420bbc9baf17561447461a1ef1321a5b61..b74caa8678e0cbc4aba2ba4e9f2a63d571ce5888 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube</groupId>
     <artifactId>sonarqube</artifactId>
-    <version>6.7.7</version>
+    <version>6.7.8-SNAPSHOT</version>
   </parent>
 
   <artifactId>sonar-home</artifactId>
index fa52c72c2af2d0b4c118ed52d1dfdacd612c9f78..d29d7e9d41c6acfcc96a9d2b349b3ba202f20055 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube</groupId>
     <artifactId>sonarqube</artifactId>
-    <version>6.7.7</version>
+    <version>6.7.8-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent>
 
index 8c98f52924b0de4ee9933f1f30f3f14cc57eb195..acbe2bc1985c02304e20f5bf076c0fdeb30773a5 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube</groupId>
     <artifactId>sonarqube</artifactId>
-    <version>6.7.7</version>
+    <version>6.7.8-SNAPSHOT</version>
   </parent>
 
   <artifactId>sonar-plugin-api-deps</artifactId>
index 8f5b214771c198b6d4ba461c7df65f3593fbfd68..af5bfa9f9ce5343eeec8d1e6ae4b49339d148920 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube</groupId>
     <artifactId>sonarqube</artifactId>
-    <version>6.7.7</version>
+    <version>6.7.8-SNAPSHOT</version>
   </parent>
 
   <artifactId>sonar-plugin-api</artifactId>
index 9452b06b2d27e4fa7b78aa3543659aca030ff6af..f5c144945c71488df8d09bbdddbb5470f11b3187 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube</groupId>
     <artifactId>sonarqube</artifactId>
-    <version>6.7.7</version>
+    <version>6.7.8-SNAPSHOT</version>
   </parent>
 
   <artifactId>sonar-scanner-engine-shaded</artifactId>
index b2ff3bf3248a6fa0d96838aff966f79b0c095f91..88003f7f884dfb4f54885ef23abd38bd5b0bc528 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube</groupId>
     <artifactId>sonarqube</artifactId>
-    <version>6.7.7</version>
+    <version>6.7.8-SNAPSHOT</version>
   </parent>
 
   <artifactId>sonar-scanner-engine</artifactId>
index 200d363fe1aaec4347199d3b8a07fec70969c019..30e8e4061858574e1701f4d4945711918cb24e21 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube</groupId>
     <artifactId>sonarqube</artifactId>
-    <version>6.7.7</version>
+    <version>6.7.8-SNAPSHOT</version>
   </parent>
 
   <artifactId>sonar-scanner-protocol</artifactId>
index bc86415b890c2a939efd0c648458ac1b548cf483..6df2912b9ff2441b2fe5141ecd2cc6f2dd1bed91 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube</groupId>
     <artifactId>sonarqube</artifactId>
-    <version>6.7.7</version>
+    <version>6.7.8-SNAPSHOT</version>
   </parent>
   <artifactId>sonar-testing-harness</artifactId>
   <packaging>jar</packaging>
index 106dfbbf534d124af4ad39e87fe69e312a60a5de..4d085457603d9b0d1d16f37e453c80ca7d22b3dc 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube</groupId>
     <artifactId>sonarqube</artifactId>
-    <version>6.7.7</version>
+    <version>6.7.8-SNAPSHOT</version>
   </parent>
 
   <artifactId>sonar-ws</artifactId>
index 1d88cf07aeac7a44403cf92655d771060e4f63f1..95f6f7ea957fbd93c2ab5e412367fb743675f097 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube.tests</groupId>
     <artifactId>plugins</artifactId>
-    <version>6.7.7</version>
+    <version>6.7.8-SNAPSHOT</version>
   </parent>
 
   <artifactId>access-secured-props-plugin</artifactId>
index 9b6791e9e49e1227d3ed28bf555e488914b35156..4a0ab4fd876836e0fd706bb4e13ffd467331ffaf 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube</groupId>
     <artifactId>sonarqube</artifactId>
-    <version>6.7.7</version>
+    <version>6.7.8-SNAPSHOT</version>
     <relativePath>../..</relativePath>
   </parent>
   <artifactId>backdating-customplugin</artifactId>
index 631cf81ad727279282620e13a7bdc3be730143d4..4ecd273ade3517b143e7b40466873790476f2796 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube</groupId>
     <artifactId>sonarqube</artifactId>
-    <version>6.7.7</version>
+    <version>6.7.8-SNAPSHOT</version>
     <relativePath>../..</relativePath>
   </parent>
   <artifactId>backdating-plugin-v1</artifactId>
index b72e5f64b5a81f19b8c360725a90155f75704d0e..266202308a0a7733602936b82c65ab060230d6ec 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube</groupId>
     <artifactId>sonarqube</artifactId>
-    <version>6.7.7</version>
+    <version>6.7.8-SNAPSHOT</version>
     <relativePath>../..</relativePath>
   </parent>
   <artifactId>backdating-plugin-v2</artifactId>
index 00deef89e9325d3e11c537faf5f47bae3dc0c760..7a9dca7fe4b5a9f387841d29ed95bc610a3a7352 100644 (file)
@@ -6,7 +6,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube.tests</groupId>
     <artifactId>plugins</artifactId>
-    <version>6.7.7</version>
+    <version>6.7.8-SNAPSHOT</version>
   </parent>
 
   <artifactId>base-auth-plugin</artifactId>
index ed4ba56c0a542e20c1b4737798b62c71ff796c8d..30ed530054ccd305e68869ed660dd015f762334b 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube.tests</groupId>
     <artifactId>plugins</artifactId>
-    <version>6.7.7</version>
+    <version>6.7.8-SNAPSHOT</version>
   </parent>
 
   <artifactId>batch-plugin</artifactId>
index d1f5d7ee570ce22907a24a7cdee04502ff8b4826..f180a768a772b44758b05d929418da47a3db1a25 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube.tests</groupId>
     <artifactId>plugins</artifactId>
-    <version>6.7.7</version>
+    <version>6.7.8-SNAPSHOT</version>
   </parent>
   <artifactId>extension-lifecycle-plugin</artifactId>
   <version>1.0-SNAPSHOT</version>
index 7893555f9d50e283518a96b237b79d0e08487714..320e0c0f587350c95075eeb05172d47ad7d75ce6 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube.tests</groupId>
     <artifactId>plugins</artifactId>
-    <version>6.7.7</version>
+    <version>6.7.8-SNAPSHOT</version>
   </parent>
 
   <artifactId>fake-billing-plugin</artifactId>
index e9c84e9feeaa00c05ec2866686698501517dca47..c10120750a1879503e5c9c93768118db866de278 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube.tests</groupId>
     <artifactId>plugins</artifactId>
-    <version>6.7.7</version>
+    <version>6.7.8-SNAPSHOT</version>
   </parent>
 
   <artifactId>fake-governance-plugin</artifactId>
index 1aa3e9346e457f406864e5302a267a030aaeca38..82992d2108097cd4fc935511c448fbbbc207be40 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube</groupId>
     <artifactId>sonarqube</artifactId>
-    <version>6.7.7</version>
+    <version>6.7.8-SNAPSHOT</version>
     <relativePath>../..</relativePath>
   </parent>
   <artifactId>foo-plugin-v1</artifactId>
index 2cb6bf27f9c77a2804e7dd857145c3fd0ac0c735..72a7e5626e801754a2c551a9c44d7253c0f35dd0 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube</groupId>
     <artifactId>sonarqube</artifactId>
-    <version>6.7.7</version>
+    <version>6.7.8-SNAPSHOT</version>
     <relativePath>../..</relativePath>
   </parent>
   <artifactId>foo-plugin-v2</artifactId>
index 9e99f86b2d79b04ae7be6569d7f54058f03194b9..a9e901509054accb92aa7ff6bee8386dd9d4a462 100644 (file)
@@ -6,7 +6,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube.tests</groupId>
     <artifactId>plugins</artifactId>
-    <version>6.7.7</version>
+    <version>6.7.8-SNAPSHOT</version>
   </parent>
 
   <artifactId>global-property-change-plugin</artifactId>
index 31616be9aaa8595617208d31573ac405153e4cd9..7b7b461a1ed936dd9947a11771ae395a9801156b 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube.tests</groupId>
     <artifactId>plugins</artifactId>
-    <version>6.7.7</version>
+    <version>6.7.8-SNAPSHOT</version>
   </parent>
 
   <artifactId>issue-filter-plugin</artifactId>
index 85c62247fdea4b03a44815fddf3ad636e7bb3dac..8598c71b856697ff8d31a6835ac2bf1b6e7d98cb 100644 (file)
@@ -6,7 +6,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube.tests</groupId>
     <artifactId>plugins</artifactId>
-    <version>6.7.7</version>
+    <version>6.7.8-SNAPSHOT</version>
   </parent>
   
   <artifactId>l10n-fr-pack</artifactId>
index 7b1c86d9acf9ed67ecab3755bc41dc991e27f406..12efea128790b42f4870db419c24f7e82612a80a 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube.tests</groupId>
     <artifactId>plugins</artifactId>
-    <version>6.7.7</version>
+    <version>6.7.8-SNAPSHOT</version>
   </parent>
 
   <artifactId>license-plugin</artifactId>
index 7a066c23aad09f10f5e607ecffba322739d7d3e9..9dacc8eb82b54adf651f73f0ebf1715272aa3408 100644 (file)
@@ -6,7 +6,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube.tests</groupId>
     <artifactId>plugins</artifactId>
-    <version>6.7.7</version>
+    <version>6.7.8-SNAPSHOT</version>
   </parent>
 
   <artifactId>oauth2-auth-plugin</artifactId>
index 42791a24d2636f5feeed4f0aae89a52eb1bd4c14..b58ab0929bc9c85474489886e1b16a6425939e8f 100644 (file)
@@ -6,7 +6,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube</groupId>
     <artifactId>sonarqube</artifactId>
-    <version>6.7.7</version>
+    <version>6.7.8-SNAPSHOT</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
   <groupId>org.sonarsource.sonarqube.tests</groupId>
index f6a0ee47e73789b61bf29c9cd4bfd70e0bdf20a8..29a7e346bb8492d6c28800c609e7d75736d30699 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube.tests</groupId>
     <artifactId>plugins</artifactId>
-    <version>6.7.7</version>
+    <version>6.7.8-SNAPSHOT</version>
   </parent>
 
   <artifactId>posttask-plugin</artifactId>
index cb6145c0eca122e4dba827375448c1f25fedeec9..817449cd0feef5d082770c3dfda1c2aa291ead14 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube.tests</groupId>
     <artifactId>plugins</artifactId>
-    <version>6.7.7</version>
+    <version>6.7.8-SNAPSHOT</version>
   </parent>
   <artifactId>project-builder-plugin</artifactId>
   <version>1.0-SNAPSHOT</version>
index 75c78d4ceffc0d2e99d436383c6b90f5f80f17ba..c22f211a7c950a7e695578195e6239a51ac90c2f 100644 (file)
@@ -6,7 +6,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube.tests</groupId>
     <artifactId>plugins</artifactId>
-    <version>6.7.7</version>
+    <version>6.7.8-SNAPSHOT</version>
   </parent>
 
   <artifactId>property-relocation-plugin</artifactId>
index c6d01cb455a3f11fd15b41f6ad323889ee6d7e9f..1a1f5b9574d161d076cdcdd385656bf192d4daab 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube.tests</groupId>
     <artifactId>plugins</artifactId>
-    <version>6.7.7</version>
+    <version>6.7.8-SNAPSHOT</version>
   </parent>
 
   <artifactId>property-sets-plugin</artifactId>
index abfe7b793ef7658b6b362c4fb7ef74cbda3074b1..7fb33f3030db56f1ab2314dd39e3bf4896519070 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube.tests</groupId>
     <artifactId>plugins</artifactId>
-    <version>6.7.7</version>
+    <version>6.7.8-SNAPSHOT</version>
   </parent>
 
   <artifactId>save-measure-on-module-plugin</artifactId>
index 955700d2901a165192f02b72bf5686686039e6da..6b164f770d54f825e792b2c4ea1d10b1462f56a0 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube.tests</groupId>
     <artifactId>plugins</artifactId>
-    <version>6.7.7</version>
+    <version>6.7.8-SNAPSHOT</version>
   </parent>
 
   <artifactId>security-plugin</artifactId>
index bc3861e5e689b55788487f75cb06257f656a0719..cdb2a24b2c20f6ae18eb2ba3e2ec05874847dc50 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube.tests</groupId>
     <artifactId>plugins</artifactId>
-    <version>6.7.7</version>
+    <version>6.7.8-SNAPSHOT</version>
   </parent>
 
   <artifactId>server-plugin</artifactId>
index 5d8163960c82ea11228e937cc3ab3391a4cfd007..db4ac0d4770b822a846438ea02d9b5c656c7127d 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube.tests</groupId>
     <artifactId>plugins</artifactId>
-    <version>6.7.7</version>
+    <version>6.7.8-SNAPSHOT</version>
   </parent>
   <artifactId>settings-encryption-plugin</artifactId>
   <version>1.0-SNAPSHOT</version>
index d42be883d5cc1df78fbb8877f8e4a112af40c667..b944f40365aea0e33f2b8e3d153187afc1108507 100644 (file)
@@ -6,7 +6,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube.tests</groupId>
     <artifactId>plugins</artifactId>
-    <version>6.7.7</version>
+    <version>6.7.8-SNAPSHOT</version>
   </parent>
 
   <artifactId>settings-plugin</artifactId>
index 8f68fb59662e22440d53e1d770458b0bf6465b2e..a753cd5d6a2b9750f16b09746a6f657421667c47 100644 (file)
@@ -6,7 +6,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube.tests</groupId>
     <artifactId>plugins</artifactId>
-    <version>6.7.7</version>
+    <version>6.7.8-SNAPSHOT</version>
   </parent>
 
   <artifactId>sonar-fake-plugin</artifactId>
index 59bca53eecb4a56bca9b02d1c63d21b4168545e2..6e60deec2a42ac9958ee2a3cfd894d6f4a6de317 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube.tests</groupId>
     <artifactId>plugins</artifactId>
-    <version>6.7.7</version>
+    <version>6.7.8-SNAPSHOT</version>
   </parent>
 
   <artifactId>sonar-subcategories-plugin</artifactId>
index c60c7bc32aad614800913867188123110fa90941..3ef1059e66c364e08e5d5953a91ec931f3499d92 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube.tests</groupId>
     <artifactId>plugins</artifactId>
-    <version>6.7.7</version>
+    <version>6.7.8-SNAPSHOT</version>
   </parent>
 
   <artifactId>ui-extensions-plugin</artifactId>
index ca36bbfb4bfdd3e34fc62010a8aef29de90d30ff..c0dafd307e8e9c26b2656a534f06ae40ddafa5f6 100644 (file)
@@ -6,7 +6,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube.tests</groupId>
     <artifactId>plugins</artifactId>
-    <version>6.7.7</version>
+    <version>6.7.8-SNAPSHOT</version>
   </parent>
 
   <artifactId>wait-at-platform-level4-plugin</artifactId>
index 063cfc66c31d0a53bbf3ebd03d53882180f18f95..c5498f7e75e7f423405b24b45b384c145338c06b 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube.tests</groupId>
     <artifactId>plugins</artifactId>
-    <version>6.7.7</version>
+    <version>6.7.8-SNAPSHOT</version>
   </parent>
 
   <artifactId>ws-plugin</artifactId>
index 0e0c61dc171c6fa58a7a6c6915af8e89cf2af0cc..f41a92b97b27b5b35e1e616b161c09d48a7a68f9 100644 (file)
@@ -7,7 +7,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube</groupId>
     <artifactId>sonarqube</artifactId>
-    <version>6.7.7</version>
+    <version>6.7.8-SNAPSHOT</version>
   </parent>
 
   <groupId>org.sonarsource.sonarqube.tests</groupId>