Skip to content

Commit e9b617c

Browse files
Bump version to v1.0.2 & update .repos (#101)
* Refs #20486: Bump version to v1.0.2 Signed-off-by: JesusPoderoso <jesuspoderoso@eprosima.com> * Refs #20486: Update .repos versions Signed-off-by: JesusPoderoso <jesuspoderoso@eprosima.com> --------- Signed-off-by: JesusPoderoso <jesuspoderoso@eprosima.com>
1 parent 4aca410 commit e9b617c

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

fastdds_python.repos

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,25 +2,25 @@ repositories:
22
foonathan_memory_vendor:
33
type: git
44
url: https://github.com/eProsima/foonathan_memory_vendor.git
5-
version: master
5+
version: v1.2.1
66
fastcdr:
77
type: git
88
url: https://github.com/eProsima/Fast-CDR.git
9-
version: master
9+
version: v1.0.24
1010
fastdds:
1111
type: git
1212
url: https://github.com/eProsima/Fast-DDS.git
13-
version: master
13+
version: 2.6.x
1414
fastdds_python:
1515
type: git
1616
url: https://github.com/eProsima/Fast-DDS-python.git
17-
version: main
17+
version: 1.0.x
1818
fastddsgen:
1919
type: git
2020
url: https://github.com/eProsima/Fast-DDS-Gen.git
21-
version: master
21+
version: v2.1.2
2222
fastddsgen/thirdparty/idl-parser:
2323
type: git
2424
url: https://github.com/eProsima/IDL-Parser.git
25-
version: master
25+
version: v1.2.0
2626

fastdds_python/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ if(POLICY CMP0086)
2424
cmake_policy(SET CMP0086 NEW)
2525
endif()
2626

27-
project(fastdds_python VERSION 1.0.1)
27+
project(fastdds_python VERSION 1.0.2)
2828

2929
###############################################################################
3030
# Dependencies

0 commit comments

Comments
 (0)