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

0.1.19

parent 5d40f2f4
Branches
Tags 0.1.19
No related merge requests found
...@@ -2,6 +2,12 @@ ...@@ -2,6 +2,12 @@
Changelog for package rosjava_bootstrap Changelog for package rosjava_bootstrap
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
0.1.19 (2014-03-19)
-------------------
* gradle 1.11, buildTools 19.0.3, gradle android plugin 0.9.+
* remove unused debugging variables
* Contributors: Daniel Stonier
0.1.18 (2014-02-09) 0.1.18 (2014-02-09)
------------------- -------------------
* set default maven repo if variable is empty and bugfix dynamic property warnings. * set default maven repo if variable is empty and bugfix dynamic property warnings.
......
...@@ -27,7 +27,7 @@ project.ext { ...@@ -27,7 +27,7 @@ project.ext {
allprojects { allprojects {
group='org.ros.rosjava_bootstrap' group='org.ros.rosjava_bootstrap'
version = '0.1.18' version = '0.1.19'
} }
subprojects { subprojects {
......
<?xml version="1.0"?> <?xml version="1.0"?>
<package> <package>
<name>rosjava_bootstrap</name> <name>rosjava_bootstrap</name>
<version>0.1.18</version> <version>0.1.19</version>
<description> <description>
Bootstrap utilities for rosjava builds. Bootstrap utilities for rosjava builds.
</description> </description>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment