diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2017-04-15 21:43:02 +0200 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2017-04-15 21:43:02 +0200 |
| commit | 46725066a56dc4d08cc03b1ea394e21ec449a80f (patch) | |
| tree | f7ab6dd41634c0bc5791f7ee1121ca1876edea0f /.gitmodules | |
| parent | 97f6e5a4aedf8f71e09da8e11e77e506807e6248 (diff) | |
| download | meta-46725066a56dc4d08cc03b1ea394e21ec449a80f.tar.gz meta-46725066a56dc4d08cc03b1ea394e21ec449a80f.zip | |
2.0.0 beta
Diffstat (limited to '.gitmodules')
| -rw-r--r-- | .gitmodules | 30 |
1 files changed, 18 insertions, 12 deletions
diff --git a/.gitmodules b/.gitmodules index 58640a5..f6bbbc5 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,36 +1,42 @@ [submodule "apigrabber"] path = apigrabber url = https://gitlab.com/vainglorygame/apigrabber.git + branch = releases/2.0.0 [submodule "processor"] path = processor url = https://gitlab.com/vainglorygame/processor.git -[submodule "compiler"] - path = compiler - url = https://gitlab.com/vainglorygame/compiler.git + branch = releases/2.0.0 [submodule "discordbot"] path = discordbot url = https://gitlab.com/vainglorygame/discordbot.git -[submodule "preloader"] - path = preloader - url = https://gitlab.com/vainglorygame/preloader.git + branch = releases/2.0.0 [submodule "vaindock"] path = vaindock url = https://gitlab.com/vainglorygame/vaindock.git + branch = releases/2.0.0 [submodule "vainsocial"] path = vainsocial url = https://gitlab.com/vainglorygame/vainsocial.git + branch = releases/2.0.0 [submodule "vainglorygame.github.io"] path = vainglorygame.github.io url = https://gitlab.com/vainglorygame/vainglorygame.github.io.git [submodule "analyzer"] path = analyzer url = https://gitlab.com/vainglorygame/analyzer.git + branch = releases/2.0.0 [submodule "cruncher"] path = cruncher url = https://gitlab.com/vainglorygame/cruncher.git -[submodule "minionlivesmatter"] - path = minionlivesmatter - url = https://gitlab.com/vainglorygame/minionlivesmatter.git -[submodule "updater"] - path = updater - url = https://gitlab.com/vainglorygame/updater.git + branch = releases/2.0.0 +[submodule "bridge"] + path = bridge + url = https://gitlab.com/vainglorygame/bridge.git + branch = releases/2.0.0 +[submodule "docs"] + path = docs + url = https://gitlab.com/vainglorygame/docs.git +[submodule "orm"] + path = orm + url = https://gitlab.com/vainglorygame/orm.git + branch = releases/2.0.0 |
