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

0.1.14

parent 08578908
Branches
Tags
No related merge requests found
...@@ -2,6 +2,10 @@ ...@@ -2,6 +2,10 @@
Changelog for package rosjava_bootstrap Changelog for package rosjava_bootstrap
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
0.1.14 [2013-12-11]
------------------
* stop unofficial message generation accidentally picking up older versions of packages.
0.1.13 [2013-12-08] 0.1.13 [2013-12-08]
------------------ ------------------
* fix unofficial message package internal/external dependency configuration. * fix unofficial message package internal/external dependency configuration.
......
...@@ -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.13' version = '0.1.14'
} }
subprojects { subprojects {
......
<?xml version="1.0"?> <?xml version="1.0"?>
<package> <package>
<name>rosjava_bootstrap</name> <name>rosjava_bootstrap</name>
<version>0.1.13</version> <version>0.1.14</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