]> source.dussan.org Git - sonarqube.git/commitdiff
Set version 6.7.6-SNAPSHOT
authorSimon Brandhof <simon.brandhof@sonarsource.com>
Mon, 6 Aug 2018 11:20:16 +0000 (13:20 +0200)
committerSimon Brandhof <simon.brandhof@sonarsource.com>
Mon, 6 Aug 2018 11:20:16 +0000 (13:20 +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 13b575651f37a26d271182e76c6cca3618a9bf4d..609305145aacf1c8efc41cab54844537acbaaeee 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube</groupId>
     <artifactId>sonarqube</artifactId>
-    <version>6.7.5</version>
+    <version>6.7.6-SNAPSHOT</version>
     <relativePath>../..</relativePath>
   </parent>
   <artifactId>sonar-xoo-plugin</artifactId>
diff --git a/pom.xml b/pom.xml
index 1adc8f8ad107fe9cb2bc3e590e73d82d92c81f3d..4eb8cf35c36bcac02a917f72a8d2353f0579b63d 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.5</version>
+  <version>6.7.6-SNAPSHOT</version>
   <name>SonarQube</name>
   <url>http://www.sonarqube.org/</url>
   <description>Open source platform for continuous inspection of code quality</description>
index a00a9b633f63b46c433fb816b10c682b64f5fb9e..9ec7ca51dac896872251287cdfbead990f497435 100644 (file)
@@ -6,7 +6,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube</groupId>
     <artifactId>sonarqube</artifactId>
-    <version>6.7.5</version>
+    <version>6.7.6-SNAPSHOT</version>
   </parent>
   <artifactId>server</artifactId>
   <packaging>pom</packaging>
index 2cd071da230f918f042c2de6b3dd3a12990cca3b..85530da369300ca57874b8457aec44c461e4f339 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube</groupId>
     <artifactId>server</artifactId>
-    <version>6.7.5</version>
+    <version>6.7.6-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent>
   <artifactId>sonar-ce</artifactId>
index a17df5b7e3a808de18922481d520d0d9aee4cf1d..3b7f3d3946ab1685061a7d7b366030c81f689071 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube</groupId>
     <artifactId>server</artifactId>
-    <version>6.7.5</version>
+    <version>6.7.6-SNAPSHOT</version>
   </parent>
 
   <artifactId>sonar-db-core</artifactId>
index e7390a0c76aa83d9aecc26f3e6a5320d63ede6d2..71f3fa11176f6b165de075a0d92c74860a3cc724 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube</groupId>
     <artifactId>server</artifactId>
-    <version>6.7.5</version>
+    <version>6.7.6-SNAPSHOT</version>
   </parent>
 
   <artifactId>sonar-db-dao</artifactId>
index 9a733b04e58c65554b6fafb1dd19798ab48bde15..d26331fea59abc654d079cc93ee6fccbc94d6401 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube</groupId>
     <artifactId>server</artifactId>
-    <version>6.7.5</version>
+    <version>6.7.6-SNAPSHOT</version>
   </parent>
 
   <artifactId>sonar-db-migration</artifactId>
index a4c8ea412da14ed5679ac50af1d76d4230ca793d..745f3539dfda1e0a4cb40bfe54da6547e65191be 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube</groupId>
     <artifactId>server</artifactId>
-    <version>6.7.5</version>
+    <version>6.7.6-SNAPSHOT</version>
   </parent>
 
   <artifactId>sonar-db-testing</artifactId>
index 246c8c99c682200595fea10898c8710df4653706..d5f0d845b38725447f58e62afa6e8eef16634215 100644 (file)
@@ -6,7 +6,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube</groupId>
     <artifactId>server</artifactId>
-    <version>6.7.5</version>
+    <version>6.7.6-SNAPSHOT</version>
     <relativePath>../</relativePath>
   </parent>
 
index fc4715989af13b3c52b36e0b89ee25dad953f7a7..709c27737bf51e5ff1c696a88cd36a300709993a 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube</groupId>
     <artifactId>server</artifactId>
-    <version>6.7.5</version>
+    <version>6.7.6-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent>
   <artifactId>sonar-plugin-bridge</artifactId>
index 276754657a284b2345abb233b5fb62fd30febe99..61ab33977764e3bc0a74dd496e31abe8c2d25ce0 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube</groupId>
     <artifactId>server</artifactId>
-    <version>6.7.5</version>
+    <version>6.7.6-SNAPSHOT</version>
     <relativePath>../</relativePath>
   </parent>
 
index 10696ed33e4e568c4a6f53d7c81a203e2b70ec89..f2eb010c578d3f28d9102c87e650d8aeec0e2287 100644 (file)
@@ -6,7 +6,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube</groupId>
     <artifactId>server</artifactId>
-    <version>6.7.5</version>
+    <version>6.7.6-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent>
   <artifactId>sonar-server</artifactId>
index e5d56c49ec85c32f037252549e0fcf0cce9ba713..ade614a05a0f8d8542a430d3fb76fb0812681bf5 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube</groupId>
     <artifactId>server</artifactId>
-    <version>6.7.5</version>
+    <version>6.7.6-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent>
   <artifactId>sonar-web</artifactId>
index 8a4f263cd4636382e8f865e1570b2bb71a7f6fe3..85277dde6201fb40a9a05962728eb28f52055d85 100644 (file)
@@ -7,7 +7,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube</groupId>
     <artifactId>sonarqube</artifactId>
-    <version>6.7.5</version>
+    <version>6.7.6-SNAPSHOT</version>
   </parent>
 
   <artifactId>sonar-application</artifactId>
index 0bbf22aff94976c5ae53711287e2af4f02023fe7..611ed4cb3f20531762b699250bcab982d07fea59 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube</groupId>
     <artifactId>sonarqube</artifactId>
-    <version>6.7.5</version>
+    <version>6.7.6-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent>
   <artifactId>sonar-check-api</artifactId>
index 5b443eb55174e8a068b64683429ca78b27b43d5e..a30d4758c12ec4ff84abe770cd643e289b9e5931 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube</groupId>
     <artifactId>sonarqube</artifactId>
-    <version>6.7.5</version>
+    <version>6.7.6-SNAPSHOT</version>
   </parent>
 
   <artifactId>sonar-core</artifactId>
index a83418dd46cceed3b1a9310fabdc9db758edef1b..f1ef0121fbe4e76a4fd92e8f2d41af39225d4446 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube</groupId>
     <artifactId>sonarqube</artifactId>
-    <version>6.7.5</version>
+    <version>6.7.6-SNAPSHOT</version>
   </parent>
 
   <artifactId>sonar-duplications</artifactId>
index 71012668b09db36e67cf4a045a8c344218141d3b..92df883ebf2714b0865166f680e99f604267a0c5 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube</groupId>
     <artifactId>sonarqube</artifactId>
-    <version>6.7.5</version>
+    <version>6.7.6-SNAPSHOT</version>
   </parent>
 
   <artifactId>sonar-home</artifactId>
index 48f5c7482a017548375601e36660528d8936cc2c..070185c76aadcdbb550497be4d4387168b44105a 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube</groupId>
     <artifactId>sonarqube</artifactId>
-    <version>6.7.5</version>
+    <version>6.7.6-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent>
 
index a6ecebf7713e74ab59e3a13c7329690ed913ed1b..bb8ac3debf5e1c5141e9cf65b9fb4247e3f70543 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube</groupId>
     <artifactId>sonarqube</artifactId>
-    <version>6.7.5</version>
+    <version>6.7.6-SNAPSHOT</version>
   </parent>
 
   <artifactId>sonar-plugin-api-deps</artifactId>
index effec82a609390e683dd7ca2be3c15bd77d667fe..8fe02d4c59c196616bbd05d42217c36324318c35 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube</groupId>
     <artifactId>sonarqube</artifactId>
-    <version>6.7.5</version>
+    <version>6.7.6-SNAPSHOT</version>
   </parent>
 
   <artifactId>sonar-plugin-api</artifactId>
index 072130dbfbb4824bcf6b8f0cc45b144e5396d5bc..2141ef8c4ca344fe734be9fee5235328e3707971 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube</groupId>
     <artifactId>sonarqube</artifactId>
-    <version>6.7.5</version>
+    <version>6.7.6-SNAPSHOT</version>
   </parent>
 
   <artifactId>sonar-scanner-engine-shaded</artifactId>
index 16a33450340619803bbf0b02731ba7acfe0315d3..564989d71cfbe84954854fec89eeada941f6254a 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube</groupId>
     <artifactId>sonarqube</artifactId>
-    <version>6.7.5</version>
+    <version>6.7.6-SNAPSHOT</version>
   </parent>
 
   <artifactId>sonar-scanner-engine</artifactId>
index 89c44e7031ca7eb8b2efd52134437def48c2e158..9146eac6058feebae62ec36fa3419942d7c44e77 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube</groupId>
     <artifactId>sonarqube</artifactId>
-    <version>6.7.5</version>
+    <version>6.7.6-SNAPSHOT</version>
   </parent>
 
   <artifactId>sonar-scanner-protocol</artifactId>
index ad49fc3f7d6c0d63c4a3568d15fdea389f11eac7..68edcc4f9d0722da346497deeba5e5da1444f654 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube</groupId>
     <artifactId>sonarqube</artifactId>
-    <version>6.7.5</version>
+    <version>6.7.6-SNAPSHOT</version>
   </parent>
   <artifactId>sonar-testing-harness</artifactId>
   <packaging>jar</packaging>
index 03d676f8f2ced7a28ed0538a0c76a20e59d3887c..e503bc0157941afa8b37de52283cce4023eb1fc0 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube</groupId>
     <artifactId>sonarqube</artifactId>
-    <version>6.7.5</version>
+    <version>6.7.6-SNAPSHOT</version>
   </parent>
 
   <artifactId>sonar-ws</artifactId>
index 745449f8cdba982ff98f56cb83eeff24ec654c42..8843bfccccb9ac56caca32d780fc35159b8bf1c6 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube.tests</groupId>
     <artifactId>plugins</artifactId>
-    <version>6.7.5</version>
+    <version>6.7.6-SNAPSHOT</version>
   </parent>
 
   <artifactId>access-secured-props-plugin</artifactId>
index b1e2bed21b859840e53529c3f9e3cf52b8ee6aaa..0264778ab024297e6f611c28c298b4033d047f54 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube</groupId>
     <artifactId>sonarqube</artifactId>
-    <version>6.7.5</version>
+    <version>6.7.6-SNAPSHOT</version>
     <relativePath>../..</relativePath>
   </parent>
   <artifactId>backdating-customplugin</artifactId>
index 77140dc954d45334d5bf396b21aad8a4ed56ec59..1c1b90df535ef81681ca4f64738e18b896b16c96 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube</groupId>
     <artifactId>sonarqube</artifactId>
-    <version>6.7.5</version>
+    <version>6.7.6-SNAPSHOT</version>
     <relativePath>../..</relativePath>
   </parent>
   <artifactId>backdating-plugin-v1</artifactId>
index 1d37a6f46f546a8c87b3fd781b834a0d175a05df..5b5d6ac5e9755daafeca652b31f02639820dc22b 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube</groupId>
     <artifactId>sonarqube</artifactId>
-    <version>6.7.5</version>
+    <version>6.7.6-SNAPSHOT</version>
     <relativePath>../..</relativePath>
   </parent>
   <artifactId>backdating-plugin-v2</artifactId>
index dc4720b9203ac5d45142dc85060a908b7ba740b5..9330037a4a92ce6294f1a0ab7d34204a71b683de 100644 (file)
@@ -6,7 +6,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube.tests</groupId>
     <artifactId>plugins</artifactId>
-    <version>6.7.5</version>
+    <version>6.7.6-SNAPSHOT</version>
   </parent>
 
   <artifactId>base-auth-plugin</artifactId>
index a8bae6e71ea763eb96b4fc9572698a27910cc6d8..91ebfb2033f39a43a06a1d797a6617cd360cb520 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube.tests</groupId>
     <artifactId>plugins</artifactId>
-    <version>6.7.5</version>
+    <version>6.7.6-SNAPSHOT</version>
   </parent>
 
   <artifactId>batch-plugin</artifactId>
index 6325281a78535c78f3034aaddec106afaf9d0f51..79142b8deb478a3153683147fbd9850ce4e0f329 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube.tests</groupId>
     <artifactId>plugins</artifactId>
-    <version>6.7.5</version>
+    <version>6.7.6-SNAPSHOT</version>
   </parent>
   <artifactId>extension-lifecycle-plugin</artifactId>
   <version>1.0-SNAPSHOT</version>
index a3e9670eab3467f449fdbf38c221ff512b169782..6d705ef9a481099cc812afa1d0a2a010cefdfc3e 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube.tests</groupId>
     <artifactId>plugins</artifactId>
-    <version>6.7.5</version>
+    <version>6.7.6-SNAPSHOT</version>
   </parent>
 
   <artifactId>fake-billing-plugin</artifactId>
index 8963542bc2ae15fe5445cb93c5632b02a713efe7..0dcd6946f106f4265536f6682b90d8cee4769804 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube.tests</groupId>
     <artifactId>plugins</artifactId>
-    <version>6.7.5</version>
+    <version>6.7.6-SNAPSHOT</version>
   </parent>
 
   <artifactId>fake-governance-plugin</artifactId>
index e6a0303f2402da3e70ba7751bd908eb30b3207f8..4cb7fe089834783c5aba8bbea9f7a6018948f2cd 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube</groupId>
     <artifactId>sonarqube</artifactId>
-    <version>6.7.5</version>
+    <version>6.7.6-SNAPSHOT</version>
     <relativePath>../..</relativePath>
   </parent>
   <artifactId>foo-plugin-v1</artifactId>
index 97716c6da78ddd0ee4e0b1fa48aa6cc2094e2629..a848f7e1fd84b1f7c1336e8645e39827da440406 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube</groupId>
     <artifactId>sonarqube</artifactId>
-    <version>6.7.5</version>
+    <version>6.7.6-SNAPSHOT</version>
     <relativePath>../..</relativePath>
   </parent>
   <artifactId>foo-plugin-v2</artifactId>
index d0bd8653e8be3376456281f31819f01d5765fb00..eea7b32e15937771bb5dd918b71c998e58d48e2c 100644 (file)
@@ -6,7 +6,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube.tests</groupId>
     <artifactId>plugins</artifactId>
-    <version>6.7.5</version>
+    <version>6.7.6-SNAPSHOT</version>
   </parent>
 
   <artifactId>global-property-change-plugin</artifactId>
index 0c21d02b55e7a8eb9586ef73dc903bc42f249867..1a70a6f3c0c5acfc3ad8ee483d430df185c00ce9 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube.tests</groupId>
     <artifactId>plugins</artifactId>
-    <version>6.7.5</version>
+    <version>6.7.6-SNAPSHOT</version>
   </parent>
 
   <artifactId>issue-filter-plugin</artifactId>
index 69e620b5254f38bbd18d26958af74260b1646528..d5fce6b129fa8d95bef60834d693ac0d5bf8fb14 100644 (file)
@@ -6,7 +6,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube.tests</groupId>
     <artifactId>plugins</artifactId>
-    <version>6.7.5</version>
+    <version>6.7.6-SNAPSHOT</version>
   </parent>
   
   <artifactId>l10n-fr-pack</artifactId>
index 6bc3dac9df55314d0f296e911251653ff5043840..cb525f71d6cef9ff77da57a87096c2a352852e07 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube.tests</groupId>
     <artifactId>plugins</artifactId>
-    <version>6.7.5</version>
+    <version>6.7.6-SNAPSHOT</version>
   </parent>
 
   <artifactId>license-plugin</artifactId>
index b30caf30f8957898601b53b246c8a3be19a09290..368e9952eb0e693bdbe5f88e073b6d3678798323 100644 (file)
@@ -6,7 +6,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube.tests</groupId>
     <artifactId>plugins</artifactId>
-    <version>6.7.5</version>
+    <version>6.7.6-SNAPSHOT</version>
   </parent>
 
   <artifactId>oauth2-auth-plugin</artifactId>
index a1fc4cfc8f7134057f246b0fcf29287a94514cb1..846b0962b4a32a32668caf2018f849cd3d62ffaf 100644 (file)
@@ -6,7 +6,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube</groupId>
     <artifactId>sonarqube</artifactId>
-    <version>6.7.5</version>
+    <version>6.7.6-SNAPSHOT</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
   <groupId>org.sonarsource.sonarqube.tests</groupId>
index e900110ee9274193c8d59a9291db4b49c23b207c..15e96028023a9bd7efb53e8f8f0d24efe3da851a 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube.tests</groupId>
     <artifactId>plugins</artifactId>
-    <version>6.7.5</version>
+    <version>6.7.6-SNAPSHOT</version>
   </parent>
 
   <artifactId>posttask-plugin</artifactId>
index 80b824b2e9f26625247926e1fdaea8895cfd2e10..7d20f18a21f99a40e1e2f67a5795720dafed8158 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube.tests</groupId>
     <artifactId>plugins</artifactId>
-    <version>6.7.5</version>
+    <version>6.7.6-SNAPSHOT</version>
   </parent>
   <artifactId>project-builder-plugin</artifactId>
   <version>1.0-SNAPSHOT</version>
index 9507bc34170cf26ca28bc9e63e4d62026b697f42..cfd06cc02e8fcccdf7aedd6b1eedb8c13fa5b88b 100644 (file)
@@ -6,7 +6,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube.tests</groupId>
     <artifactId>plugins</artifactId>
-    <version>6.7.5</version>
+    <version>6.7.6-SNAPSHOT</version>
   </parent>
 
   <artifactId>property-relocation-plugin</artifactId>
index dbeb4a21e937b4c4d6d4ad87ad7a1a3ff4cd186a..9a9e16d3fcba6a45743b2af3ad9281e2c9ea849a 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube.tests</groupId>
     <artifactId>plugins</artifactId>
-    <version>6.7.5</version>
+    <version>6.7.6-SNAPSHOT</version>
   </parent>
 
   <artifactId>property-sets-plugin</artifactId>
index e75f0c8ed4a883a0a409ae9ac5309ff2099eff0d..2c726d4f0d411f95a5ac70cd1eca837f38e60e79 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube.tests</groupId>
     <artifactId>plugins</artifactId>
-    <version>6.7.5</version>
+    <version>6.7.6-SNAPSHOT</version>
   </parent>
 
   <artifactId>save-measure-on-module-plugin</artifactId>
index c17e0a4ee2b6b159672ed85fdcc5328e524dcd21..bf100758c7927931b3d42cdd49fb1c031454a73b 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube.tests</groupId>
     <artifactId>plugins</artifactId>
-    <version>6.7.5</version>
+    <version>6.7.6-SNAPSHOT</version>
   </parent>
 
   <artifactId>security-plugin</artifactId>
index 1aa13d459e45995525323bce351fb2acd0a7eccf..4fe84cc32332cccb693e95d32f8489d9fff18fe1 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube.tests</groupId>
     <artifactId>plugins</artifactId>
-    <version>6.7.5</version>
+    <version>6.7.6-SNAPSHOT</version>
   </parent>
 
   <artifactId>server-plugin</artifactId>
index 2b729b5b679ee9a6375583259952f92bef1a8337..2c3c79ec720aa0a9d94b32b2955a2c53190f3f75 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube.tests</groupId>
     <artifactId>plugins</artifactId>
-    <version>6.7.5</version>
+    <version>6.7.6-SNAPSHOT</version>
   </parent>
   <artifactId>settings-encryption-plugin</artifactId>
   <version>1.0-SNAPSHOT</version>
index 906c5d50b8c6be6c653867f15b1b76ac3be7dab5..251c136188b39b95e88fca10fdf2fdea151abf33 100644 (file)
@@ -6,7 +6,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube.tests</groupId>
     <artifactId>plugins</artifactId>
-    <version>6.7.5</version>
+    <version>6.7.6-SNAPSHOT</version>
   </parent>
 
   <artifactId>settings-plugin</artifactId>
index cdc8fb9fed94cb2e7d2a86d588eed4aad18f9cfa..a7c4e48e14230e883360ba97111020be071a35d7 100644 (file)
@@ -6,7 +6,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube.tests</groupId>
     <artifactId>plugins</artifactId>
-    <version>6.7.5</version>
+    <version>6.7.6-SNAPSHOT</version>
   </parent>
 
   <artifactId>sonar-fake-plugin</artifactId>
index b61876fbdf7cd5606a581f41222dfd3cc32e85a4..0c752a9b7f2fd13b923360dc252cc0a7e58eeedb 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube.tests</groupId>
     <artifactId>plugins</artifactId>
-    <version>6.7.5</version>
+    <version>6.7.6-SNAPSHOT</version>
   </parent>
 
   <artifactId>sonar-subcategories-plugin</artifactId>
index ade10faf9368387ffc7065e2b075dc7b6867af30..7af6f4ea1d0a73f32b9042f3b14084aefc50ad8e 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube.tests</groupId>
     <artifactId>plugins</artifactId>
-    <version>6.7.5</version>
+    <version>6.7.6-SNAPSHOT</version>
   </parent>
 
   <artifactId>ui-extensions-plugin</artifactId>
index 9010eb16f6987023b8d4077b1afed47921184700..955e8b27adc379937d315196b8f81b65ee0e74f4 100644 (file)
@@ -6,7 +6,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube.tests</groupId>
     <artifactId>plugins</artifactId>
-    <version>6.7.5</version>
+    <version>6.7.6-SNAPSHOT</version>
   </parent>
 
   <artifactId>wait-at-platform-level4-plugin</artifactId>
index 6e980f68082db8e95f8f37254a169467016d5d79..5d914b999674c5d1d00818c1e3f1356e6967775a 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube.tests</groupId>
     <artifactId>plugins</artifactId>
-    <version>6.7.5</version>
+    <version>6.7.6-SNAPSHOT</version>
   </parent>
 
   <artifactId>ws-plugin</artifactId>
index 6c828464afd395eea4aa3a785093c61bbbb0ccb0..6349b73b1bce6f80ced2f10a9f5233cf47d3e592 100644 (file)
@@ -7,7 +7,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube</groupId>
     <artifactId>sonarqube</artifactId>
-    <version>6.7.5</version>
+    <version>6.7.6-SNAPSHOT</version>
   </parent>
 
   <groupId>org.sonarsource.sonarqube.tests</groupId>