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

Commit f880d9e

Browse files
committed
0.2.0
1 parent 14ef8dd commit f880d9e

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

CHANGELOG.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22
Changelog for package rosjava_extras
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
0.2.0 (2013-10-25)
6+
------------------
7+
* gradle 1.7->1.8
8+
* official maven style open ranged dependencies
9+
510
0.1.2 (2013-09-23)
611
------------------
712
* use updated ros gradle plugins with maven-publish for publishing.

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ buildscript {
3232
}
3333
}
3434
dependencies {
35-
classpath group: 'org.ros.rosjava_bootstrap', name: 'gradle_plugins', version: '[0.1,)'
35+
classpath group: 'org.ros.rosjava_bootstrap', name: 'gradle_plugins', version: '[0.2,)'
3636
}
3737
}
3838

hokuyo/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
*/
1616

1717
dependencies {
18-
compile 'org.ros.rosjava_core:rosjava:[0.1,)'
18+
compile 'org.ros.rosjava_core:rosjava:[0.2,)'
1919
compile 'org.ros.rosjava_messages:sensor_msgs:[1.10,)'
2020
testCompile 'junit:junit:4.8.2'
2121
}

package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0"?>
22
<package>
33
<name>rosjava_extras</name>
4-
<version>0.1.2</version>
4+
<version>0.2.0</version>
55
<description>
66
Extra packages for rosjava_core
77
</description>

0 commit comments

Comments
 (0)