Skip to content
Snippets Groups Projects
Commit 5bd664d2 authored by Daniel Stonier's avatar Daniel Stonier
Browse files

0.1.9

parent f5fac889
No related branches found
No related tags found
No related merge requests found
......@@ -2,6 +2,16 @@
Changelog for package rosjava_bootstrap
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
0.1.9 (2013-10-31)
------------------
* utilise ROS_MAVEN_REPOSITORY
0.1.8 (2013-10-26)
------------------
* bugfix upgrade version numbers for rosgraph_test_msgs.
* gradle 1.7->1.8 and android_tools->18.1.1
* avoid using .+ ranged dependencies as it breaks the repo
0.1.7 (2013-09-23)
------------------
* use maven-publish plugin for publishing rosjava packages.
......
......@@ -27,7 +27,7 @@ project.ext {
allprojects {
group='org.ros.rosjava_bootstrap'
version = '0.1.8'
version = '0.1.9'
}
subprojects {
......
<?xml version="1.0"?>
<package>
<name>rosjava_bootstrap</name>
<version>0.1.8</version>
<version>0.1.9</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