Skip to content

Commit

Permalink
Fix versions in .repos file
Browse files Browse the repository at this point in the history
Signed-off-by: Raul Sanchez-Mateos <[email protected]>
  • Loading branch information
rsanchez15 committed Jan 26, 2024
1 parent 20b5978 commit fbd7ba9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 8 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ is explained in the following section.
```bash
mkdir -p ~/DDS-Router/src
cd ~/DDS-Router
wget https://raw.githubusercontent.com/eProsima/dev-utils/main/dev_utils.repos
wget https://raw.githubusercontent.com/eProsima/dev-utils/v0.5.0/dev_utils.repos
vcs import src < dev_utils.repos
```

Expand Down
8 changes: 4 additions & 4 deletions dev_utils.repos
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@ repositories:
foonathan_memory_vendor:
type: git
url: https://github.com/eProsima/foonathan_memory_vendor.git
version: master
version: v1.3.1
fastcdr:
type: git
url: https://github.com/eProsima/Fast-CDR.git
version: master
version: v2.1.3
fastdds:
type: git
url: https://github.com/eProsima/Fast-DDS.git
version: master
version: v2.13.1
dev_utils:
type: git
url: https://github.com/eProsima/dev-utils.git
version: main
version: v0.5.0
3 changes: 0 additions & 3 deletions versions.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
# dev-utils Versions

This file includes the released versions of **dev-utils** project along with their contributions to the project.
The *Forthcoming* section includes those features added in `main` branch that are not yet in a stable release.

## Forthcoming

## Version 0.5.0

Expand Down

0 comments on commit fbd7ba9

Please sign in to comment.