This is an automated email from the ASF dual-hosted git repository.

kpvdr pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/qpid-interop-test.git


The following commit(s) were added to refs/heads/main by this push:
     new 5994fe0  Updated main branch to 0.4.0-SNAPSHOT
5994fe0 is described below

commit 5994fe083ad497e72f89c81e5444380a6ac29efb
Author: Kim van der Riet <k...@apache.org>
AuthorDate: Mon Oct 18 13:04:31 2021 -0400

    Updated main branch to 0.4.0-SNAPSHOT
---
 docs/RELEASE.txt                           | 7 +++++++
 pom.xml                                    | 2 +-
 shims/qpid-jms/pom.xml                     | 2 +-
 src/python/qpid_interop_test/qit_common.py | 2 +-
 utils/pom.xml                              | 2 +-
 5 files changed, 11 insertions(+), 4 deletions(-)

diff --git a/docs/RELEASE.txt b/docs/RELEASE.txt
index 381a931..edb46f8 100644
--- a/docs/RELEASE.txt
+++ b/docs/RELEASE.txt
@@ -17,6 +17,13 @@ Issues addressed by release:
 
 Version 0.3.0
 -------------
+Bug
+  [QPIDIT-131] - module versions on master dont match and are incorrect
+  [QPIDIT-141] - Incorrect handling of binary types
+Improvement
+  [QPIDIT-142] - Remove complex types from amqp_types_test, rename to 
amqp_simple_types_test
+Task
+  [QPIDIT-143] - Remove Python 2 shims
 
 Version 0.2.0
 -------------
diff --git a/pom.xml b/pom.xml
index 456fed6..acd9841 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,7 +23,7 @@
   <groupId>org.apache.qpid</groupId>
   <artifactId>qpid-interop-test-parent</artifactId>
   <packaging>pom</packaging>
-  <version>0.3.0-SNAPSHOT</version>
+  <version>0.4.0-SNAPSHOT</version>
   <url>https://qpid.apache.org</url>
   <name>Qpid Interop Test</name>
   <description>Qpid client interoperability test suite for AMQP 1.0 
clients</description>
diff --git a/shims/qpid-jms/pom.xml b/shims/qpid-jms/pom.xml
index 5bdb2d1..73cd7ba 100644
--- a/shims/qpid-jms/pom.xml
+++ b/shims/qpid-jms/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.qpid</groupId>
     <artifactId>qpid-interop-test-parent</artifactId>
-    <version>0.3.0-SNAPSHOT</version>
+    <version>0.4.0-SNAPSHOT</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
   <modelVersion>4.0.0</modelVersion>
diff --git a/src/python/qpid_interop_test/qit_common.py 
b/src/python/qpid_interop_test/qit_common.py
index 8d72b03..31dd44b 100644
--- a/src/python/qpid_interop_test/qit_common.py
+++ b/src/python/qpid_interop_test/qit_common.py
@@ -32,7 +32,7 @@ import qpid_interop_test.qit_broker_props
 import qpid_interop_test.qit_shim
 import qpid_interop_test.qit_xunit_log
 
-QPID_JMS_SHIM_VER = '0.3.0-SNAPSHOT'
+QPID_JMS_SHIM_VER = '0.4.0-SNAPSHOT'
 
 # Find shim directory
 PREFIX_LIST = [os.path.join(os.sep, 'usr', 'local')]
diff --git a/utils/pom.xml b/utils/pom.xml
index 02361ee..2900f4a 100644
--- a/utils/pom.xml
+++ b/utils/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.qpid</groupId>
     <artifactId>qpid-interop-test-parent</artifactId>
-    <version>0.3.0-SNAPSHOT</version>
+    <version>0.4.0-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@qpid.apache.org
For additional commands, e-mail: commits-h...@qpid.apache.org

Reply via email to