Skip to content

Commit

Permalink
0.21.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ahcorde committed Jul 9, 2024
1 parent 1246ff5 commit 1026322
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion test_cli/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<?xml-model href="http://download.ros.org/schema/package_format2.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="2">
<name>test_cli</name>
<version>0.21.0</version>
<version>0.21.1</version>
<description>
Test command line arguments passed to ros2 executables.
</description>
Expand Down
2 changes: 1 addition & 1 deletion test_cli_remapping/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<?xml-model href="http://download.ros.org/schema/package_format2.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="2">
<name>test_cli_remapping</name>
<version>0.21.0</version>
<version>0.21.1</version>
<description>
Test command line remapping of topic names, service names, node namespace, and node name.
</description>
Expand Down
2 changes: 1 addition & 1 deletion test_communication/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<?xml-model href="http://download.ros.org/schema/package_format2.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="2">
<name>test_communication</name>
<version>0.21.0</version>
<version>0.21.1</version>
<description>
Test publish / subscribe and request / response communication with all primitive as well as builtin types.
Also exchange dynamic and static arrays and nested message structures.
Expand Down
2 changes: 1 addition & 1 deletion test_quality_of_service/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<?xml-model href="http://download.ros.org/schema/package_format2.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="2">
<name>test_quality_of_service</name>
<version>0.21.0</version>
<version>0.21.1</version>
<description>
Test quality of service features, specifically liveliness, deadline, and lifespan.
</description>
Expand Down
2 changes: 1 addition & 1 deletion test_rclcpp/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<?xml-model href="http://download.ros.org/schema/package_format2.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="2">
<name>test_rclcpp</name>
<version>0.21.0</version>
<version>0.21.1</version>
<description>
Test rclcpp API.
Each test is run with every available rmw implementation.
Expand Down
2 changes: 1 addition & 1 deletion test_security/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<?xml-model href="http://download.ros.org/schema/package_format2.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="2">
<name>test_security</name>
<version>0.21.0</version>
<version>0.21.1</version>
<description>
Test nodes, publishers and subscribers with DDS-Security.
</description>
Expand Down

0 comments on commit 1026322

Please sign in to comment.