Skip to content

Commit

Permalink
Update Jedis and Flume
Browse files Browse the repository at this point in the history
  • Loading branch information
chiwanpark committed Feb 20, 2017
1 parent f5b1ef2 commit 44353e5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Redis Extension for Flume NG

Redis extension for Flume NG ([http://flume.apache.org](http://flume.apache.org)). Tested with Apache Flume 1.5.0.1 and
Redis 2.8.17.
Redis 3.2.8.

[![Build Status](https://travis-ci.org/chiwanpark/flume-ng-redis.png?branch=master)](https://travis-ci.org/chiwanpark/flume-ng-redis)
[![Coverage Status](https://coveralls.io/repos/chiwanpark/flume-ng-redis/badge.png)](https://coveralls.io/r/chiwanpark/flume-ng-redis)
Expand Down Expand Up @@ -40,7 +40,7 @@ Redis 2.8.17.

## Dependencies

* Jedis 2.5.2 ([https://github.com/xetorthio/jedis](https://github.com/xetorthio/jedis))
* Jedis ([https://github.com/xetorthio/jedis](https://github.com/xetorthio/jedis))

## License

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.build.sourceVersion>1.6</project.build.sourceVersion>
<project.build.targetVersion>1.6</project.build.targetVersion>
<flume.version>1.5.0.1</flume.version>
<jedis.version>2.5.2</jedis.version>
<flume.version>1.6.0</flume.version>
<jedis.version>2.9.0</jedis.version>
<coverall.version>2.2.0</coverall.version>
<jacoco.version>0.7.2.201409121644</jacoco.version>
<junit.version>4.11</junit.version>
Expand Down

0 comments on commit 44353e5

Please sign in to comment.