diff options
author | Justin Ross <jross@apache.org> | 2012-03-08 10:23:19 +0000 |
---|---|---|
committer | Justin Ross <jross@apache.org> | 2012-03-08 10:23:19 +0000 |
commit | 9a4b1b0850d6c2d6a62731156d416587cac39826 (patch) | |
tree | 25e5169b047e7a787706da68ba89544f16c43ac1 /qpid/java/bdbstore | |
parent | 57e923a3c28bf183dbb8bcd7e1789d26cfaf20d8 (diff) | |
download | qpid-python-9a4b1b0850d6c2d6a62731156d416587cac39826.tar.gz |
QPID-3864: Adjust version numbers on trunk for development toward 0.18
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1298340 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/bdbstore')
-rwxr-xr-x | qpid/java/bdbstore/bin/backup.sh | 2 | ||||
-rwxr-xr-x | qpid/java/bdbstore/bin/storeUpgrade.sh | 2 | ||||
-rwxr-xr-x | qpid/java/bdbstore/etc/scripts/bdbtest.sh | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/qpid/java/bdbstore/bin/backup.sh b/qpid/java/bdbstore/bin/backup.sh index 0fa1d57392..f3386e79dc 100755 --- a/qpid/java/bdbstore/bin/backup.sh +++ b/qpid/java/bdbstore/bin/backup.sh @@ -34,7 +34,7 @@ if [ -z "${QPID_HOME}" ]; then export QPID_HOME=`cd ${WHEREAMI}/../ && pwd` fi -VERSION=0.15 +VERSION=0.17 # BDB's je JAR expected to be found in lib/opt LIBS="${QPID_HOME}/lib/opt/*:${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 4c13f8d178..bf9d09072a 100755 --- a/qpid/java/bdbstore/bin/storeUpgrade.sh +++ b/qpid/java/bdbstore/bin/storeUpgrade.sh @@ -33,7 +33,7 @@ if [ -z "${QPID_HOME}" ]; then export QPID_HOME=`cd ${WHEREAMI}/../ && pwd` fi -VERSION=0.15 +VERSION=0.17 # BDB's je JAR expected to be found in lib/opt LIBS="$QPID_HOME/lib/opt/*:$QPID_HOME/lib/qpid-bdbstore-${VERSION}.jar:$QPID_HOME/lib/qpid-all.jar" diff --git a/qpid/java/bdbstore/etc/scripts/bdbtest.sh b/qpid/java/bdbstore/etc/scripts/bdbtest.sh index d53481c393..0ccfa3cb18 100755 --- a/qpid/java/bdbstore/etc/scripts/bdbtest.sh +++ b/qpid/java/bdbstore/etc/scripts/bdbtest.sh @@ -32,7 +32,7 @@ for arg in "$@"; do fi done -VERSION=0.15 +VERSION=0.17 # Set classpath to include Qpid jar with all required jars in manifest QPID_LIBS=$QPID_HOME/lib/qpid-all.jar:$QPID_HOME/lib/qpid-junit-toolkit-$VERSION.jar:$QPID_HOME/lib/junit-3.8.1.jar:$QPID_HOME/lib/log4j-1.2.12.jar:$QPID_HOME/lib/qpid-systests-$VERSION.jar:$QPID_HOME/lib/qpid-perftests-$VERSION.jar:$QPID_HOME/lib/slf4j-log4j12-1.6.1.jar |