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

update links to kinetic

parent bce40378
No related branches found
No related tags found
No related merge requests found
...@@ -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"
...@@ -40,7 +40,7 @@ subprojects { ...@@ -40,7 +40,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"
apply plugin: "osgi" apply plugin: "osgi"
......
...@@ -28,7 +28,7 @@ you simply need to clone the github repository ...@@ -28,7 +28,7 @@ you simply need to clone the github repository
git clone https://github.com/rosjava/rosjava_core git clone https://github.com/rosjava/rosjava_core
cd rosjava_core cd rosjava_core
git checkout -b indigo origin/indigo git checkout -b kinetic origin/kinetic
and proceed immediately to the section on :ref:`building`. and proceed immediately to the section on :ref:`building`.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment