Skip to content
Snippets Groups Projects
Commit 1451f256 authored by Daniel Stonier's avatar Daniel Stonier
Browse files

0.1.3

parent 025de846
Branches
No related tags found
No related merge requests found
...@@ -2,6 +2,10 @@ ...@@ -2,6 +2,10 @@
Changelog for package rosjava_bootstrap Changelog for package rosjava_bootstrap
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
0.1.3 (2013-09-17)
------------------
* added excludes to the ros android plugin.
0.1.2 (2013-09-17) 0.1.2 (2013-09-17)
------------------ ------------------
* ros android plugin added * ros android plugin added
......
...@@ -26,6 +26,7 @@ project.ext { ...@@ -26,6 +26,7 @@ project.ext {
allprojects { allprojects {
group='org.ros.rosjava_bootstrap' group='org.ros.rosjava_bootstrap'
version = '0.1.3'
} }
subprojects { subprojects {
......
...@@ -16,8 +16,6 @@ ...@@ -16,8 +16,6 @@
apply plugin: 'groovy' apply plugin: 'groovy'
version='0.1.0'
dependencies { dependencies {
compile gradleApi() compile gradleApi()
groovy localGroovy() groovy localGroovy()
......
...@@ -14,8 +14,6 @@ ...@@ -14,8 +14,6 @@
* the License. * the License.
*/ */
version='0.1.0'
dependencies { dependencies {
compile 'io.netty:netty:3.5.2.Final' compile 'io.netty:netty:3.5.2.Final'
compile 'com.google.guava:guava:12.0' compile 'com.google.guava:guava:12.0'
......
<?xml version="1.0"?> <?xml version="1.0"?>
<package> <package>
<name>rosjava_bootstrap</name> <name>rosjava_bootstrap</name>
<version>0.1.2</version> <version>0.1.3</version>
<description> <description>
Bootstrap utilities for rosjava builds. Bootstrap utilities for rosjava builds.
</description> </description>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment