-
Notifications
You must be signed in to change notification settings - Fork 46
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update maintainer to point to ros-security mailing list + fix package…
….xml (#179) * update maintainer and fix invalid package.xml Signed-off-by: Mikael Arguedas <[email protected]> * use format 3 for consistency and futureproofness Signed-off-by: Mikael Arguedas <[email protected]>
- Loading branch information
1 parent
6812312
commit d3d9de1
Showing
2 changed files
with
11 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
<?xml version="1.0"?> | ||
<?xml-model href="http://download.ros.org/schema/package_format2.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?> | ||
<package format="2"> | ||
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?> | ||
<package format="3"> | ||
<name>sros2</name> | ||
<version>0.8.1</version> | ||
<description>Command line tools for managing SROS2 keys</description> | ||
<maintainer email="[email protected]">Michael Carroll</maintainer> | ||
<maintainer email="[email protected]">ROS Security Working Group</maintainer> | ||
<license>Apache License 2.0</license> | ||
|
||
<author email="[email protected]">Morgan Quigley</author> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,21 @@ | ||
<?xml version="1.0"?> | ||
<package format="2"> | ||
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?> | ||
|
||
<package format="3"> | ||
<name>sros2_cmake</name> | ||
<version>0.8.1</version> | ||
<description>Cmake macros to configure security for nodes</description> | ||
<author email="[email protected]">AWS RoboMaker</author> | ||
<maintainer email="[email protected]">AWS RoboMaker</maintainer> | ||
<maintainer email="[email protected]">Michael Carroll</maintainer> | ||
<description>CMake macros to configure security for nodes</description> | ||
<maintainer email="[email protected]">ROS Security Working Group</maintainer> | ||
<license>Apache 2.0</license> | ||
|
||
<author>AWS RoboMaker</author> | ||
|
||
<buildtool_depend>ament_cmake</buildtool_depend> | ||
|
||
<build_depend>ament_cmake_test</build_depend> | ||
|
||
<build_export_depend>sros2</build_export_depend> | ||
<build_export_depend>ros2cli</build_export_depend> | ||
<build_export_depend>sros2</build_export_depend> | ||
|
||
<test_depend>ament_lint_auto</test_depend> | ||
<test_depend>ament_lint_common</test_depend> | ||
|