summaryrefslogtreecommitdiffstats
path: root/sonar-ws
diff options
context:
space:
mode:
authorJulien Lancelot <julien.lancelot@sonarsource.com>2017-09-01 14:52:03 +0200
committerJanos Gyerik <janos.gyerik@sonarsource.com>2017-09-12 11:34:57 +0200
commit44fa970b790a3b8734e65a08e50be54499afe4af (patch)
tree9010d6000e50b5a652ffe068524f136c3788bc2a /sonar-ws
parent87d44e412ac3b96467ba17c915cfcf45e0bedf22 (diff)
downloadsonarqube-44fa970b790a3b8734e65a08e50be54499afe4af.tar.gz
sonarqube-44fa970b790a3b8734e65a08e50be54499afe4af.zip
SONAR-7745 Return version in api/components/show
Diffstat (limited to 'sonar-ws')
-rw-r--r--sonar-ws/src/main/protobuf/ws-components.proto1
1 files changed, 1 insertions, 0 deletions
diff --git a/sonar-ws/src/main/protobuf/ws-components.proto b/sonar-ws/src/main/protobuf/ws-components.proto
index 595c580a001..7b776586468 100644
--- a/sonar-ws/src/main/protobuf/ws-components.proto
+++ b/sonar-ws/src/main/protobuf/ws-components.proto
@@ -121,6 +121,7 @@ message Component {
// Root project key
optional string project = 17;
optional string branch = 18;
+ optional string version = 19;
message Tags {
repeated string tags = 1;