From 99b4bc5a622be86c597ce58e8a33c842de88195d Mon Sep 17 00:00:00 2001 From: Blerim Sheqa Date: Wed, 19 Jul 2017 12:55:37 +0200 Subject: [PATCH] Set all versions to master --- config.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/config.yml b/config.yml index e7e1806..68acc02 100644 --- a/config.yml +++ b/config.yml @@ -3,26 +3,26 @@ projects_dir: 'projects' projects: Icinga 2: git: 'https://github.com/Icinga/icinga2.git' - ref: 'tags/v2.6.3' + ref: 'master' latest: true target: 'icinga2' docs_dir: 'doc' Icinga Web 2: git: 'https://github.com/Icinga/icingaweb2.git' - ref: 'tags/v2.4.1' + ref: 'master' latest: true target: 'icingaweb2' docs_dir: 'doc' Director: git: 'https://github.com/Icinga/icingaweb2-module-director.git' - ref: 'tags/v1.3.1' + ref: 'master' latest: true target: 'director' docs_dir: 'doc' category: 'Modules' Business Process: git: 'https://github.com/Icinga/icingaweb2-module-businessprocess.git' - ref: 'tags/v2.1.0' + ref: 'master' latest: true target: 'businessprocess' docs_dir: 'doc'