From 5c1b0e3c66f7fd804344db491602ba765cfb09cd Mon Sep 17 00:00:00 2001 From: elianalf <62831776+elianalf@users.noreply.github.com> Date: Tue, 5 Mar 2024 14:52:39 +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 a8ab949d316..c8a754f92ea 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.27 + 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.4.0 + version: 2.5.x fastddsgen/thirdparty/idl-parser: type: git url: https://github.com/eProsima/IDL-Parser.git - version: v1.5.0 + version: 1.5.x From b19100ca1704a56110e3fd09e2a2469bcf33e942 Mon Sep 17 00:00:00 2001 From: elianalf <62831776+elianalf@users.noreply.github.com> Date: Fri, 8 Mar 2024 09:46:39 +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 c8a754f92ea..b1cca3f2c98 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.5.x - fastddsgen/thirdparty/idl-parser: - type: git - url: https://github.com/eProsima/IDL-Parser.git - version: 1.5.x