Skip to content
Snippets Groups Projects
Commit 6d208024 authored by Julian Cerruti's avatar Julian Cerruti
Browse files

Bump version

parent a6522a40
No related branches found
No related tags found
No related merge requests found
......@@ -2,6 +2,10 @@
Changelog
^^^^^^^^^
0.3.0 (2016-12-14)
------------------
* Updates for Kinetic release.
0.2.4 (2015-06-03)
------------------
* bugfix environment hooks for workspaces with spaces.
......
<package>
<name>rosjava_build_tools</name>
<version>0.2.4</version>
<version>0.3.0</version>
<description>
Simple tools and catkin modules for rosjava development.
</description>
......
......@@ -16,7 +16,7 @@ from . import catkin
def scrape_for_release_message_packages(track):
url = rosdistro.get_index_url()
index = rosdistro.get_index(url)
cache = rosdistro.get_release_cache(index, 'indigo')
cache = rosdistro.get_release_cache(index, 'kinetic')
packages = []
for package_name, package_string in cache.package_xmls.iteritems():
package = catkin_pkg.package.parse_package_string(package_string)
......
......@@ -19,7 +19,7 @@ task wrapper(type: Wrapper) {
}
buildscript {
apply from: "https://github.com/rosjava/android_core/raw/indigo/buildscript.gradle"
apply from: "https://github.com/rosjava/android_core/raw/kinetic/buildscript.gradle"
}
apply plugin: 'catkin'
......@@ -42,11 +42,11 @@ subprojects {
*
* To modify, or add repos to the default external maven repositories list, pull request against this code:
*
* https://github.com/rosjava/rosjava_bootstrap/blob/indigo/gradle_plugins/src/main/groovy/org/ros/gradle_plugins/RosPlugin.groovy#L31
* https://github.com/rosjava/rosjava_bootstrap/blob/kinetic/gradle_plugins/src/main/groovy/org/ros/gradle_plugins/RosPlugin.groovy#L31
*
* To modify the build tools version, pull request against this code:
*
* https://github.com/rosjava/rosjava_bootstrap/blob/indigo/gradle_plugins/src/main/groovy/org/ros/gradle_plugins/RosAndroid.groovy#L14
* https://github.com/rosjava/rosjava_bootstrap/blob/kinetic/gradle_plugins/src/main/groovy/org/ros/gradle_plugins/RosAndroid.groovy#L14
*/
apply plugin: 'ros-android'
......
......@@ -19,7 +19,7 @@ task wrapper(type: Wrapper) {
}
buildscript {
apply from: "https://github.com/rosjava/rosjava_bootstrap/raw/indigo/buildscript.gradle"
apply from: "https://github.com/rosjava/rosjava_bootstrap/raw/kinetic/buildscript.gradle"
}
apply plugin: 'catkin'
......@@ -44,7 +44,7 @@ subprojects {
*
* To modify, or add repos to the default external maven repositories list, pull request against this code:
*
* https://github.com/rosjava/rosjava_bootstrap/blob/indigo/gradle_plugins/src/main/groovy/org/ros/gradle_plugins/RosPlugin.groovy#L31
* https://github.com/rosjava/rosjava_bootstrap/blob/kinetic/gradle_plugins/src/main/groovy/org/ros/gradle_plugins/RosPlugin.groovy#L31
*/
apply plugin: "ros-java"
/*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment