diff options
| author | Justin Ross <jross@apache.org> | 2011-11-03 20:54:31 +0000 |
|---|---|---|
| committer | Justin Ross <jross@apache.org> | 2011-11-03 20:54:31 +0000 |
| commit | b78ecf148fc47dc90c015720563df8a8357c28e5 (patch) | |
| tree | 28c2a115992a94ec89751929aa589c3e8a6c762a /qpid/java/bdbstore/bin | |
| parent | e2e2e9af14a5e3581530397590e3f4df65315dd8 (diff) | |
| download | qpid-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-x | qpid/java/bdbstore/bin/backup.sh | 2 | ||||
| -rwxr-xr-x | qpid/java/bdbstore/bin/storeUpgrade.sh | 2 |
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 |
