summaryrefslogtreecommitdiff
path: root/qpid/java/bdbstore/bin
diff options
context:
space:
mode:
authorJustin Ross <jross@apache.org>2011-11-03 20:54:31 +0000
committerJustin Ross <jross@apache.org>2011-11-03 20:54:31 +0000
commitb78ecf148fc47dc90c015720563df8a8357c28e5 (patch)
tree28c2a115992a94ec89751929aa589c3e8a6c762a /qpid/java/bdbstore/bin
parente2e2e9af14a5e3581530397590e3f4df65315dd8 (diff)
downloadqpid-python-b78ecf148fc47dc90c015720563df8a8357c28e5.tar.gz
QPID-3583: Update trunk version from 0.13 to 0.15
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1197304 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/bdbstore/bin')
-rwxr-xr-xqpid/java/bdbstore/bin/backup.sh2
-rwxr-xr-xqpid/java/bdbstore/bin/storeUpgrade.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/qpid/java/bdbstore/bin/backup.sh b/qpid/java/bdbstore/bin/backup.sh
index 0e2f0fda09..22d8d52b58 100755
--- a/qpid/java/bdbstore/bin/backup.sh
+++ b/qpid/java/bdbstore/bin/backup.sh
@@ -31,7 +31,7 @@ WHEREAMI=`dirname $0`
if [ -z "$QPID_HOME" ]; then
export QPID_HOME=`cd $WHEREAMI/../ && pwd`
fi
-VERSION=0.13
+VERSION=0.15
LIBS=$QPID_HOME/lib/je-4.0.103.jar:$QPID_HOME/lib/qpid-bdbstore-$VERSION.jar:$QPID_HOME/lib/qpid-all.jar
diff --git a/qpid/java/bdbstore/bin/storeUpgrade.sh b/qpid/java/bdbstore/bin/storeUpgrade.sh
index 076b9d3f7e..f3b089b3d3 100755
--- a/qpid/java/bdbstore/bin/storeUpgrade.sh
+++ b/qpid/java/bdbstore/bin/storeUpgrade.sh
@@ -36,7 +36,7 @@ if [ -z "$BDB_HOME" ]; then
export BDB_HOME=$(dirname $(dirname $(readlink -f $0)))
fi
-VERSION=0.13
+VERSION=0.15
LIBS=$BDB_HOME/lib/je-4.0.103.jar:$BDB_HOME/lib/qpid-bdbstore-$VERSION.jar:$QPID_HOME/lib/qpid-all.jar