Skip to content

Commit

Permalink
package.xmlのversionタグを1.0.0に更新。authorを修正。 (#153)
Browse files Browse the repository at this point in the history
* package.xmlのversionタグを1.0.0に変更

* authorを修正
  • Loading branch information
Shota Aoki authored May 12, 2022
1 parent a214df2 commit 429d329
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions crane_x7/package.xml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
<package>
<name>crane_x7</name>
<version>0.0.1</version>
<version>1.0.0</version>
<description>
ROS package suite of CRANE-X7
</description>
<maintainer email="shop@rt-net.jp">RT Corporation</maintainer>
<author email="nomura@rt-net.jp">Hiroyuki Nomura</author>
<author email="geoffrey.biggs@aist.go.jp">Geoffrey Biggs</author>
<author email="tiryoh@gmail.com">Daisuke Sato</author>
<author email="macakasit@gmail.com">Shota Aoki</author>
<author email="s.aoki@rt-net.jp">Shota Aoki</author>

<license>NON-COMMERCIAL LICENSE AGREEMENT</license>

Expand Down
2 changes: 1 addition & 1 deletion crane_x7_bringup/package.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<package>
<name>crane_x7_bringup</name>
<version>0.0.0</version>
<version>1.0.0</version>
<description>The CRANE-X7 bringup package</description>

<maintainer email="shop@rt-net.jp">RT Corporation</maintainer>
Expand Down
2 changes: 1 addition & 1 deletion crane_x7_control/package.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<package>
<name>crane_x7_control</name>
<version>0.0.0</version>
<version>1.0.0</version>
<description>The CRANE-X7 control package</description>

<maintainer email="shop@rt-net.jp">RT Corporation</maintainer>
Expand Down
2 changes: 1 addition & 1 deletion crane_x7_description/package.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<package>
<name>crane_x7_description</name>
<version>0.0.1</version>
<version>1.0.0</version>
<description>The CRANE-X7 description package</description>

<maintainer email="shop@rt-net.jp">RT Corporation</maintainer>
Expand Down
2 changes: 1 addition & 1 deletion crane_x7_examples/package.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<package>
<name>crane_x7_examples</name>
<version>0.0.0</version>
<version>1.0.0</version>
<description>examples of CRANE-X7 ROS package</description>

<maintainer email="shop@rt-net.jp">RT Corporation</maintainer>
Expand Down
4 changes: 2 additions & 2 deletions crane_x7_gazebo/package.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<?xml version="1.0"?>
<package format="2">
<name>crane_x7_gazebo</name>
<version>0.0.0</version>
<version>1.0.0</version>
<description>The crane_x7_gazebo package</description>

<maintainer email="shop@rt-net.jp">RT Corporation</maintainer>
<maintainer email="macakasit@gmail.com">Shota Aoki</maintainer>
<author email="s.aoki@rt-net.jp">Shota Aoki</author>

<license>NON-COMMERCIAL LICENSE AGREEMENT</license>
<buildtool_depend>catkin</buildtool_depend>
Expand Down
2 changes: 1 addition & 1 deletion crane_x7_moveit_config/package.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<package>
<name>crane_x7_moveit_config</name>
<version>0.3.0</version>
<version>1.0.0</version>
<description>
An automatically generated package with all the configuration and launch files for using the crane_x7 with the MoveIt! Motion Planning Framework
</description>
Expand Down
2 changes: 1 addition & 1 deletion crane_x7_msgs/package.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<package format="2">
<name>crane_x7_msgs</name>
<version>0.0.1</version>
<version>1.0.0</version>
<description>The crane_x7_msgs package</description>

<maintainer email="shop@rt-net.jp">RT Corporation</maintainer>
Expand Down

0 comments on commit 429d329

Please sign in to comment.