Updated Branches: refs/heads/flume-1.4 b2b45edda -> 6ba625c8e
FLUME-1688. Bump AsyncHBase version to 1.4.1. (Hari Shreedharan via Mike Percy) Project: http://git-wip-us.apache.org/repos/asf/flume/repo Commit: http://git-wip-us.apache.org/repos/asf/flume/commit/6ba625c8 Tree: http://git-wip-us.apache.org/repos/asf/flume/tree/6ba625c8 Diff: http://git-wip-us.apache.org/repos/asf/flume/diff/6ba625c8 Branch: refs/heads/flume-1.4 Commit: 6ba625c8eb58eb078f87b1c56fda7b61015471a1 Parents: b2b45ed Author: Mike Percy <[email protected]> Authored: Wed May 8 16:19:05 2013 -0700 Committer: Mike Percy <[email protected]> Committed: Wed May 8 16:19:27 2013 -0700 ---------------------------------------------------------------------- pom.xml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flume/blob/6ba625c8/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 686ecb6..a6992f6 100644 --- a/pom.xml +++ b/pom.xml @@ -997,7 +997,7 @@ limitations under the License. <dependency> <groupId>org.hbase</groupId> <artifactId>asynchbase</artifactId> - <version>1.2.0</version> + <version>1.4.1</version> <exclusions> <exclusion> <groupId>org.slf4j</groupId>
