Skip to content

Commit

Permalink
Update .repos
Browse files Browse the repository at this point in the history
Signed-off-by: Irene Bandera <[email protected]>
  • Loading branch information
irenebm authored and rsanchez15 committed Mar 26, 2024
1 parent d4f493a commit 2873352
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
[![Forks](https://img.shields.io/github/forks/eProsima/dev-utils.svg)](https://github.com/eProsima/dev-utils/network/members)
[![Stars](https://img.shields.io/github/stars/eProsima/dev-utils.svg)](https://github.com/eProsima/dev-utils/stargazers)
[![test](https://github.com/eProsima/dev-utils/actions/workflows/test.yml/badge.svg)](https://github.com/eProsima/dev-utils/actions/workflows/test.yml)
[![codecov](https://codecov.io/gh/eProsima/dev-utils/branch/main/graph/badge.svg?token=6NA5PVA9QL)](https://codecov.io/gh/eProsima/dev-utils)
[![codecov](https://codecov.io/gh/eProsima/dev-utils/branch/v0.6.0/graph/badge.svg?token=6NA5PVA9QL)](https://codecov.io/gh/eProsima/dev-utils)

The packages that conform this repository are:

Expand Down 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.6.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.2.0
fastdds:
type: git
url: https://github.com/eProsima/Fast-DDS.git
version: master
version: v2.14.0
dev_utils:
type: git
url: https://github.com/eProsima/dev-utils.git
version: main
version: v0.6.0

0 comments on commit 2873352

Please sign in to comment.