From 0d00f334a3ca852deb6f28d04e11d1019fbaf986 Mon Sep 17 00:00:00 2001 From: Johnny Willemsen Date: Fri, 8 Jul 2022 09:15:04 +0200 Subject: [PATCH] Use v2.2.1_dev branches for ridl/taox11/ciaox11/dancex11 * etc/brix11rc: --- etc/brix11rc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/etc/brix11rc b/etc/brix11rc index d338adb..73d87c1 100644 --- a/etc/brix11rc +++ b/etc/brix11rc @@ -2,9 +2,9 @@ "bootstrap": [ { "id": "ACE", "collections": ["TAOX11", "AXCIOMA"], "dir": "ACE", "repo": "https://github.com/DOCGroup/ACE_TAO.git", "tag": "ACE+TAO-7_0_4" }, { "id": "MPC", "collections": ["TAOX11", "AXCIOMA"], "dir": "ACE/MPC", "repo": "https://github.com/DOCGroup/MPC.git", "tag": "ACE+TAO-7_0_4" }, - { "id": "ridl", "collections": ["TAOX11", "AXCIOMA"], "dir": "ridl", "repo": "https://github.com/RemedyIT/ridl.git", "tag": "AXCIOMA_v2.2.0" }, - { "id": "taox11", "collections": ["TAOX11", "AXCIOMA"], "dir": "taox11", "repo": "https://github.com/RemedyIT/taox11.git", "tag": "AXCIOMA_v2.2.0" }, - { "id": "ciaox11", "collections": ["AXCIOMA"], "dir": "ciaox11", "repo": "https://github.com/RemedyIT/ciaox11.git", "tag": "AXCIOMA_v2.2.0" }, - { "id": "dancex11", "collections": ["AXCIOMA"], "dir": "dancex11", "repo": "https://github.com/RemedyIT/dancex11.git", "tag": "AXCIOMA_v2.2.0" } + { "id": "ridl", "collections": ["TAOX11", "AXCIOMA"], "dir": "ridl", "repo": "https://github.com/RemedyIT/ridl.git", "tag": "v2.2.1_dev" }, + { "id": "taox11", "collections": ["TAOX11", "AXCIOMA"], "dir": "taox11", "repo": "https://github.com/RemedyIT/taox11.git", "tag": "v2.2.1_dev" }, + { "id": "ciaox11", "collections": ["AXCIOMA"], "dir": "ciaox11", "repo": "https://github.com/RemedyIT/ciaox11.git", "tag": "v2.2.1_dev" }, + { "id": "dancex11", "collections": ["AXCIOMA"], "dir": "dancex11", "repo": "https://github.com/RemedyIT/dancex11.git", "tag": "v2.2.1_dev" } ] }