This is an automated email from the ASF dual-hosted git repository. cml pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/qpid-interop-test.git
commit 7af2e6db6299ebd4b656b404791160153caebe26 Author: Kim van der Riet <[email protected]> AuthorDate: Tue Jul 10 13:01:14 2018 -0400 QPIDIT-129: Updated hard-coded shim version number in qit_common.py. --- src/python/qpid_interop_test/qit_common.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]
