From 956d05c6958d517fc59bbed13614cc3fdb064025 Mon Sep 17 00:00:00 2001 From: eduponz Date: Fri, 21 Jun 2024 10:19:54 +0200 Subject: [PATCH] Set versions in .repos files Signed-off-by: eduponz --- shapes-demo-ros2.repos | 4 ++-- shapes-demo.repos | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/shapes-demo-ros2.repos b/shapes-demo-ros2.repos index c815867..e0d5b64 100644 --- a/shapes-demo-ros2.repos +++ b/shapes-demo-ros2.repos @@ -10,7 +10,7 @@ repositories: fastdds: type: git url: https://github.com/eProsima/Fast-DDS.git - version: 2.14.x + version: v2.14.2 shapes-demo-typesupport: type: git url: https://github.com/eProsima/ShapesDemo-TypeSupport.git @@ -18,4 +18,4 @@ repositories: shapes-demo: type: git url: https://github.com/eProsima/ShapesDemo.git - version: 2.14.x + version: v2.14.2 diff --git a/shapes-demo.repos b/shapes-demo.repos index f15614d..8cd938f 100644 --- a/shapes-demo.repos +++ b/shapes-demo.repos @@ -10,8 +10,8 @@ repositories: fastdds: type: git url: https://github.com/eProsima/Fast-DDS.git - version: 2.14.x + version: v2.14.2 shapes-demo: type: git url: https://github.com/eProsima/ShapesDemo.git - version: 2.14.x + version: v2.14.2