]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-11647 Drop report field component.version
authorJanos Gyerik <janos.gyerik@sonarsource.com>
Fri, 15 Mar 2019 16:31:47 +0000 (17:31 +0100)
committerSonarTech <sonartech@sonarsource.com>
Tue, 19 Mar 2019 19:21:29 +0000 (20:21 +0100)
sonar-scanner-protocol/src/main/protobuf/scanner_report.proto

index c6dd243c9958e282648dbfc6453a455805a13203..2d63cc866dd7d8d2883f4b0ba401d51491b90133 100644 (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;