Skip to content

Commit 2b51ba7

Browse files
committed
🔖 v1.2
1 parent ee00478 commit 2b51ba7

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

‎README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ repositories {
4141
4242
dependencies {
4343
compile group: 'org.jason-lang', name: 'jason' , version: '2.4-SNAPSHOT'
44-
compile group: 'org.jason-lang', name: 'jasonros' , version: '1.1'
45-
compile group: 'org.jason-lang', name: 'jasonros_msgs' , version: '1.1'
44+
compile group: 'org.jason-lang', name: 'jasonros' , version: '1.2'
45+
compile group: 'org.jason-lang', name: 'jasonros_msgs' , version: '1.2'
4646
}
4747
```
4848

‎examples/rosaria/rosaria_agents/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ repositories {
3232

3333
dependencies {
3434
compile group: 'org.jason-lang', name: 'jason' , version: '2.4'
35-
compile group: 'org.jason-lang', name: 'jasonros' , version: '1.1'
36-
compile group: 'org.jason-lang', name: 'jasonros_msgs' , version: '1.1'
35+
compile group: 'org.jason-lang', name: 'jasonros' , version: '1.2'
36+
compile group: 'org.jason-lang', name: 'jasonros_msgs' , version: '1.2'
3737
}
3838

3939
sourceSets {

‎examples/turtlesim/turtlesim_agent/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ repositories {
3131

3232
dependencies {
3333
compile group: 'org.jason-lang', name: 'jason' , version: '2.4-SNAPSHOT'
34-
compile group: 'org.jason-lang', name: 'jasonros' , version: '1.1'
35-
compile group: 'org.jason-lang', name: 'jasonros_msgs' , version: '1.1'
34+
compile group: 'org.jason-lang', name: 'jasonros' , version: '1.2'
35+
compile group: 'org.jason-lang', name: 'jasonros_msgs' , version: '1.2'
3636
}
3737

3838
sourceSets {

‎rosjava_agents/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ apply plugin: 'eclipse'
55
apply plugin: 'maven'
66
apply plugin: 'maven-publish'
77

8-
version '1.1'
8+
version '1.2'
99
group 'org.jason-lang'
1010

1111
sourceCompatibility = 1.8

0 commit comments

Comments
 (0)