From de0a59dce9a16e628cb868fc84d2a3f46f36d67f Mon Sep 17 00:00:00 2001 From: elianalf <62831776+elianalf@users.noreply.github.com> Date: Tue, 5 Mar 2024 14:55:06 +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 ad44e9d4e68..2ec58c179b3 100644 --- a/fastrtps.repos +++ b/fastrtps.repos @@ -6,7 +6,7 @@ repositories: fastcdr: type: git url: https://github.com/eProsima/Fast-CDR.git - version: v2.1.3 + version: 2.1.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: v3.2.1 + version: 3.2.x fastddsgen/thirdparty/idl-parser: type: git url: https://github.com/eProsima/IDL-Parser.git - version: v3.0.0 + version: 3.0.x From bb6a03a259d539e969051e76f0454c6b3d3b13a9 Mon Sep 17 00:00:00 2001 From: elianalf <62831776+elianalf@users.noreply.github.com> Date: Fri, 8 Mar 2024 10:03:18 +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 2ec58c179b3..96bde715a56 100644 --- a/fastrtps.repos +++ b/fastrtps.repos @@ -15,7 +15,3 @@ repositories: type: git url: https://github.com/eProsima/Fast-DDS-Gen.git version: 3.2.x - fastddsgen/thirdparty/idl-parser: - type: git - url: https://github.com/eProsima/IDL-Parser.git - version: 3.0.x