From f944b52948c64e897c1600bb5465b913ea26eff8 Mon Sep 17 00:00:00 2001 From: Johnny Willemsen Date: Fri, 6 Dec 2024 14:23:38 +0100 Subject: [PATCH] Update brix11rc Upgrade to ACE 8.0.2 and TAO 4.0.2 --- etc/brix11rc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/etc/brix11rc b/etc/brix11rc index 9eee10c..99b41f5 100644 --- a/etc/brix11rc +++ b/etc/brix11rc @@ -1,7 +1,7 @@ { "bootstrap": [ - { "id": "ACE", "collections": ["TAOX11", "AXCIOMA"], "dir": "ACE", "repo": "https://github.com/DOCGroup/ACE_TAO.git", "tag": "ACE+TAO-8_0_1" }, - { "id": "MPC", "collections": ["TAOX11", "AXCIOMA"], "dir": "ACE/MPC", "repo": "https://github.com/DOCGroup/MPC.git", "tag": "ACE+TAO-8_0_1" }, + { "id": "ACE", "collections": ["TAOX11", "AXCIOMA"], "dir": "ACE", "repo": "https://github.com/DOCGroup/ACE_TAO.git", "tag": "ACE+TAO-8_0_2" }, + { "id": "MPC", "collections": ["TAOX11", "AXCIOMA"], "dir": "ACE/MPC", "repo": "https://github.com/DOCGroup/MPC.git", "tag": "ACE+TAO-8_0_2" }, { "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" },