Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update maintainer list in package.xml files #503

Merged
merged 2 commits into from Feb 8, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 0 additions & 2 deletions ament_cmake/package.xml
Expand Up @@ -5,8 +5,6 @@
<version>2.3.2</version>
<description>The entry point package for the ament buildsystem in CMake.</description>

<maintainer email="michael.jeronimo@openrobotics.org">Michael Jeronimo</maintainer>

<license>Apache License 2.0</license>

<author>Dirk Thomas</author>
Expand Down
2 changes: 0 additions & 2 deletions ament_cmake_auto/package.xml
Expand Up @@ -5,8 +5,6 @@
<version>2.3.2</version>
<description>The auto-magic functions for ease to use of the ament buildsystem in CMake.</description>

<maintainer email="michael.jeronimo@openrobotics.org">Michael Jeronimo</maintainer>

<license>Apache License 2.0</license>

<author>Dirk Thomas</author>
Expand Down
2 changes: 0 additions & 2 deletions ament_cmake_core/package.xml
Expand Up @@ -14,8 +14,6 @@
* symlink_install: use symlinks for CMake install commands
</description>

<maintainer email="michael.jeronimo@openrobotics.org">Michael Jeronimo</maintainer>

<license>Apache License 2.0</license>

<author>Dirk Thomas</author>
Expand Down
2 changes: 0 additions & 2 deletions ament_cmake_export_definitions/package.xml
Expand Up @@ -5,8 +5,6 @@
<version>2.3.2</version>
<description>The ability to export definitions to downstream packages in the ament buildsystem.</description>

<maintainer email="michael.jeronimo@openrobotics.org">Michael Jeronimo</maintainer>

<license>Apache License 2.0</license>

<author>Dirk Thomas</author>
Expand Down
2 changes: 0 additions & 2 deletions ament_cmake_export_dependencies/package.xml
Expand Up @@ -5,8 +5,6 @@
<version>2.3.2</version>
<description>The ability to export dependencies to downstream packages in the ament buildsystem in CMake.</description>

<maintainer email="michael.jeronimo@openrobotics.org">Michael Jeronimo</maintainer>

<license>Apache License 2.0</license>

<author>Dirk Thomas</author>
Expand Down
2 changes: 0 additions & 2 deletions ament_cmake_export_include_directories/package.xml
Expand Up @@ -5,8 +5,6 @@
<version>2.3.2</version>
<description>The ability to export include directories to downstream packages in the ament buildsystem in CMake.</description>

<maintainer email="michael.jeronimo@openrobotics.org">Michael Jeronimo</maintainer>

<license>Apache License 2.0</license>

<author>Dirk Thomas</author>
Expand Down
2 changes: 0 additions & 2 deletions ament_cmake_export_interfaces/package.xml
Expand Up @@ -5,8 +5,6 @@
<version>2.3.2</version>
<description>The ability to export interfaces to downstream packages in the ament buildsystem in CMake.</description>

<maintainer email="michael.jeronimo@openrobotics.org">Michael Jeronimo</maintainer>

<license>Apache License 2.0</license>

<author>Dirk Thomas</author>
Expand Down
2 changes: 0 additions & 2 deletions ament_cmake_export_libraries/package.xml
Expand Up @@ -5,8 +5,6 @@
<version>2.3.2</version>
<description>The ability to export libraries to downstream packages in the ament buildsystem in CMake.</description>

<maintainer email="michael.jeronimo@openrobotics.org">Michael Jeronimo</maintainer>

<license>Apache License 2.0</license>

<author>Dirk Thomas</author>
Expand Down
2 changes: 0 additions & 2 deletions ament_cmake_export_link_flags/package.xml
Expand Up @@ -4,8 +4,6 @@
<version>2.3.2</version>
<description>The ability to export link flags to downstream packages in the ament buildsystem.</description>

<maintainer email="michael.jeronimo@openrobotics.org">Michael Jeronimo</maintainer>

<license>Apache License 2.0</license>

<author>Dirk Thomas</author>
Expand Down
2 changes: 0 additions & 2 deletions ament_cmake_export_targets/package.xml
Expand Up @@ -5,8 +5,6 @@
<version>2.3.2</version>
<description>The ability to export targets to downstream packages in the ament buildsystem in CMake.</description>

<maintainer email="michael.jeronimo@openrobotics.org">Michael Jeronimo</maintainer>

<license>Apache License 2.0</license>

<author>Dirk Thomas</author>
Expand Down
2 changes: 0 additions & 2 deletions ament_cmake_gen_version_h/package.xml
Expand Up @@ -5,8 +5,6 @@
<version>2.3.2</version>
<description>Generate a C header containing the version number of the package</description>

<maintainer email="michael.jeronimo@openrobotics.org">Michael Jeronimo</maintainer>

<license>Apache License 2.0</license>

