From 41beb7d56c970cc9b1b7e27e742b21716597c807 Mon Sep 17 00:00:00 2001 From: Raul Sanchez-Mateos Date: Fri, 7 Jul 2023 12:27:00 +0200 Subject: [PATCH] Change references to v1.5.0 and update .repos Signed-off-by: Raul Sanchez-Mateos --- README.md | 2 +- .../developer_manual/installation/sources/linux.rst | 2 +- fastdds_monitor.repos | 10 +++++----- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 542da328..569418a2 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/v1.5.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..5f0dc3b6 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/v1.5.0/fastdds_monitor.repos vcs import src < fastdds_monitor.repos .. note:: diff --git a/fastdds_monitor.repos b/fastdds_monitor.repos index 6c275519..66b6d605 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: v1.1.0 fastdds: type: git url: https://github.com/eProsima/Fast-DDS.git - version: master + version: v2.11.0 fastdds_statistics_backend: type: git url: https://github.com/eProsima/Fast-DDS-statistics-backend.git - version: main + version: v0.11.0 fastdds_monitor: type: git url: https://github.com/eProsima/Fast-DDS-monitor.git - version: main + version: v1.5.0