This repository was archived by the owner on Jan 14, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 2
2
Changelog for package rosjava_bootstrap
3
3
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4
4
5
+ 0.1.15 [2013-12-26]
6
+ ------------------
7
+ * message generation now has a single api for official and unofficial releases
8
+ * message generation api smart enough to work out internal or external dependencies
9
+ * fix dependency problems on non xxx_msg packages - i.e. check for build_depends on message_generation
10
+
5
11
0.1.14 [2013-12-11]
6
12
------------------
7
13
* stop unofficial message generation accidentally picking up older versions of packages.
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ project.ext {
27
27
28
28
allprojects {
29
29
group= ' org.ros.rosjava_bootstrap'
30
- version = ' 0.1.14 '
30
+ version = ' 0.1.15 '
31
31
}
32
32
33
33
subprojects {
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" ?>
2
2
<package >
3
3
<name >rosjava_bootstrap</name >
4
- <version >0.1.14 </version >
4
+ <version >0.1.15 </version >
5
5
<description >
6
6
Bootstrap utilities for rosjava builds.
7
7
</description >
You can’t perform that action at this time.
0 commit comments