diff --git a/README.md b/README.md index 542da328..e9f6e918 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ [![Forks](https://img.shields.io/github/forks/eProsima/Fast-DDS-monitor.svg)](https://github.com/eProsima/Fast-DDS-monitor/network/members) [![Stars](https://img.shields.io/github/stars/eProsima/Fast-DDS-monitor.svg)](https://github.com/eProsima/Fast-RTPS/stargazers) [![test](https://github.com/eProsima/Fast-DDS-monitor/actions/workflows/test.yml/badge.svg)](https://github.com/eProsima/Fast-DDS-monitor/actions/workflows/test.yml) -[![codecov](https://codecov.io/gh/eProsima/Fast-DDS-monitor/branch/main/graph/badge.svg?token=6NA5PVA9QL)](https://codecov.io/gh/eProsima/Fast-DDS-monitor) +[![codecov](https://codecov.io/gh/eProsima/Fast-DDS-monitor/branch/v2.1.0/graph/badge.svg?token=6NA5PVA9QL)](https://codecov.io/gh/eProsima/Fast-DDS-monitor) [![Documentation Status](https://readthedocs.org/projects/fast-dds-monitor/badge/?version=latest)](https://fast-dds-monitor.readthedocs.io/en/latest/) *eProsima Fast DDS Monitor* is a graphical desktop application aimed at monitoring DDS environments deployed using the diff --git a/docs/rst/developer_manual/installation/sources/linux.rst b/docs/rst/developer_manual/installation/sources/linux.rst index 3ff30fc9..edb84d60 100644 --- a/docs/rst/developer_manual/installation/sources/linux.rst +++ b/docs/rst/developer_manual/installation/sources/linux.rst @@ -175,7 +175,7 @@ Colcon installation mkdir -p ~/Fast-DDS-Monitor/src cd ~/Fast-DDS-Monitor - wget https://raw.githubusercontent.com/eProsima/Fast-DDS-monitor/main/fastdds_monitor.repos + wget https://raw.githubusercontent.com/eProsima/Fast-DDS-monitor/v2.1.0/fastdds_monitor.repos vcs import src < fastdds_monitor.repos .. note:: diff --git a/fastdds_monitor.repos b/fastdds_monitor.repos index 6c275519..a94d2dd9 100644 --- a/fastdds_monitor.repos +++ b/fastdds_monitor.repos @@ -2,20 +2,20 @@ 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 fastdds_statistics_backend: type: git url: https://github.com/eProsima/Fast-DDS-statistics-backend.git - version: main + version: v1.1.0 fastdds_monitor: type: git url: https://github.com/eProsima/Fast-DDS-monitor.git - version: main + version: v2.1.0