Skip to content

Commit

Permalink
Update .repos and version references
Browse files Browse the repository at this point in the history
Signed-off-by: Raul Sanchez-Mateos <[email protected]>
  • Loading branch information
rsanchez15 committed Oct 14, 2024
1 parent 894cc12 commit 91ddbfb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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/nightly.yml/badge.svg)](https://github.com/eProsima/dev-utils/actions/workflows/nightly.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/v1.1.0/graph/badge.svg?token=6NA5PVA9QL)](https://codecov.io/gh/eProsima/dev-utils)

<br><br>

Expand Down Expand Up @@ -105,7 +105,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/v1.1.0/dev_utils.repos
vcs import src < dev_utils.repos
```

Expand Down
6 changes: 3 additions & 3 deletions dev_utils.repos
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ repositories:
fastcdr:
type: git
url: https://github.com/eProsima/Fast-CDR.git
version: 2.x
version: v2.2.5
fastdds:
type: git
url: https://github.com/eProsima/Fast-DDS.git
version: 3.x
version: v3.1.0
dev_utils:
type: git
url: https://github.com/eProsima/dev-utils.git
version: main
version: v1.1.0

0 comments on commit 91ddbfb

Please sign in to comment.