diff --git a/_install/dependencies.json b/_install/dependencies.json
index d5e356600b74ec6cecb5ad5ae40f8d2176f1c659..ee0905482331d6d531a0b207ea2dea5010bfc98f 100644
--- a/_install/dependencies.json
+++ b/_install/dependencies.json
@@ -40,12 +40,12 @@
       }
     },
     "framework": {
-      "branch": "master",
+      "branch": "next_app_vmap",
       "name": "vitis",
       "url": "git@gitlab.veremes.net:Development/vitis-2020/sources/vitis.git"
     },
     "modules": [{
-      "branch": "master",
+      "branch": "next_version",
       "name": "module_vmap",
       "url": "git@gitlab.veremes.net:Development/vitis-2020/sources/module_vmap.git"
     }]
diff --git a/_install/templates/properties.json b/_install/templates/properties.json
index f49dfe1f345111d2d755d327276ddc8379d33dc3..cec38944086730c355010c27a7318021cf1f693d 100644
--- a/_install/templates/properties.json
+++ b/_install/templates/properties.json
@@ -1,5 +1,6 @@
 {
   {% if not client_properties_exists %}
+  "status": "stable",
   "application": "{{application.name}}",
   "default_show_sidenav": true,
   "widget_public_connect_available": true,
@@ -18,6 +19,5 @@
   "proxy_url": "https://[hostname]{{API_ALIAS}}/v2/proxy/proxy",
   "version": "{{application.branch}}",
   "build": "{{APP_BUILD}}",
-  "month_year": "{{MONTH_YEAR}}",
-  "status": "stable"
+  "month_year": "{{MONTH_YEAR}}"
 }