diff options
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/.gitmodules b/.gitmodules index ccb70a3..c2dea43 100644 --- a/.gitmodules +++ b/.gitmodules @@ -4,9 +4,13 @@ # # Available under the terms of Creative Commons Zero v1.0 Universal. -[submodule "hydrilla-json-schemas"] - path = src/hydrilla/schemas +[submodule "hydrilla-json-schemas-1.x"] + path = src/hydrilla/schemas/1.x url = ../hydrilla-json-schemas +[submodule "hydrilla-json-schemas-2.x"] + path = src/hydrilla/schemas/2.x + url = ../hydrilla-json-schemas/ + branch = koszko [submodule "hydrilla-source-package-example"] path = tests/source-package-example url = ../hydrilla-source-package-example |