This repository was archived by the owner on Jan 14, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 5 files changed +9
-4
lines changed Expand file tree Collapse file tree 5 files changed +9
-4
lines changed Original file line number Diff line number Diff line change 11Changelog
22=========
33
4+ 0.3.0 (2016-12-13)
5+ ------------------
6+ * Updates for Kinetic release.
7+
480.2.1 (2015-02-25)
59------------------
610* 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')
1818
1919allprojects {
2020 group= " org.ros.rosjava_bootstrap"
21- version = " 0.2.1 "
21+ version = " 0.3.0 "
2222}
2323
2424subprojects {
Original file line number Diff line number Diff line change 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 */
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments