diff options
Diffstat (limited to 'sonar-scanner-protocol/src/main/protobuf/scanner_report.proto')
-rw-r--r-- | sonar-scanner-protocol/src/main/protobuf/scanner_report.proto | 2 |
1 files changed, 0 insertions, 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; |