File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
turtlesim/turtlesim_agent Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -32,8 +32,8 @@ repositories {
32
32
33
33
dependencies {
34
34
compile group : ' org.jason-lang' , name : ' jason' , version : ' 2.4'
35
- compile group : ' org.jason-lang' , name : ' jasonros' , version : ' 1.3 '
36
- compile group : ' org.jason-lang' , name : ' jasonros_msgs' , version : ' 1.3 '
35
+ compile group : ' org.jason-lang' , name : ' jasonros' , version : ' 1.4 '
36
+ compile group : ' org.jason-lang' , name : ' jasonros_msgs' , version : ' 1.4 '
37
37
}
38
38
39
39
sourceSets {
Original file line number Diff line number Diff line change @@ -31,8 +31,8 @@ repositories {
31
31
32
32
dependencies {
33
33
compile group : ' org.jason-lang' , name : ' jason' , version : ' 2.4-SNAPSHOT'
34
- compile group : ' org.jason-lang' , name : ' jasonros' , version : ' 1.3 '
35
- compile group : ' org.jason-lang' , name : ' jasonros_msgs' , version : ' 1.3 '
34
+ compile group : ' org.jason-lang' , name : ' jasonros' , version : ' 1.4 '
35
+ compile group : ' org.jason-lang' , name : ' jasonros_msgs' , version : ' 1.4 '
36
36
}
37
37
38
38
sourceSets {
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ apply plugin: 'eclipse'
5
5
apply plugin : ' maven'
6
6
apply plugin : ' maven-publish'
7
7
8
- version ' 1.3 '
8
+ version ' 1.4 '
9
9
group ' org.jason-lang'
10
10
11
11
sourceCompatibility = 1.8
You can’t perform that action at this time.
0 commit comments