Browse Source

SONAR-11647 Drop report field component.version

tags/7.7
Janos Gyerik 5 years ago
parent
commit
68265915ee
1 changed files with 0 additions and 2 deletions
  1. 0
    2
      sonar-scanner-protocol/src/main/protobuf/scanner_report.proto

+ 0
- 2
sonar-scanner-protocol/src/main/protobuf/scanner_report.proto View File

@@ -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;

Loading…
Cancel
Save