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

Updates #50

Open
wants to merge 2 commits into
base: kinetic
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ apply from: project.file('gradle.gradle')

allprojects {
group="org.ros.rosjava_bootstrap"
version = "0.2.1"
version = "0.2.2"
}

subprojects {
Expand Down
6 changes: 3 additions & 3 deletions message_generation/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,12 @@ compile 'org.apache.directory.studio:org.apache.commons.lang:2.6'
dependencies {
compile 'io.netty:netty:3.5.2.Final'
compile 'com.google.guava:guava:12.0'
compile 'org.apache.commons:com.springsource.org.apache.commons.codec:1.3.0'
compile 'org.apache.commons:com.springsource.org.apache.commons.codec:1.6.0'
compile 'org.apache.commons:com.springsource.org.apache.commons.io:1.4.0'
compile 'commons-pool:commons-pool:1.6'
compile 'org.apache.commons:com.springsource.org.apache.commons.lang:2.4.0'
compile 'org.apache.commons:com.springsource.org.apache.commons.lang:2.6.0'
compile project(':gradle_plugins')
testCompile 'junit:junit:4.8.2'
testCompile 'junit:junit:4.12'
}

apply plugin: "application"
Expand Down
2 changes: 1 addition & 1 deletion package.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<package>
<name>rosjava_bootstrap</name>
<version>0.2.1</version>
<version>0.2.2</version>
<description>
Bootstrap utilities for rosjava builds.
</description>
Expand Down