Skip to content
Snippets Groups Projects
Commit ec95bbbc authored by Yujin Robot's avatar Yujin Robot
Browse files

0.1.24

parent 728bd9b8
No related branches found
No related tags found
No related merge requests found
......@@ -2,6 +2,10 @@
Changelog for package rosjava_bootstrap
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
0.1.24 (2015-06-19)
===================
* Xml parser should also look for depend tags as well as build_depend tags.
0.1.23 (2015-06-16)
===================
* Bugfix the xml parser to avoid whitespaces in returned elements.
......
......@@ -27,7 +27,7 @@ project.ext {
allprojects {
group='org.ros.rosjava_bootstrap'
version = '0.1.23'
version = '0.1.24'
}
subprojects {
......
<?xml version="1.0"?>
<package>
<name>rosjava_bootstrap</name>
<version>0.1.23</version>
<version>0.1.24</version>
<description>
Bootstrap utilities for rosjava builds.
</description>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment