From da2c85a1d57df028ac825607b9a10d8978609ae6 Mon Sep 17 00:00:00 2001 From: Julian Cerruti <jcerruti@creativa77.com> Date: Tue, 13 Dec 2016 14:20:27 -0300 Subject: [PATCH] update links to kinetic --- build.gradle | 4 ++-- docs/src/main/sphinx/installing.rst | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/build.gradle b/build.gradle index fecfd732..f2c169a8 100644 --- a/build.gradle +++ b/build.gradle @@ -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" @@ -40,7 +40,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" apply plugin: "osgi" diff --git a/docs/src/main/sphinx/installing.rst b/docs/src/main/sphinx/installing.rst index 0c456d31..33647393 100644 --- a/docs/src/main/sphinx/installing.rst +++ b/docs/src/main/sphinx/installing.rst @@ -28,7 +28,7 @@ you simply need to clone the github repository git clone https://github.com/rosjava/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`. -- GitLab