From b4f15a5a9d905af394318eeea66d14c0bfa5d904 Mon Sep 17 00:00:00 2001 From: JesusPoderoso Date: Tue, 27 Feb 2024 10:47:19 +0100 Subject: [PATCH 1/2] Refs #20486: Bump version to v1.0.2 Signed-off-by: JesusPoderoso --- fastdds_python/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fastdds_python/CMakeLists.txt b/fastdds_python/CMakeLists.txt index 9838ee47..fd967bee 100644 --- a/fastdds_python/CMakeLists.txt +++ b/fastdds_python/CMakeLists.txt @@ -24,7 +24,7 @@ if(POLICY CMP0086) cmake_policy(SET CMP0086 NEW) endif() -project(fastdds_python VERSION 1.0.1) +project(fastdds_python VERSION 1.0.2) ############################################################################### # Dependencies From 218c276bb26974491cc0f39c558ce3fc5812027a Mon Sep 17 00:00:00 2001 From: JesusPoderoso Date: Tue, 27 Feb 2024 10:49:30 +0100 Subject: [PATCH 2/2] Refs #20486: Update .repos versions Signed-off-by: JesusPoderoso --- fastdds_python.repos | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/fastdds_python.repos b/fastdds_python.repos index 0e1d3ad9..2f93cdd8 100644 --- a/fastdds_python.repos +++ b/fastdds_python.repos @@ -2,25 +2,25 @@ repositories: foonathan_memory_vendor: type: git url: https://github.com/eProsima/foonathan_memory_vendor.git - version: master + version: v1.2.1 fastcdr: type: git url: https://github.com/eProsima/Fast-CDR.git - version: master + version: v1.0.24 fastdds: type: git url: https://github.com/eProsima/Fast-DDS.git - version: master + version: 2.6.x fastdds_python: type: git url: https://github.com/eProsima/Fast-DDS-python.git - version: main + version: 1.0.x fastddsgen: type: git url: https://github.com/eProsima/Fast-DDS-Gen.git - version: master + version: v2.1.2 fastddsgen/thirdparty/idl-parser: type: git url: https://github.com/eProsima/IDL-Parser.git - version: master + version: v1.2.0