Skip to content
Snippets Groups Projects
Commit 76792f78 authored by Daniel Stonier's avatar Daniel Stonier Committed by GitHub
Browse files

Merge pull request #53 from adamantivm/kinetic-updates

Kinetic updates
parents 00e3f14c 5b01dc91
No related branches found
No related tags found
No related merge requests found
Changelog
=========
0.3.0 (2016-12-13)
------------------
* Updates for Kinetic release.
0.2.1 (2015-02-25)
------------------
* minor bugfixes and improvements.
......
See [rosjava_core](https://github.com/rosjava/rosjava_core) readme.
......@@ -18,7 +18,7 @@ apply from: project.file('gradle.gradle')
allprojects {
group="org.ros.rosjava_bootstrap"
version = "0.2.1"
version = "0.3.0"
}
subprojects {
......
......@@ -30,12 +30,12 @@
*
* Generally:
*
* apply from: "https://github.com/rosjava/rosjava_bootstrap/raw/indigo/ros-java.gradle"
* apply from: "https://github.com/rosjava/rosjava_bootstrap/raw/kinetic/ros-java.gradle"
*
* In the root build.gradle file of a multiproject build:
*
* subprojects {
* apply from: "https://github.com/rosjava/rosjava_bootstrap/raw/indigo/ros-java.gradle"
* apply from: "https://github.com/rosjava/rosjava_bootstrap/raw/kinetic/ros-java.gradle"
* ...
* }
*/
......
<?xml version="1.0"?>
<package>
<name>rosjava_bootstrap</name>
<version>0.2.1</version>
<version>0.3.0</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