Updated Branches: refs/heads/trunk e07a0a688 -> ba0b2685b
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/ba0b2685 Tree: http://git-wip-us.apache.org/repos/asf/flume/tree/ba0b2685 Diff: http://git-wip-us.apache.org/repos/asf/flume/diff/ba0b2685 Branch: refs/heads/trunk Commit: ba0b2685b96747a60a3e318b1e2fc2c9c02bcea4 Parents: e07a0a6 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:34:50 2014 -0800 ---------------------------------------------------------------------- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flume/blob/ba0b2685/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 -->
