From 531e52e6f1639bda8bdb83eea6a8155feef5be6d Mon Sep 17 00:00:00 2001 From: Pierre Guillot <50145663+pierre-guillot-sonarsource@users.noreply.github.com> Date: Fri, 14 Feb 2020 17:09:57 +0100 Subject: SONAR-13003 display already imported BBS repos Co-authored-by: Julien Lancelot --- sonar-ws/src/main/protobuf/ws-alm_integrations.proto | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'sonar-ws') diff --git a/sonar-ws/src/main/protobuf/ws-alm_integrations.proto b/sonar-ws/src/main/protobuf/ws-alm_integrations.proto index 010bcb30a40..6a0e7667703 100644 --- a/sonar-ws/src/main/protobuf/ws-alm_integrations.proto +++ b/sonar-ws/src/main/protobuf/ws-alm_integrations.proto @@ -39,9 +39,8 @@ message BBSRepo { optional string slug = 1; optional int64 id = 2; optional string name = 3; - optional string url = 4; - optional string sqProjectKey = 5; - optional string projectKey = 6; + optional string sqProjectKey = 4; + optional string projectKey = 5; } message BBSProject { -- cgit v1.2.3