Skip to content

Commit 95bbb8c

Browse files
committed
Set versions in fastdds_statistics_backend.repos
Signed-off-by: Denisa <[email protected]>
1 parent d4b4393 commit 95bbb8c

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<a href="https://fast-dds-statistics-backend.readthedocs.io/en/latest/"><img alt="Documentation Status" src="https://readthedocs.org/projects/fast-dds-statistics-backend/badge/?version=latest"></a>
2929
<a href="https://github.com/eProsima/Fast-DDS-statistics-backend/actions/workflows/nightly-windows-ci.yml"><img alt="Windows CI" src="https://img.shields.io/github/actions/workflow/status/eProsima/Fast-DDS-statistics-backend/nightly-windows-ci.yml?label=Windows%20CI"></a>
3030
<a href="https://github.com/eProsima/Fast-DDS-statistics-backend/actions/workflows/nightly-ubuntu-ci.yml"><img alt="Ubuntu CI" src="https://img.shields.io/github/actions/workflow/status/eProsima/Fast-DDS-statistics-backend/nightly-ubuntu-ci.yml?label=Ubuntu%20CI"></a>
31-
<a href="https://codecov.io/gh/eProsima/Fast-DDS-statistics-backend"><img alt="Ubuntu CI" src="https://codecov.io/gh/eProsima/Fast-DDS-statistics-backend/branch/main/graph/badge.svg?token=6NA5PVA9QL"></a>
31+
<a href="https://codecov.io/gh/eProsima/Fast-DDS-statistics-backend"><img alt="Ubuntu CI" src="https://codecov.io/gh/eProsima/Fast-DDS-statistics-backend/branch/v2.2.0/graph/badge.svg?token=6NA5PVA9QL"></a>
3232

3333
</div>
3434

docs/rst/full_example.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ Full example
66
Next steps
77
""""""""""
88
You may find this example at the *eProsima Fast DDS Statistics Backend* Github repository, by following
9-
`this <https://github.com/eProsima/Fast-DDS-statistics-backend/tree/main/examples/cpp/HelloWorldExample>`_ link.
9+
`this <https://github.com/eProsima/Fast-DDS-statistics-backend/tree/v2.2.0/examples/cpp/HelloWorldExample>`_ link.

docs/rst/installation/linux_installation.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ This section explains how to use it to compile *eProsima Fast DDS Statistics Bac
112112
113113
mkdir ~/Fast-DDS-statistics-backend
114114
cd ~/Fast-DDS-statistics-backend
115-
wget https://raw.githubusercontent.com/eProsima/Fast-DDS-statistics-backend/master/fastdds_statistics_backend.repos
115+
wget https://raw.githubusercontent.com/eProsima/Fast-DDS-statistics-backend/v2.2.0/fastdds_statistics_backend.repos
116116
mkdir src
117117
vcs import src < fastdds_statistics_backend.repos
118118

fastdds_statistics_backend.repos

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,24 +2,24 @@ repositories:
22
foonathan_memory_vendor:
33
type: git
44
url: https://github.com/eProsima/foonathan_memory_vendor.git
5-
version: master
5+
version: v1.3.1
66
fastcdr:
77
type: git
88
url: https://github.com/eProsima/Fast-CDR.git
9-
version: master
9+
version: v2.3.0
1010
fastdds:
1111
type: git
1212
url: https://github.com/eProsima/Fast-DDS.git
13-
version: master
13+
version: v3.2.2
1414
fastdds_statistics_backend:
1515
type: git
1616
url: https://github.com/eProsima/Fast-DDS-statistics-backend.git
17-
version: main
17+
version: v2.2.0
1818
fastddsgen:
1919
type: git
2020
url: https://github.com/eProsima/Fast-DDS-Gen.git
21-
version: master
21+
version: v4.0.4
2222
fastddsgen/thirdparty/idl-parser:
2323
type: git
2424
url: https://github.com/eProsima/IDL-Parser.git
25-
version: master
25+
version: v4.0.4

0 commit comments

Comments
 (0)