Repository: qpid-interop-test Updated Branches: refs/heads/master 28dffad85 -> 7af2e6db6
QPIDIT-129: Updated hard-coded shim version number in qit_common.py. Project: http://git-wip-us.apache.org/repos/asf/qpid-interop-test/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-interop-test/commit/7af2e6db Tree: http://git-wip-us.apache.org/repos/asf/qpid-interop-test/tree/7af2e6db Diff: http://git-wip-us.apache.org/repos/asf/qpid-interop-test/diff/7af2e6db Branch: refs/heads/master Commit: 7af2e6db6299ebd4b656b404791160153caebe26 Parents: 28dffad Author: Kim van der Riet <[email protected]> Authored: Tue Jul 10 13:01:14 2018 -0400 Committer: Kim van der Riet <[email protected]> Committed: Tue Jul 10 13:01:14 2018 -0400 ---------------------------------------------------------------------- src/python/qpid_interop_test/qit_common.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/qpid-interop-test/blob/7af2e6db/src/python/qpid_interop_test/qit_common.py ---------------------------------------------------------------------- diff --git a/src/python/qpid_interop_test/qit_common.py b/src/python/qpid_interop_test/qit_common.py index d1a2421..8131237 100644 --- a/src/python/qpid_interop_test/qit_common.py +++ b/src/python/qpid_interop_test/qit_common.py @@ -39,7 +39,7 @@ if QIT_INSTALL_PREFIX is None: sys.exit(1) QIT_TEST_SHIM_HOME = path.join(QIT_INSTALL_PREFIX, 'libexec', 'qpid_interop_test', 'shims') -QPID_JMS_SHIM_VER = '0.1.0' +QPID_JMS_SHIM_VER = '0.3.0-SNAPSHOT' class QitTestTypeMap(object): --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
