Explorar el Código

SONAR-11647 Drop report field component.version

tags/7.7
Janos Gyerik hace 5 años
padre
commit
68265915ee
Se han modificado 1 ficheros con 0 adiciones y 2 borrados
  1. 0
    2
      sonar-scanner-protocol/src/main/protobuf/scanner_report.proto

+ 0
- 2
sonar-scanner-protocol/src/main/protobuf/scanner_report.proto Ver fichero

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

Cargando…
Cancelar
Guardar