Skip to content

Commit

Permalink
build: set package versions to the package.xml files (#55)
Browse files Browse the repository at this point in the history
* version 1.1.0

Signed-off-by: Yutaka Kondo <[email protected]>

* separate to build_ and exec_ depends

Signed-off-by: Yutaka Kondo <[email protected]>

* update description

Signed-off-by: Yutaka Kondo <[email protected]>

* style(pre-commit): autofix

* Update autoware_adapi_v1_msgs/package.xml

Co-authored-by: Takagi, Isamu <[email protected]>
Signed-off-by: Yutaka Kondo <[email protected]>

* Update autoware_adapi_v1_msgs/package.xml

Co-authored-by: Takagi, Isamu <[email protected]>
Signed-off-by: Yutaka Kondo <[email protected]>

* Update autoware_adapi_version_msgs/package.xml

Co-authored-by: Takagi, Isamu <[email protected]>
Signed-off-by: Yutaka Kondo <[email protected]>

* version 1.2.0

Signed-off-by: Yutaka Kondo <[email protected]>

* Revert "separate to build_ and exec_ depends"

This reverts commit 6b657cf.

Signed-off-by: Yutaka Kondo <[email protected]>

---------

Signed-off-by: Yutaka Kondo <[email protected]>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Takagi, Isamu <[email protected]>
  • Loading branch information
3 people authored Apr 30, 2024
1 parent d996e40 commit 78762f0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
5 changes: 3 additions & 2 deletions autoware_adapi_v1_msgs/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>autoware_adapi_v1_msgs</name>
<version>0.0.0</version>
<description>The autoware_adapi_v1_msgs package</description>
<version>1.2.0</version>
<description>The Autoware AD API interfaces</description>
<maintainer email="[email protected]">Takagi, Isamu</maintainer>
<maintainer email="[email protected]">Yutaka Kondo</maintainer>
<license>Apache License 2.0</license>

<buildtool_depend>ament_cmake_auto</buildtool_depend>
Expand Down
5 changes: 3 additions & 2 deletions autoware_adapi_version_msgs/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>autoware_adapi_version_msgs</name>
<version>0.0.0</version>
<description>The autoware_adapi_version_msgs package</description>
<version>1.2.0</version>
<description>The Autoware AD API version interfaces</description>
<maintainer email="[email protected]">Takagi, Isamu</maintainer>
<maintainer email="[email protected]">Yutaka Kondo</maintainer>
<license>Apache License 2.0</license>

<buildtool_depend>ament_cmake_auto</buildtool_depend>
Expand Down

0 comments on commit 78762f0

Please sign in to comment.