Updated Branches: refs/heads/flume-1.5 5de9a8af4 -> 3e31e3a87
FLUME-2314. Upgrade to Mapdb 0.9.9 (Hari Shreedharan via Jarek Jarcec Cecho) Project: http://git-wip-us.apache.org/repos/asf/flume/repo Commit: http://git-wip-us.apache.org/repos/asf/flume/commit/3e31e3a8 Tree: http://git-wip-us.apache.org/repos/asf/flume/tree/3e31e3a8 Diff: http://git-wip-us.apache.org/repos/asf/flume/diff/3e31e3a8 Branch: refs/heads/flume-1.5 Commit: 3e31e3a87a3745c9457f47a7479f380c2ac99dbd Parents: 5de9a8a Author: Jarek Jarcec Cecho <[email protected]> Authored: Sun Feb 9 09:34:50 2014 -0800 Committer: Jarek Jarcec Cecho <[email protected]> Committed: Sun Feb 9 09:35:35 2014 -0800 ---------------------------------------------------------------------- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flume/blob/3e31e3a8/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index d71239a..362fb45 100644 --- a/pom.xml +++ b/pom.xml @@ -786,7 +786,7 @@ limitations under the License. <dependency> <groupId>org.mapdb</groupId> <artifactId>mapdb</artifactId> - <version>0.9.8</version> + <version>0.9.9</version> </dependency> <!-- Gson: Java to Json conversion -->
