diff options
| author | Robert Godfrey <rgodfrey@apache.org> | 2012-01-11 11:07:52 +0000 |
|---|---|---|
| committer | Robert Godfrey <rgodfrey@apache.org> | 2012-01-11 11:07:52 +0000 |
| commit | a05d9b8d3d95f579870719c9671be2ad614a17f1 (patch) | |
| tree | 552c4639904e3abba92cd0f2e0d6ad49d4b7ac07 /qpid/java/bdbstore/build.xml | |
| parent | 0f81a00b5cb061780b1aac0d2ff216e2c16de0ec (diff) | |
| download | qpid-python-a05d9b8d3d95f579870719c9671be2ad614a17f1.tar.gz | |
QPID-3736 : Upgrade to BDB version 5.0.34
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1229957 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/bdbstore/build.xml')
| -rw-r--r-- | qpid/java/bdbstore/build.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/java/bdbstore/build.xml b/qpid/java/bdbstore/build.xml index 9513e7cc5b..af7c108aa9 100644 --- a/qpid/java/bdbstore/build.xml +++ b/qpid/java/bdbstore/build.xml @@ -24,7 +24,7 @@ <import file="../module.xml" /> <property name="bdb.lib.dir" value="${project.root}/lib/bdbstore" /> - <property name="bdb.version" value="4.0.117" /> + <property name="bdb.version" value="5.0.34" /> <property name="bdb.download.url" value="http://download.oracle.com/maven/com/sleepycat/je/${bdb.version}/je-${bdb.version}.jar" /> <property name="bdb.jar.file" value="${bdb.lib.dir}/je-${bdb.version}.jar" /> |
