Skip to content
This repository was archived by the owner on Aug 11, 2023. It is now read-only.

Commit da2c85a

Browse files
author
Julian Cerruti
committed
update links to kinetic
1 parent bce4037 commit da2c85a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ task wrapper(type: Wrapper) {
1919
}
2020

2121
buildscript {
22-
apply from: "https://github.com/rosjava/rosjava_bootstrap/raw/indigo/buildscript.gradle"
22+
apply from: "https://github.com/rosjava/rosjava_bootstrap/raw/kinetic/buildscript.gradle"
2323
}
2424

2525
apply plugin: "catkin"
@@ -40,7 +40,7 @@ subprojects {
4040
*
4141
* To modify, or add repos to the default external maven repositories list, pull request against this code:
4242
*
43-
* https://github.com/rosjava/rosjava_bootstrap/blob/indigo/gradle_plugins/src/main/groovy/org/ros/gradle_plugins/RosPlugin.groovy#L31
43+
* https://github.com/rosjava/rosjava_bootstrap/blob/kinetic/gradle_plugins/src/main/groovy/org/ros/gradle_plugins/RosPlugin.groovy#L31
4444
*/
4545
apply plugin: "ros-java"
4646
apply plugin: "osgi"

docs/src/main/sphinx/installing.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ you simply need to clone the github repository
2828
2929
git clone https://github.com/rosjava/rosjava_core
3030
cd rosjava_core
31-
git checkout -b indigo origin/indigo
31+
git checkout -b kinetic origin/kinetic
3232
3333
and proceed immediately to the section on :ref:`building`.
3434

0 commit comments

Comments
 (0)