You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by kp...@apache.org on 2021/10/18 17:00:06 UTC

[qpid-interop-test] branch 0.3.x created (now dc290b9)

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

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


      at dc290b9  Changed version number to 0.3.0, updated RELEASE

This branch includes the following new commits:

     new dc290b9  Changed version number to 0.3.0, updated RELEASE

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


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


[qpid-interop-test] 01/01: Changed version number to 0.3.0, updated RELEASE

Posted by kp...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit dc290b913f6966410fd01d8ad2975d4631815587
Author: Kim van der Riet <ki...@apache.org>
AuthorDate: Mon Oct 18 12:58:34 2021 -0400

    Changed version number to 0.3.0, updated RELEASE
---
 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..9c3f4ae 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.3.0</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..2bb8da4 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.3.0</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..052353a 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.3.0'
 
 # Find shim directory
 PREFIX_LIST = [os.path.join(os.sep, 'usr', 'local')]
diff --git a/utils/pom.xml b/utils/pom.xml
index 02361ee..167528d 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.3.0</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 

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