Skip to content

Commit

Permalink
Fix version numbers in package.xml files
Browse files Browse the repository at this point in the history
  • Loading branch information
arturotorresg committed Apr 29, 2020
1 parent 8d03b93 commit 26c8b6a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion px4_bringup/package.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<package>
<name>px4_bringup</name>
<version>3.1</version>
<version>3.1.0</version>
<description>This package brings up the mavros interface of a px4 autopilot,
that can be real or simulted in gazebo with software-in-the-loop (sitl).</description>

Expand Down
2 changes: 1 addition & 1 deletion robots_description/package.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<package>
<name>robots_description</name>
<version>3.1</version>
<version>3.1.0</version>
<description>This package contains robots descriptions,
mostly aimed for px4 sitl gazebo simulation.</description>

Expand Down
2 changes: 1 addition & 1 deletion ual_teleop/package.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<package format="2">
<name>ual_teleop</name>
<version>3.1</version>
<version>3.1.0</version>
<description>The ual_teleop package</description>

<!-- One maintainer tag required, multiple allowed, one person per tag -->
Expand Down
2 changes: 1 addition & 1 deletion uav_abstraction_layer/package.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<package>
<name>uav_abstraction_layer</name>
<version>3.1</version>
<version>3.1.0</version>
<description>This package provides a low level interface to a uav platform.</description>

<!-- One maintainer tag required, multiple allowed, one person per tag -->
Expand Down

0 comments on commit 26c8b6a

Please sign in to comment.