File tree Expand file tree Collapse file tree 3 files changed +5
-8
lines changed
Expand file tree Collapse file tree 3 files changed +5
-8
lines changed Original file line number Diff line number Diff line change @@ -103,7 +103,7 @@ is explained in the following section.
103103``` bash
104104mkdir -p ~ /DDS-Router/src
105105cd ~ /DDS-Router
106- wget https://raw.githubusercontent.com/eProsima/dev-utils/main /dev_utils.repos
106+ wget https://raw.githubusercontent.com/eProsima/dev-utils/v0.5.0 /dev_utils.repos
107107vcs import src < dev_utils.repos
108108```
109109
Original file line number Diff line number Diff line change @@ -2,16 +2,16 @@ repositories:
22 foonathan_memory_vendor:
33 type: git
44 url: https://github.com/eProsima/foonathan_memory_vendor.git
5- version: master
5+ version: v1.3.1
66 fastcdr:
77 type: git
88 url: https://github.com/eProsima/Fast-CDR.git
9- version: master
9+ version: v2.1.3
1010 fastdds:
1111 type: git
1212 url: https://github.com/eProsima/Fast-DDS.git
13- version: master
13+ version: v2.13.1
1414 dev_utils:
1515 type: git
1616 url: https://github.com/eProsima/dev-utils.git
17- version: main
17+ version: v0.5.0
Original file line number Diff line number Diff line change 11# dev-utils Versions
22
33This file includes the released versions of ** dev-utils** project along with their contributions to the project.
4- The * Forthcoming* section includes those features added in ` main ` branch that are not yet in a stable release.
5-
6- ## Forthcoming
74
85## Version 0.5.0
96
You can’t perform that action at this time.
0 commit comments