File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed
turtlesim/turtlesim_agent Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -41,8 +41,8 @@ repositories {
41
41
42
42
dependencies {
43
43
compile group: 'org.jason-lang', name: 'jason' , version: '2.4-SNAPSHOT'
44
- compile group: 'org.jason-lang', name: 'jasonros' , version: '1.2 '
45
- compile group: 'org.jason-lang', name: 'jasonros_msgs' , version: '1.2 '
44
+ compile group: 'org.jason-lang', name: 'jasonros' , version: '1.3 '
45
+ compile group: 'org.jason-lang', name: 'jasonros_msgs' , version: '1.3 '
46
46
}
47
47
```
48
48
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.2 '
36
- compile group : ' org.jason-lang' , name : ' jasonros_msgs' , version : ' 1.2 '
35
+ compile group : ' org.jason-lang' , name : ' jasonros' , version : ' 1.3 '
36
+ compile group : ' org.jason-lang' , name : ' jasonros_msgs' , version : ' 1.3 '
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.2 '
35
- compile group : ' org.jason-lang' , name : ' jasonros_msgs' , version : ' 1.2 '
34
+ compile group : ' org.jason-lang' , name : ' jasonros' , version : ' 1.3 '
35
+ compile group : ' org.jason-lang' , name : ' jasonros_msgs' , version : ' 1.3 '
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.2 '
8
+ version ' 1.3 '
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