<author email="michel@ekumenlabs.com">Michel Hidalgo</author>
Expand Down
2 changes: 0 additions & 2 deletions ament_cmake_gmock/package.xml
Expand Up @@ -5,8 +5,6 @@
<version>2.3.2</version>
<description>The ability to add Google mock-based tests in the ament buildsystem in CMake.</description>

<maintainer email="michael.jeronimo@openrobotics.org">Michael Jeronimo</maintainer>

<license>Apache License 2.0</license>

<author>Dirk Thomas</author>
Expand Down
2 changes: 0 additions & 2 deletions ament_cmake_google_benchmark/package.xml
Expand Up @@ -5,8 +5,6 @@
<version>2.3.2</version>
<description>The ability to add Google Benchmark tests in the ament buildsystem in CMake.</description>

<maintainer email="michael.jeronimo@openrobotics.org">Michael Jeronimo</maintainer>

<license>Apache License 2.0</license>

<author>Dirk Thomas</author>
Expand Down
2 changes: 0 additions & 2 deletions ament_cmake_gtest/package.xml
Expand Up @@ -5,8 +5,6 @@
<version>2.3.2</version>
<description>The ability to add gtest-based tests in the ament buildsystem in CMake.</description>

<maintainer email="michael.jeronimo@openrobotics.org">Michael Jeronimo</maintainer>

<license>Apache License 2.0</license>

<author>Dirk Thomas</author>
Expand Down
2 changes: 0 additions & 2 deletions ament_cmake_include_directories/package.xml
Expand Up @@ -5,8 +5,6 @@
<version>2.3.2</version>
<description>The functionality to order include directories according to a chain of prefixes in the ament buildsystem in CMake.</description>

<maintainer email="michael.jeronimo@openrobotics.org">Michael Jeronimo</maintainer>

<license>Apache License 2.0</license>

<author>Dirk Thomas</author>
Expand Down
2 changes: 0 additions & 2 deletions ament_cmake_libraries/package.xml
Expand Up @@ -5,8 +5,6 @@
<version>2.3.2</version>
<description>The functionality to deduplicate libraries in the ament buildsystem in CMake.</description>

<maintainer email="michael.jeronimo@openrobotics.org">Michael Jeronimo</maintainer>

<license>Apache License 2.0</license>

<author>Dirk Thomas</author>
Expand Down
2 changes: 0 additions & 2 deletions ament_cmake_pytest/package.xml
Expand Up @@ -5,8 +5,6 @@
<version>2.3.2</version>
<description>The ability to run Python tests using pytest in the ament buildsystem in CMake.</description>

<maintainer email="michael.jeronimo@openrobotics.org">Michael Jeronimo</maintainer>

<license>Apache License 2.0</license>

<author>Dirk Thomas</author>
Expand Down
2 changes: 0 additions & 2 deletions ament_cmake_python/package.xml
Expand Up @@ -5,8 +5,6 @@
<version>2.3.2</version>
<description>The ability to use Python in the ament buildsystem in CMake.</description>

<maintainer email="michael.jeronimo@openrobotics.org">Michael Jeronimo</maintainer>

<license>Apache License 2.0</license>

<author>Dirk Thomas</author>
Expand Down
2 changes: 0 additions & 2 deletions ament_cmake_target_dependencies/package.xml
Expand Up @@ -5,8 +5,6 @@
<version>2.3.2</version>
<description>The ability to add definitions, include directories and libraries of a package to a target in the ament buildsystem in CMake.</description>

<maintainer email="michael.jeronimo@openrobotics.org">Michael Jeronimo</maintainer>

<license>Apache License 2.0</license>

<author>Dirk Thomas</author>
Expand Down
2 changes: 0 additions & 2 deletions ament_cmake_test/package.xml
Expand Up @@ -5,8 +5,6 @@
<version>2.3.2</version>
<description>The ability to add tests in the ament buildsystem in CMake.</description>

<maintainer email="michael.jeronimo@openrobotics.org">Michael Jeronimo</maintainer>

<license>Apache License 2.0</license>

<author>Dirk Thomas</author>
Expand Down
2 changes: 0 additions & 2 deletions ament_cmake_vendor_package/package.xml
Expand Up @@ -5,8 +5,6 @@
<version>2.3.2</version>
<description>Macros for maintaining a 'vendor' package.</description>

<maintainer email="michael.jeronimo@openrobotics.org">Michael Jeronimo</maintainer>

<license>Apache License 2.0</license>

<author email="logans@cottsay.net">Scott K Logan</author>
Expand Down
2 changes: 0 additions & 2 deletions ament_cmake_version/package.xml
Expand Up @@ -5,8 +5,6 @@
<version>2.3.2</version>
<description>The ability to override the exported package version in the ament buildsystem.</description>

<maintainer email="michael.jeronimo@openrobotics.org">Michael Jeronimo</maintainer>

<license>Apache License 2.0</license>

<author>Dirk Thomas</author>
Expand Down