Skip to content

Commit

Permalink
Fixed position of author tag in package.xml.
Browse files Browse the repository at this point in the history
Signed-off-by: Ralph Lange <ralph.lange@de.bosch.com>
  • Loading branch information
ralph-lange committed Feb 15, 2025
1 parent 311783c commit f187669
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion fmi_adapter/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,14 @@
<description>Wraps FMUs for co-simulation</description>

<maintainer email="christian.bertsch@de.bosch.com">Christian Bertsch</maintainer>
<author email="ralph.lange@de.bosch.com">Ralph Lange</author>

<license>Apache License 2.0</license>

<url type="website">http://wiki.ros.org/fmi_adapter</url>
<url type="repository">https://github.com/boschresearch/fmi_adapter</url>

<author email="ralph.lange@de.bosch.com">Ralph Lange</author>

<buildtool_depend>ament_cmake</buildtool_depend>

<build_depend>rcl_interfaces</build_depend>
Expand Down
3 changes: 2 additions & 1 deletion fmi_adapter_examples/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,14 @@
<description>Provides small examples for use of the fmi_adapter package</description>

<maintainer email="christian.bertsch@de.bosch.com">Christian Bertsch</maintainer>
<author email="ralph.lange@de.bosch.com">Ralph Lange</author>

<license>Apache License 2.0</license>

<url type="website">http://wiki.ros.org/fmi_adapter</url>
<url type="repository">https://github.com/boschresearch/fmi_adapter</url>

<author email="ralph.lange@de.bosch.com">Ralph Lange</author>

<buildtool_depend>ament_cmake</buildtool_depend>

<build_depend>fmi_adapter</build_depend>
Expand Down

0 comments on commit f187669

Please sign in to comment.