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

Commit d4b2d32

Browse files
authored
Merge pull request #13 from adamantivm/kinetic-updates
Kinetic updates
2 parents a7058ef + cfa549f commit d4b2d32

File tree

5 files changed

+12
-5
lines changed

5 files changed

+12
-5
lines changed

CHANGELOG.rst

+4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
Changelog
22
=========
33

4+
0.3.0 (2016-12-15)
5+
------------------
6+
* Updates for kinetic release.
7+
48
0.2.1 (2015-02-25)
59
------------------
610
* gradle 1.8 -> 2.2.1

README.md

+3
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,6 @@ rosjava_extras
22
==============
33

44
Extra non-core rosjava libraries and applications.
5+
=======
6+
7+
See [rosjava_core](https://github.com/rosjava/rosjava_core) readme.

build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ task wrapper(type: Wrapper) {
1919
}
2020

2121
buildscript {
22-
apply from: "https://github.com/rosjava/rosjava_bootstrap/raw/indigo/buildscript.gradle"
22+
apply from: "https://github.com/rosjava/rosjava_bootstrap/raw/kinetic/buildscript.gradle"
2323
}
2424

2525
apply plugin: 'catkin'
@@ -39,7 +39,7 @@ subprojects {
3939
*
4040
* To modify, or add repos to the default external maven repositories list, pull request against this code:
4141
*
42-
* https://github.com/rosjava/rosjava_bootstrap/blob/indigo/gradle_plugins/src/main/groovy/org/ros/gradle_plugins/RosPlugin.groovy#L31
42+
* https://github.com/rosjava/rosjava_bootstrap/blob/kinetic/gradle_plugins/src/main/groovy/org/ros/gradle_plugins/RosPlugin.groovy#L31
4343
*/
4444
apply plugin: "ros-java"
4545
apply plugin: "osgi"

hokuyo/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
*/
1616

1717
dependencies {
18-
compile 'org.ros.rosjava_core:rosjava:[0.2,0.3)'
19-
compile 'org.ros.rosjava_messages:sensor_msgs:[1.11,1.12)'
18+
compile 'org.ros.rosjava_core:rosjava:[0.3,0.4)'
19+
compile 'org.ros.rosjava_messages:sensor_msgs:[1.12,1.13)'
2020
testCompile 'junit:junit:4.8.2'
2121
}
2222

package.xml

+1-1
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.2.1</version>
4+
<version>0.3.0</version>
55
<description>
66
Extra packages for rosjava_core
77
</description>

0 commit comments

Comments
 (0)