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

Commit 2bbd542

Browse files
author
Julian Cerruti
committed
Updating more versions
1 parent 5e7ee52 commit 2bbd542

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

build.gradle

+5-5
Original file line numberDiff line numberDiff line change
@@ -31,15 +31,15 @@ allprojects {
3131

3232
subprojects {
3333
if (name != 'docs') {
34-
/*
34+
/*
3535
* The ros plugin configures a few things:
36-
*
36+
*
3737
* - local deployment repository : where it dumps the jars and packaged artifacts)
38-
* - local maven repositories : where it finds your locally installed/built artifacts)
38+
* - local maven repositories : where it finds your locally installed/built artifacts)
3939
* - external maven repositories : where it goes looking if it can't find dependencies locally
40-
*
40+
*
4141
* To modify, or add repos to the default external maven repositories list, pull request against this code:
42-
*
42+
*
4343
* 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"

rosjava/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ dependencies {
2121
compile 'org.ros.rosjava_bootstrap:message_generation:[0.3,0.4)'
2222
compile 'org.ros.rosjava_messages:rosjava_test_msgs:[0.3,0.4)'
2323
compile 'org.ros.rosjava_messages:rosgraph_msgs:[1.11,1.12)'
24-
compile 'org.ros.rosjava_messages:geometry_msgs:[1.11,1.12)'
25-
compile 'org.ros.rosjava_messages:nav_msgs:[1.11,1.12)'
24+
compile 'org.ros.rosjava_messages:geometry_msgs:[1.12,1.13)'
25+
compile 'org.ros.rosjava_messages:nav_msgs:[1.12,1.13)'
2626
compile 'org.ros.rosjava_messages:tf2_msgs:[0.5,0.6)'
2727
compile 'dnsjava:dnsjava:2.1.1'
2828
compile 'org.apache.commons:com.springsource.org.apache.commons.logging:1.1.1'

rosjava_tutorial_right_hand_rule/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@ mainClassName = 'org.ros.RosRun'
2020

2121
dependencies {
2222
compile project(':rosjava')
23-
compile 'org.ros.rosjava_messages:sensor_msgs:[1.11,1.12)'
23+
compile 'org.ros.rosjava_messages:sensor_msgs:[1.12,1.13)'
2424
}
2525

0 commit comments

Comments
 (0)