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 @@ ...@@ -2,6 +2,10 @@
Changelog Changelog
^^^^^^^^^ ^^^^^^^^^
0.3.0 (2016-12-14)
------------------
* Updates for Kinetic release.
0.2.4 (2015-06-03) 0.2.4 (2015-06-03)
------------------ ------------------
* bugfix environment hooks for workspaces with spaces. * bugfix environment hooks for workspaces with spaces.
......
<package> <package>
<name>rosjava_build_tools</name> <name>rosjava_build_tools</name>
<version>0.2.4</version> <version>0.3.0</version>
<description> <description>
Simple tools and catkin modules for rosjava development. Simple tools and catkin modules for rosjava development.
</description> </description>
......
...@@ -16,7 +16,7 @@ from . import catkin ...@@ -16,7 +16,7 @@ from . import catkin
def scrape_for_release_message_packages(track): def scrape_for_release_message_packages(track):
url = rosdistro.get_index_url() url = rosdistro.get_index_url()
index = rosdistro.get_index(url) index = rosdistro.get_index(url)
cache = rosdistro.get_release_cache(index, 'indigo') cache = rosdistro.get_release_cache(index, 'kinetic')
packages = [] packages = []
for package_name, package_string in cache.package_xmls.iteritems(): for package_name, package_string in cache.package_xmls.iteritems():
package = catkin_pkg.package.parse_package_string(package_string) package = catkin_pkg.package.parse_package_string(package_string)
......
...@@ -19,7 +19,7 @@ task wrapper(type: Wrapper) { ...@@ -19,7 +19,7 @@ task wrapper(type: Wrapper) {
} }
buildscript { 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' apply plugin: 'catkin'
...@@ -42,11 +42,11 @@ subprojects { ...@@ -42,11 +42,11 @@ subprojects {
* *
* To modify, or add repos to the default external maven repositories list, pull request against this code: * 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: * 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' apply plugin: 'ros-android'
......
...@@ -19,7 +19,7 @@ task wrapper(type: Wrapper) { ...@@ -19,7 +19,7 @@ task wrapper(type: Wrapper) {
} }
buildscript { 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' apply plugin: 'catkin'
...@@ -44,7 +44,7 @@ subprojects { ...@@ -44,7 +44,7 @@ subprojects {
* *
* To modify, or add repos to the default external maven repositories list, pull request against this code: * 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" 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