From 68265915eeb4aabaacbcb74ff071ac821251d132 Mon Sep 17 00:00:00 2001 From: Janos Gyerik Date: Fri, 15 Mar 2019 17:31:47 +0100 Subject: [PATCH] SONAR-11647 Drop report field component.version --- sonar-scanner-protocol/src/main/protobuf/scanner_report.proto | 2 -- 1 file changed, 2 deletions(-) diff --git a/sonar-scanner-protocol/src/main/protobuf/scanner_report.proto b/sonar-scanner-protocol/src/main/protobuf/scanner_report.proto index c6dd243c995..2d63cc866dd 100644 --- a/sonar-scanner-protocol/src/main/protobuf/scanner_report.proto +++ b/sonar-scanner-protocol/src/main/protobuf/scanner_report.proto @@ -111,8 +111,6 @@ message Component { string language = 6; repeated int32 child_ref = 7 [packed = true]; repeated ComponentLink link = 8; - // FIXME SONAR-11631 delete this property after deployment on SC of metadata.projectVersion - string version = 9; // Only available on PROJECT and MODULE types // TODO rename this property -> moduleKey ? string key = 10; -- 2.39.5