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

Commit 76792f7

Browse files
authored
Merge pull request #53 from adamantivm/kinetic-updates
Kinetic updates
2 parents 00e3f14 + 5b01dc9 commit 76792f7

File tree

5 files changed

+9
-4
lines changed

5 files changed

+9
-4
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-13)
5+
------------------
6+
* Updates for Kinetic release.
7+
48
0.2.1 (2015-02-25)
59
------------------
610
* minor bugfixes and improvements.

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
See [rosjava_core](https://github.com/rosjava/rosjava_core) readme.

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ apply from: project.file('gradle.gradle')
1818

1919
allprojects {
2020
group="org.ros.rosjava_bootstrap"
21-
version = "0.2.1"
21+
version = "0.3.0"
2222
}
2323

2424
subprojects {

experiments/ros-java.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,12 @@
3030
*
3131
* Generally:
3232
*
33-
* apply from: "https://github.com/rosjava/rosjava_bootstrap/raw/indigo/ros-java.gradle"
33+
* apply from: "https://github.com/rosjava/rosjava_bootstrap/raw/kinetic/ros-java.gradle"
3434
*
3535
* In the root build.gradle file of a multiproject build:
3636
*
3737
* subprojects {
38-
* apply from: "https://github.com/rosjava/rosjava_bootstrap/raw/indigo/ros-java.gradle"
38+
* apply from: "https://github.com/rosjava/rosjava_bootstrap/raw/kinetic/ros-java.gradle"
3939
* ...
4040
* }
4141
*/

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_bootstrap</name>
4-
<version>0.2.1</version>
4+
<version>0.3.0</version>
55
<description>
66
Bootstrap utilities for rosjava builds.
77
</description>

0 commit comments

Comments
 (0)