Skip to content

Commit

Permalink
Set dependencies version in repos file (#143)
Browse files Browse the repository at this point in the history
Signed-off-by: RaulSanchez <[email protected]>
  • Loading branch information
rsanchez15 committed Dec 23, 2021
1 parent 2517aa3 commit f8df073
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions fastdds_monitor.repos
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,20 @@ repositories:
foonathan_memory_vendor:
type: git
url: https://github.com/eProsima/foonathan_memory_vendor.git
version: master
version: v1.2.0
fastcdr:
type: git
url: https://github.com/eProsima/Fast-CDR.git
version: master
version: v1.0.23
fastdds:
type: git
url: https://github.com/eProsima/Fast-DDS.git
version: master
version: v2.5.0
fastdds_statistics_backend:
type: git
url: https://github.com/eProsima/Fast-DDS-statistics-backend.git
version: main
version: v0.4.0
fastdds_monitor:
type: git
url: https://github.com/eProsima/Fast-DDS-monitor.git
version: main
version: v1.1.0

0 comments on commit f8df073

Please sign in to comment.