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

fix version numbering, patch bump

parent 9df5ee9d
No related branches found
No related tags found
No related merge requests found
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
Changelog for package rosjava_bootstrap Changelog for package rosjava_bootstrap
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
0.1.17 (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.
* Contributors: Daniel Stonier * Contributors: Daniel Stonier
......
...@@ -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.16' version = '0.1.18'
} }
subprojects { subprojects {
......
<?xml version="1.0"?> <?xml version="1.0"?>
<package> <package>
<name>rosjava_bootstrap</name> <name>rosjava_bootstrap</name>
<version>0.1.17</version> <version>0.1.18</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