diff --git a/_install/dependencies.json b/_install/dependencies.json index ee0905482331d6d531a0b207ea2dea5010bfc98f..a6996d4dea7ed070fc8584282342230935c9fd57 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