From e9b617c85b9ba825b5014809b4a0a0702ff84be8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs=20Poderoso?= <120394830+JesusPoderoso@users.noreply.github.com> Date: Thu, 29 Feb 2024 09:41:16 +0100 Subject: [PATCH] Bump version to v1.0.2 & update .repos (#101) * Refs #20486: Bump version to v1.0.2 Signed-off-by: JesusPoderoso * Refs #20486: Update .repos versions Signed-off-by: JesusPoderoso --------- Signed-off-by: JesusPoderoso --- fastdds_python.repos | 12 ++++++------ fastdds_python/CMakeLists.txt | 2 +- 2 files changed, 7 insertions(+), 7 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 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