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

Commit 5bd664d

Browse files
committed
0.1.9
1 parent f5fac88 commit 5bd664d

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

CHANGELOG.rst

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

5+
0.1.9 (2013-10-31)
6+
------------------
7+
* utilise ROS_MAVEN_REPOSITORY
8+
9+
0.1.8 (2013-10-26)
10+
------------------
11+
* bugfix upgrade version numbers for rosgraph_test_msgs.
12+
* gradle 1.7->1.8 and android_tools->18.1.1
13+
* avoid using .+ ranged dependencies as it breaks the repo
14+
515
0.1.7 (2013-09-23)
616
------------------
717
* use maven-publish plugin for publishing rosjava packages.

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ project.ext {
2727

2828
allprojects {
2929
group='org.ros.rosjava_bootstrap'
30-
version = '0.1.8'
30+
version = '0.1.9'
3131
}
3232

3333
subprojects {

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

0 commit comments

Comments
 (0)