From f4975ecd89ae83743e9ea2664c4a4ba61a8a2c5c Mon Sep 17 00:00:00 2001 From: Johnny Willemsen Date: Mon, 24 Oct 2022 10:20:42 +0200 Subject: [PATCH] Update dependent repositories to AXCIOMA_v2.3.0 --- etc/brix11rc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/etc/brix11rc b/etc/brix11rc index 131845b..902b048 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_9" }, { "id": "MPC", "collections": ["TAOX11", "AXCIOMA"], "dir": "ACE/MPC", "repo": "https://github.com/DOCGroup/MPC.git", "tag": "ACE+TAO-7_0_9" }, - { "id": "ridl", "collections": ["TAOX11", "AXCIOMA"], "dir": "ridl", "repo": "https://github.com/RemedyIT/ridl.git", "tag": "v2.3.0_dev" }, - { "id": "taox11", "collections": ["TAOX11", "AXCIOMA"], "dir": "taox11", "repo": "https://github.com/RemedyIT/taox11.git", "tag": "v2.3.0_dev" }, - { "id": "ciaox11", "collections": ["AXCIOMA"], "dir": "ciaox11", "repo": "https://github.com/RemedyIT/ciaox11.git", "tag": "v2.3.0_dev" }, - { "id": "dancex11", "collections": ["AXCIOMA"], "dir": "dancex11", "repo": "https://github.com/RemedyIT/dancex11.git", "tag": "v2.3.0_dev" } + { "id": "ridl", "collections": ["TAOX11", "AXCIOMA"], "dir": "ridl", "repo": "https://github.com/RemedyIT/ridl.git", "tag": "AXCIOMA_v2.3.0" }, + { "id": "taox11", "collections": ["TAOX11", "AXCIOMA"], "dir": "taox11", "repo": "https://github.com/RemedyIT/taox11.git", "tag": "AXCIOMA_v2.3.0" }, + { "id": "ciaox11", "collections": ["AXCIOMA"], "dir": "ciaox11", "repo": "https://github.com/RemedyIT/ciaox11.git", "tag": "AXCIOMA_v2.3.0" }, + { "id": "dancex11", "collections": ["AXCIOMA"], "dir": "dancex11", "repo": "https://github.com/RemedyIT/dancex11.git", "tag": "AXCIOMA_v2.3.0" } ] }