This repository was archived by the owner on Jan 14, 2023. It is now read-only.
File tree 5 files changed +9
-4
lines changed
5 files changed +9
-4
lines changed Original file line number Diff line number Diff line change 1
1
Changelog
2
2
=========
3
3
4
+ 0.3.0 (2016-12-13)
5
+ ------------------
6
+ * Updates for Kinetic release.
7
+
4
8
0.2.1 (2015-02-25)
5
9
------------------
6
10
* minor bugfixes and improvements.
Original file line number Diff line number Diff line change
1
+ See [ rosjava_core] ( https://github.com/rosjava/rosjava_core ) readme.
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ apply from: project.file('gradle.gradle')
18
18
19
19
allprojects {
20
20
group= " org.ros.rosjava_bootstrap"
21
- version = " 0.2.1 "
21
+ version = " 0.3.0 "
22
22
}
23
23
24
24
subprojects {
Original file line number Diff line number Diff line change 30
30
*
31
31
* Generally:
32
32
*
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"
34
34
*
35
35
* In the root build.gradle file of a multiproject build:
36
36
*
37
37
* 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"
39
39
* ...
40
40
* }
41
41
*/
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" ?>
2
2
<package >
3
3
<name >rosjava_bootstrap</name >
4
- <version >0.2.1 </version >
4
+ <version >0.3.0 </version >
5
5
<description >
6
6
Bootstrap utilities for rosjava builds.
7
7
</description >
You can’t perform that action at this time.
0 commit comments