From 026c2434ef3e2fae8081b40ec41f229072a5d94a Mon Sep 17 00:00:00 2001 From: Jani Heikkinen Date: Tue, 25 May 2021 12:16:19 +0300 Subject: [PATCH] Correct m2m submodule branches Change-Id: I457a0f370c2a0a3d0511af468e984f621f70ad92 Reviewed-by: Paul Wicking --- .gitmodules | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitmodules b/.gitmodules index 729c7932..4e2f6697 100644 --- a/.gitmodules +++ b/.gitmodules @@ -327,17 +327,17 @@ depends = qtbase qttools path = qtcoap url = ../qtcoap.git - branch = 6.1 + branch = 6.1.1 status = addon [submodule "qtmqtt"] depends = qtbase qtdeclarative qttools path = qtmqtt url = ../qtmqtt.git - branch = 6.1 + branch = 6.1.1 status = addon [submodule "qtopcua"] depends = qtbase qtdeclarative qtquickcontrols2 qttools path = qtopcua url = ../qtopcua.git - branch = 6.1 + branch = 6.1.1 status = addon