Repository: flume Updated Branches: refs/heads/flume-1.5 d5805c859 -> bff74a347
FLUME-2334: Upgrade Asynchbase to 1.5.0 as this include hbase 0.96.x support Project: http://git-wip-us.apache.org/repos/asf/flume/repo Commit: http://git-wip-us.apache.org/repos/asf/flume/commit/bff74a34 Tree: http://git-wip-us.apache.org/repos/asf/flume/tree/bff74a34 Diff: http://git-wip-us.apache.org/repos/asf/flume/diff/bff74a34 Branch: refs/heads/flume-1.5 Commit: bff74a347d9ed6b95437a3f10d4a121c3531eeb1 Parents: d5805c8 Author: Jarek Jarcec Cecho <[email protected]> Authored: Fri Feb 28 14:08:36 2014 -0800 Committer: Jarek Jarcec Cecho <[email protected]> Committed: Fri Feb 28 14:09:10 2014 -0800 ---------------------------------------------------------------------- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flume/blob/bff74a34/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 815cecd..08fffc4 100644 --- a/pom.xml +++ b/pom.xml @@ -1066,7 +1066,7 @@ limitations under the License. <dependency> <groupId>org.hbase</groupId> <artifactId>asynchbase</artifactId> - <version>1.4.1</version> + <version>1.5.0</version> <exclusions> <exclusion> <groupId>org.slf4j</groupId>
