From 7d010719100cd4c45cb0659a4ebdbbc2aea52294 Mon Sep 17 00:00:00 2001 From: elianalf <62831776+elianalf@users.noreply.github.com> Date: Tue, 5 Mar 2024 14:50:25 +0100 Subject: [PATCH 1/2] Refs #20603: Change dependency version to last patch in .repos file Signed-off-by: elianalf <62831776+elianalf@users.noreply.github.com> --- fastrtps.repos | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/fastrtps.repos b/fastrtps.repos index 88781745dfc..c4eee6d3115 100644 --- a/fastrtps.repos +++ b/fastrtps.repos @@ -6,7 +6,7 @@ repositories: fastcdr: type: git url: https://github.com/eProsima/Fast-CDR.git - version: v1.0.24 + version: 1.0.x fastrtps: type: git url: https://github.com/eProsima/Fast-DDS.git @@ -14,8 +14,8 @@ repositories: fastddsgen: type: git url: https://github.com/eProsima/Fast-DDS-Gen.git - version: v2.1.2 + version: 2.1.x fastddsgen/thirdparty/idl-parser: type: git url: https://github.com/eProsima/IDL-Parser.git - version: v1.2.0 + version: 1.2.x From cca34e1f71fb9e21639f7ad8f12bf0afc5a21f59 Mon Sep 17 00:00:00 2001 From: elianalf <62831776+elianalf@users.noreply.github.com> Date: Fri, 8 Mar 2024 09:40:41 +0100 Subject: [PATCH 2/2] Refs #20603: Remove idl parser from .repos file Signed-off-by: elianalf <62831776+elianalf@users.noreply.github.com> --- fastrtps.repos | 4 ---- 1 file changed, 4 deletions(-) diff --git a/fastrtps.repos b/fastrtps.repos index c4eee6d3115..5989cbe68ea 100644 --- a/fastrtps.repos +++ b/fastrtps.repos @@ -15,7 +15,3 @@ repositories: type: git url: https://github.com/eProsima/Fast-DDS-Gen.git version: 2.1.x - fastddsgen/thirdparty/idl-parser: - type: git - url: https://github.com/eProsima/IDL-Parser.git - version: 1.2.x