summaryrefslogtreecommitdiff
path: root/java/bdbstore
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
commitaadaa7554e7ac9440c9878534852e9bdb3276176 (patch)
tree9fe7d78eb5b72cebbc36e48fcd653458fc0877b8 /java/bdbstore
parent9f873728a3ddcc13e47d33fccd179d5b0db393a2 (diff)
downloadqpid-python-aadaa7554e7ac9440c9878534852e9bdb3276176.tar.gz
QPID-3583: Update trunk version from 0.13 to 0.15
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1197304 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/bdbstore')
-rwxr-xr-xjava/bdbstore/bin/backup.sh2
-rwxr-xr-xjava/bdbstore/bin/storeUpgrade.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/java/bdbstore/bin/backup.sh b/java/bdbstore/bin/backup.sh
index 0e2f0fda09..22d8d52b58 100755
--- a/java/bdbstore/bin/backup.sh
+++ b/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/java/bdbstore/bin/storeUpgrade.sh b/java/bdbstore/bin/storeUpgrade.sh
index 076b9d3f7e..f3b089b3d3 100755
--- a/java/bdbstore/bin/storeUpgrade.sh
+++ b/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