From c7c206e50132ef6b5c32ecb6bfc8de688e77b1cf Mon Sep 17 00:00:00 2001 From: ArmandBahi <armand.bahi@veremes.com> Date: Wed, 8 Jun 2022 08:37:08 +0200 Subject: [PATCH] deps 2022.02.03 --- _install/dependencies.json | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) diff --git a/_install/dependencies.json b/_install/dependencies.json index ee090548..a6996d4d 100644 --- a/_install/dependencies.json +++ b/_install/dependencies.json @@ -5,7 +5,7 @@ "APP_ENV": "prod", "HTTPSERVER_CONF_FILE": "vm_app_vmap.conf", "HTTPSERVER_PATH": "/etc/apache2", - "HOSTNAME" : "", + "HOSTNAME": "", "INSTALL_PATH": "/var/www/vmap", "INSTALL_TYPE": "full", "PLATFORM": "Linux", @@ -17,7 +17,7 @@ "application": { "default_description": "# Bienvenue dans vMap ! \n\nPlus d'information sur [http:\/\/www.veremes.com](http:\/\/www.veremes.com)", "default_theme": "1", - "branch": "master", + "branch": "2022.02.03", "name": "vmap", "url": "git@gitlab.veremes.net:Development/vitis-2020/applications/vmap.git", "users": { @@ -40,14 +40,16 @@ } }, "framework": { - "branch": "next_app_vmap", + "branch": "2022.05.04", "name": "vitis", "url": "git@gitlab.veremes.net:Development/vitis-2020/sources/vitis.git" }, - "modules": [{ - "branch": "next_version", - "name": "module_vmap", - "url": "git@gitlab.veremes.net:Development/vitis-2020/sources/module_vmap.git" - }] + "modules": [ + { + "branch": "2022.02.03", + "name": "module_vmap", + "url": "git@gitlab.veremes.net:Development/vitis-2020/sources/module_vmap.git" + } + ] } -} +} \ No newline at end of file -- GitLab