From 85dbe3d7267f76c178c80f2ea96824fc4d182e69 Mon Sep 17 00:00:00 2001 From: mcorino Date: Thu, 4 Nov 2021 12:34:34 +0100 Subject: [PATCH] Update for AXCIOMA v2.2.0 release --- etc/brix11rc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/etc/brix11rc b/etc/brix11rc index c14094e..d338adb 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": "master" }, - { "id": "taox11", "collections": ["TAOX11", "AXCIOMA"], "dir": "taox11", "repo": "https://github.com/RemedyIT/taox11.git", "tag": "master" }, - { "id": "ciaox11", "collections": ["AXCIOMA"], "dir": "ciaox11", "repo": "https://github.com/RemedyIT/ciaox11.git", "tag": "master" }, - { "id": "dancex11", "collections": ["AXCIOMA"], "dir": "dancex11", "repo": "https://github.com/RemedyIT/dancex11.git", "tag": "master" } + { "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" } ] }