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