From a507cd5d71034db99de8fe3eff9c9754d0c72bcf Mon Sep 17 00:00:00 2001 From: Torsten Dreyer Date: Sun, 18 Feb 2018 21:15:40 +0100 Subject: [PATCH] set correct release-branch for submodules --- .gitmodules | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitmodules b/.gitmodules index f254cda..672284d 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,11 +1,11 @@ [submodule "simgear"] path = simgear url = https://git.code.sf.net/p/flightgear/simgear - branch = next + branch = release/2018.1 [submodule "flightgear"] path = flightgear url = https://git.code.sf.net/p/flightgear/flightgear - branch = next + branch = release/2018.1 [submodule "fgrun"] path = fgrun url = https://git.code.sf.net/p/flightgear/fgrun @@ -13,7 +13,7 @@ [submodule "fgdata"] path = fgdata url = git://git.code.sf.net/p/flightgear/fgdata - branch = next + branch = release/2018.1 [submodule "windows-3rd-party"] path = windows-3rd-party url = https://git.code.sf.net/p/flightgear/windows-3rd-party @@ -21,4 +21,4 @@ [submodule "getstart"] path = getstart url = https://git.code.sf.net/p/flightgear/getstart - branch = next + branch = release/2018.1