Skip to content
This repository was archived by the owner on Jan 14, 2023. It is now read-only.

Commit ee573e8

Browse files
authored
Merge pull request #27 from adamantivm/kinetic-updaates
Kinetic updates
2 parents 429acf9 + 27f9542 commit ee573e8

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

CHANGELOG.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
Changelog
22
=========
33

4+
0.3.0 (2016-12-15)
5+
------------------
6+
* updates for Kinetic release.
7+
48
0.2.2 (2015-04-22)
59
------------------
610
* add world_canvas_msgs

package.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0"?>
22
<package>
33
<name>rosjava_messages</name>
4-
<version>0.2.3</version>
4+
<version>0.3.0</version>
55
<description>
66
Message generation for rosjava.
77
</description>
@@ -46,12 +46,12 @@
4646
<build_depend>world_canvas_msgs</build_depend>
4747
<build_depend>map_store</build_depend> # ros-planning/map_store
4848
<build_depend>move_base_msgs</build_depend> # ros-planning/navigation
49-
49+
5050
<!-- Temporary requirement so move_base_msgs compiles - remove once
5151
https://github.com/ros-planning/navigation/pull/312 is fixed and released.
5252
-->
5353
<build_depend>roscpp</build_depend> # ros-planning/navigation
54-
54+
5555
<run_depend>rosjava_build_tools</run_depend>
5656
<run_depend>genjava</run_depend>
5757
</package>

0 commit comments

Comments
 (0)