Skip to content

Commit

Permalink
Update maintainer to point to ros-security mailing list + fix package…
Browse files Browse the repository at this point in the history
….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
mikaelarguedas committed Jun 5, 2020
1 parent a99d623 commit 7d49ab0
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 9 deletions.
6 changes: 3 additions & 3 deletions sros2/package.xml
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>
Expand Down
14 changes: 8 additions & 6 deletions sros2_cmake/package.xml
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>
Expand Down

0 comments on commit 7d49ab0

Please sign in to comment.