Skip to content

Commit

Permalink
Bump version to v1.0.2 & update .repos (#101)
Browse files Browse the repository at this point in the history
* Refs #20486: Bump version to v1.0.2

Signed-off-by: JesusPoderoso <[email protected]>

* Refs #20486: Update .repos versions

Signed-off-by: JesusPoderoso <[email protected]>

---------

Signed-off-by: JesusPoderoso <[email protected]>
  • Loading branch information
JesusPoderoso authored Feb 29, 2024
1 parent 4aca410 commit e9b617c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions fastdds_python.repos
Original file line number Diff line number Diff line change
Expand Up @@ -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

2 changes: 1 addition & 1 deletion fastdds_python/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e9b617c

Please sign in to comment.