Skip to content

Commit

Permalink
0.10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
cottsay committed Feb 12, 2021
1 parent b889bd8 commit 44da06b
Show file tree
Hide file tree
Showing 46 changed files with 46 additions and 46 deletions.
2 changes: 1 addition & 1 deletion ament_clang_format/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>ament_clang_format</name>
<version>0.10.1</version>
<version>0.10.2</version>
<description>
The ability to check code against style conventions using
clang-format and generate xUnit test result files.</description>
Expand Down
2 changes: 1 addition & 1 deletion ament_clang_format/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name=package_name,
version='0.10.1',
version='0.10.2',
packages=find_packages(exclude=['test']),
data_files=[
('share/' + package_name, ['package.xml']),
Expand Down
2 changes: 1 addition & 1 deletion ament_clang_tidy/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>ament_clang_tidy</name>
<version>0.10.1</version>
<version>0.10.2</version>
<description>
The ability to check code against style conventions using
clang-tidy and generate xUnit test result files.</description>
Expand Down
2 changes: 1 addition & 1 deletion ament_clang_tidy/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name=package_name,
version='0.10.1',
version='0.10.2',
packages=find_packages(exclude=['test']),
data_files=[
('share/' + package_name, ['package.xml']),
Expand Down
2 changes: 1 addition & 1 deletion ament_cmake_clang_format/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>ament_cmake_clang_format</name>
<version>0.10.1</version>
<version>0.10.2</version>
<description>
The CMake API for ament_clang_format to lint C / C++ code using clang format.
</description>
Expand Down
2 changes: 1 addition & 1 deletion ament_cmake_clang_tidy/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>ament_cmake_clang_tidy</name>
<version>0.10.1</version>
<version>0.10.2</version>
<description>
The CMake API for ament_clang_tidy to lint C / C++ code using clang tidy.
</description>
Expand Down
2 changes: 1 addition & 1 deletion ament_cmake_copyright/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>ament_cmake_copyright</name>
<version>0.10.1</version>
<version>0.10.2</version>
<description>The CMake API for ament_copyright to check every source file contains copyright reference.</description>
<maintainer email="clairewang@openrobotics.org">Claire Wang</maintainer>
<maintainer email="audrow@openrobotics.org">Audrow Nash</maintainer>
Expand Down
2 changes: 1 addition & 1 deletion ament_cmake_cppcheck/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>ament_cmake_cppcheck</name>
<version>0.10.1</version>
<version>0.10.2</version>
<description>
The CMake API for ament_cppcheck to perform static code analysis on C/C++
code using Cppcheck.
Expand Down
2 changes: 1 addition & 1 deletion ament_cmake_cpplint/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>ament_cmake_cpplint</name>
<version>0.10.1</version>
<version>0.10.2</version>
<description>
The CMake API for ament_cpplint to lint C / C++ code using cpplint.
</description>
Expand Down
2 changes: 1 addition & 1 deletion ament_cmake_flake8/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>ament_cmake_flake8</name>
<version>0.10.1</version>
<version>0.10.2</version>
<description>
The CMake API for ament_flake8 to check code syntax and style conventions
with flake8.
Expand Down
2 changes: 1 addition & 1 deletion ament_cmake_lint_cmake/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>ament_cmake_lint_cmake</name>
<version>0.10.1</version>
<version>0.10.2</version>
<description>
The CMake API for ament_lint_cmake to lint CMake code using cmakelint.
</description>
Expand Down
2 changes: 1 addition & 1 deletion ament_cmake_mypy/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_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>ament_cmake_mypy</name>
<version>0.10.1</version>
<version>0.10.2</version>
<description>
The CMake API for ament_mypy to perform static type analysis on python code
with mypy.
Expand Down
2 changes: 1 addition & 1 deletion ament_cmake_pclint/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>ament_cmake_pclint</name>
<version>0.10.1</version>
<version>0.10.2</version>
<description>
The CMake API for ament_pclint to perform static code analysis on C/C++
code using PCLint.
Expand Down
2 changes: 1 addition & 1 deletion ament_cmake_pep257/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>ament_cmake_pep257</name>
<version>0.10.1</version>
<version>0.10.2</version>
<description>
The CMake API for ament_pep257 to check code against the style conventions in
PEP 257.
Expand Down
2 changes: 1 addition & 1 deletion ament_cmake_pycodestyle/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>ament_cmake_pycodestyle</name>
<version>0.10.1</version>
<version>0.10.2</version>
<description>
The CMake API for ament_pycodestyle to check code against the style conventions in
PEP 8.
Expand Down
2 changes: 1 addition & 1 deletion ament_cmake_pyflakes/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>ament_cmake_pyflakes</name>
<version>0.10.1</version>
<version>0.10.2</version>
<description>
The CMake API for ament_pyflakes to check code using pyflakes.
</description>
Expand Down
2 changes: 1 addition & 1 deletion ament_cmake_uncrustify/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>ament_cmake_uncrustify</name>
<version>0.10.1</version>
<version>0.10.2</version>
<description>
The CMake API for ament_uncrustify to check code against styleconventions
using uncrustify.
Expand Down
2 changes: 1 addition & 1 deletion ament_cmake_xmllint/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>ament_cmake_xmllint</name>
<version>0.10.1</version>
<version>0.10.2</version>
<description>
The CMake API for ament_xmllint to check XML file using xmmlint.
</description>
Expand Down
2 changes: 1 addition & 1 deletion ament_copyright/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>ament_copyright</name>
<version>0.10.1</version>
<version>0.10.2</version>
<description>
The ability to check source files for copyright and license
information.
Expand Down
2 changes: 1 addition & 1 deletion ament_copyright/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name=package_name,
version='0.10.1',
version='0.10.2',
packages=find_packages(exclude=['test']),
data_files=[
('share/' + package_name, ['package.xml']),
Expand Down
2 changes: 1 addition & 1 deletion ament_cppcheck/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>ament_cppcheck</name>
<version>0.10.1</version>
<version>0.10.2</version>
<description>
The ability to perform static code analysis on C/C++ code using Cppcheck
and generate xUnit test result files.
Expand Down
2 changes: 1 addition & 1 deletion ament_cppcheck/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name=package_name,
version='0.10.1',
version='0.10.2',
packages=find_packages(exclude=['test']),
data_files=[
('share/' + package_name, ['package.xml']),
Expand Down
2 changes: 1 addition & 1 deletion ament_cpplint/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>ament_cpplint</name>
<version>0.10.1</version>
<version>0.10.2</version>
<description>
The ability to check code against the Google style conventions using
cpplint and generate xUnit test result files.</description>
Expand Down
2 changes: 1 addition & 1 deletion ament_cpplint/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name=package_name,
version='0.10.1',
version='0.10.2',
packages=find_packages(exclude=['test']),
data_files=[
('share/' + package_name, ['package.xml']),
Expand Down
2 changes: 1 addition & 1 deletion ament_flake8/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>ament_flake8</name>
<version>0.10.1</version>
<version>0.10.2</version>
<description>
The ability to check code for style and syntax conventions with flake8.
</description>
Expand Down
2 changes: 1 addition & 1 deletion ament_flake8/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name=package_name,
version='0.10.1',
version='0.10.2',
packages=find_packages(exclude=['test']),
data_files=[
('share/' + package_name, ['package.xml']),
Expand Down
2 changes: 1 addition & 1 deletion ament_lint/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>ament_lint</name>
<version>0.10.1</version>
<version>0.10.2</version>
<description>
Providing common API for ament linter packages.
</description>
Expand Down
2 changes: 1 addition & 1 deletion ament_lint/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name=package_name,
version='0.10.1',
version='0.10.2',
packages=find_packages(exclude=['test']),
data_files=[
('share/' + package_name, ['package.xml']),
Expand Down
2 changes: 1 addition & 1 deletion ament_lint_auto/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>ament_lint_auto</name>
<version>0.10.1</version>
<version>0.10.2</version>
<description>The auto-magic functions for ease to use of the ament linters in CMake.</description>
<maintainer email="clairewang@openrobotics.org">Claire Wang</maintainer>
<maintainer email="audrow@openrobotics.org">Audrow Nash</maintainer>
Expand Down
2 changes: 1 addition & 1 deletion ament_lint_cmake/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>ament_lint_cmake</name>
<version>0.10.1</version>
<version>0.10.2</version>
<description>
The ability to lint CMake code using cmakelint and generate xUnit test
result files.
Expand Down
2 changes: 1 addition & 1 deletion ament_lint_cmake/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name=package_name,
version='0.10.1',
version='0.10.2',
packages=find_packages(exclude=['test']),
data_files=[
('share/' + package_name, ['package.xml']),
Expand Down
2 changes: 1 addition & 1 deletion ament_lint_common/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>ament_lint_common</name>
<version>0.10.1</version>
<version>0.10.2</version>
<description>The list of commonly used linters in the ament buildsytem in CMake.</description>
<maintainer email="clairewang@openrobotics.org">Claire Wang</maintainer>
<maintainer email="audrow@openrobotics.org">Audrow Nash</maintainer>
Expand Down
2 changes: 1 addition & 1 deletion ament_mypy/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_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>ament_mypy</name>
<version>0.10.1</version>
<version>0.10.2</version>
<description>Support for mypy static type checking in ament.</description>
<maintainer email="clairewang@openrobotics.org">Claire Wang</maintainer>
<maintainer email="audrow@openrobotics.org">Audrow Nash</maintainer>
Expand Down
2 changes: 1 addition & 1 deletion ament_mypy/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name=package_name,
version='0.10.1',
version='0.10.2',
packages=find_packages(exclude=['test']),
data_files=[
('share/' + package_name, ['package.xml']),
Expand Down
2 changes: 1 addition & 1 deletion ament_pclint/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>ament_pclint</name>
<version>0.10.1</version>
<version>0.10.2</version>
<description>
The ability to perform static code analysis on C/C++ code using pclint
and generate xUnit test result files.
Expand Down
2 changes: 1 addition & 1 deletion ament_pclint/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name=package_name,
version='0.10.1',
version='0.10.2',
packages=find_packages(exclude=['test']),
data_files=[
('share/' + package_name, ['package.xml']),
Expand Down
2 changes: 1 addition & 1 deletion ament_pep257/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>ament_pep257</name>
<version>0.10.1</version>
<version>0.10.2</version>
<description>
The ability to check code against the style conventions in PEP 8 and
generate xUnit test result files.
Expand Down
2 changes: 1 addition & 1 deletion ament_pep257/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name=package_name,
version='0.10.1',
version='0.10.2',
packages=find_packages(exclude=['test']),
data_files=[
('share/' + package_name, ['package.xml']),
Expand Down
2 changes: 1 addition & 1 deletion ament_pycodestyle/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>ament_pycodestyle</name>
<version>0.10.1</version>
<version>0.10.2</version>
<description>
The ability to check code against the style conventions in PEP 8 and
generate xUnit test result files.
Expand Down
2 changes: 1 addition & 1 deletion ament_pycodestyle/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name=package_name,
version='0.10.1',
version='0.10.2',
packages=find_packages(exclude=['test']),
data_files=[
('share/' + package_name, ['package.xml']),
Expand Down
2 changes: 1 addition & 1 deletion ament_pyflakes/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>ament_pyflakes</name>
<version>0.10.1</version>
<version>0.10.2</version>
<description>
The ability to check code using pyflakes and generate xUnit test
result files.
Expand Down
2 changes: 1 addition & 1 deletion ament_pyflakes/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name=package_name,
version='0.10.1',
version='0.10.2',
packages=find_packages(exclude=['test']),
data_files=[
('share/' + package_name, ['package.xml']),
Expand Down
2 changes: 1 addition & 1 deletion ament_uncrustify/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>ament_uncrustify</name>
<version>0.10.1</version>
<version>0.10.2</version>
<description>
The ability to check code against style conventions using uncrustify
and generate xUnit test result files.
Expand Down
2 changes: 1 addition & 1 deletion ament_uncrustify/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name=package_name,
version='0.10.1',
version='0.10.2',
packages=find_packages(exclude=['test']),
data_files=[
('share/' + package_name, ['package.xml']),
Expand Down
Loading

0 comments on commit 44da06b

Please sign in to comment.