set correct release-branch for submodules

This commit is contained in:
Torsten Dreyer
2018-05-19 21:02:47 +02:00
parent b8f206f1d4
commit 8c98a3f38f

8
.gitmodules vendored
View File

@@ -1,11 +1,11 @@
[submodule "simgear"]
path = simgear
url = ../simgear
branch = next
branch = release/2018.2
[submodule "flightgear"]
path = flightgear
url = ../flightgear
branch = next
branch = release/2018.2
[submodule "fgrun"]
path = fgrun
url = ../fgrun
@@ -13,7 +13,7 @@
[submodule "fgdata"]
path = fgdata
url = ../fgdata
branch = next
branch = release/2018.2
[submodule "windows-3rd-party"]
path = windows-3rd-party
url = ../windows-3rd-party
@@ -21,4 +21,4 @@
[submodule "getstart"]
path = getstart
url = ../getstart
branch = next
branch = release/2018.2