From 74154d3a82056577d6687f37093ee95a1bb3c26d Mon Sep 17 00:00:00 2001 From: ArmandBahi <armand.bahi@veremes.com> Date: Tue, 6 Sep 2022 16:53:42 +0200 Subject: [PATCH] dependencies next_version --- _install/dependencies.json | 25 +++++++++++-------------- 1 file changed, 11 insertions(+), 14 deletions(-) diff --git a/_install/dependencies.json b/_install/dependencies.json index ca778aa0..fc5db917 100644 --- a/_install/dependencies.json +++ b/_install/dependencies.json @@ -20,7 +20,7 @@ "application": { "default_description": "# Bienvenue dans vMap ! \n\nPlus d'information sur [http:\/\/www.veremes.com](http:\/\/www.veremes.com)", "default_theme": "1", - "branch": "upgrade_vas", + "branch": "next_version", "name": "vmap", "url": "git@gitlab.veremes.net:Development/vitis-2020/applications/vmap.git", "users": { @@ -43,21 +43,18 @@ } }, "framework": { - "branch": "upgrade-vas-vmap", + "branch": "next_app_vmap", "name": "vitis", "url": "git@gitlab.veremes.net:Development/vitis-2020/sources/vitis.git" }, - "modules": [ - { - "branch": "upgrade-vas", - "name": "module_vmap", - "url": "git@gitlab.veremes.net:Development/vitis-2020/sources/module_vmap.git" - }, - { - "branch": "upgrade-vas", - "name": "module_cadastre", - "url": "git@gitlab.veremes.net:Development/vitis-2020/sources/module-cadastre-2020.git" - } - ] + "modules": [{ + "branch": "next_version", + "name": "module_vmap", + "url": "git@gitlab.veremes.net:Development/vitis-2020/sources/module_vmap.git" + }, { + "branch": "next_version", + "name": "module_cadastre", + "url": "git@gitlab.veremes.net:Development/vitis-2020/sources/module-cadastre-2020.git" + }] } } \ No newline at end of file -- GitLab