Skip to content

Commit fbd7ba9

Browse files
committed
Fix versions in .repos file
Signed-off-by: Raul Sanchez-Mateos <raul@eprosima.com>
1 parent 20b5978 commit fbd7ba9

File tree

3 files changed

+5
-8
lines changed

3 files changed

+5
-8
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ is explained in the following section.
103103
```bash
104104
mkdir -p ~/DDS-Router/src
105105
cd ~/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
107107
vcs import src < dev_utils.repos
108108
```
109109

dev_utils.repos

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

versions.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
# dev-utils Versions
22

33
This 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

0 commit comments

Comments
 (0)