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

[qpid-jms] branch 0.x updated: [maven-release-plugin] prepare release 0.61.0

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

robbie pushed a commit to branch 0.x
in repository https://gitbox.apache.org/repos/asf/qpid-jms.git


The following commit(s) were added to refs/heads/0.x by this push:
     new 73bb7f8  [maven-release-plugin] prepare release 0.61.0
73bb7f8 is described below

commit 73bb7f8cecfa055f2a1c9c903233c12bc168c33c
Author: Robbie Gemmell <ro...@apache.org>
AuthorDate: Mon Dec 20 18:11:56 2021 +0000

    [maven-release-plugin] prepare release 0.61.0
---
 apache-qpid-jms/pom.xml                                | 2 +-
 pom.xml                                                | 4 ++--
 qpid-jms-client/pom.xml                                | 2 +-
 qpid-jms-discovery/pom.xml                             | 2 +-
 qpid-jms-docs/pom.xml                                  | 2 +-
 qpid-jms-examples/pom.xml                              | 2 +-
 qpid-jms-interop-tests/pom.xml                         | 2 +-
 qpid-jms-interop-tests/qpid-jms-activemq-tests/pom.xml | 2 +-
 8 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/apache-qpid-jms/pom.xml b/apache-qpid-jms/pom.xml
index 4b17801..a39c871 100644
--- a/apache-qpid-jms/pom.xml
+++ b/apache-qpid-jms/pom.xml
@@ -18,7 +18,7 @@
   <parent>
     <groupId>org.apache.qpid</groupId>
     <artifactId>qpid-jms-parent</artifactId>
-    <version>0.61.0-SNAPSHOT</version>
+    <version>0.61.0</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 
diff --git a/pom.xml b/pom.xml
index e5a067b..5be22ad 100644
--- a/pom.xml
+++ b/pom.xml
@@ -24,7 +24,7 @@
 
   <groupId>org.apache.qpid</groupId>
   <artifactId>qpid-jms-parent</artifactId>
-  <version>0.61.0-SNAPSHOT</version>
+  <version>0.61.0</version>
   <packaging>pom</packaging>
   <name>QpidJMS</name>
   <inceptionYear>2013</inceptionYear>
@@ -90,7 +90,7 @@
     <connection>scm:git:https://gitbox.apache.org/repos/asf/qpid-jms.git</connection>
     <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/qpid-jms.git</developerConnection>
     <url>https://gitbox.apache.org/repos/asf?p=qpid-jms.git</url>
-    <tag>0.x</tag>
+    <tag>0.61.0</tag>
   </scm>
 
   <modules>
diff --git a/qpid-jms-client/pom.xml b/qpid-jms-client/pom.xml
index 1a8cfff..a93f5b6 100644
--- a/qpid-jms-client/pom.xml
+++ b/qpid-jms-client/pom.xml
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.qpid</groupId>
     <artifactId>qpid-jms-parent</artifactId>
-    <version>0.61.0-SNAPSHOT</version>
+    <version>0.61.0</version>
   </parent>
 
   <artifactId>qpid-jms-client</artifactId>
diff --git a/qpid-jms-discovery/pom.xml b/qpid-jms-discovery/pom.xml
index 1816044..bc0d2ed 100644
--- a/qpid-jms-discovery/pom.xml
+++ b/qpid-jms-discovery/pom.xml
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.qpid</groupId>
     <artifactId>qpid-jms-parent</artifactId>
-    <version>0.61.0-SNAPSHOT</version>
+    <version>0.61.0</version>
   </parent>
 
   <artifactId>qpid-jms-discovery</artifactId>
diff --git a/qpid-jms-docs/pom.xml b/qpid-jms-docs/pom.xml
index bf7cf02..58758b7 100644
--- a/qpid-jms-docs/pom.xml
+++ b/qpid-jms-docs/pom.xml
@@ -18,7 +18,7 @@
   <parent>
     <groupId>org.apache.qpid</groupId>
     <artifactId>qpid-jms-parent</artifactId>
-    <version>0.61.0-SNAPSHOT</version>
+    <version>0.61.0</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 
diff --git a/qpid-jms-examples/pom.xml b/qpid-jms-examples/pom.xml
index a27fb18..a5fc9b8 100644
--- a/qpid-jms-examples/pom.xml
+++ b/qpid-jms-examples/pom.xml
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.qpid</groupId>
     <artifactId>qpid-jms-parent</artifactId>
-    <version>0.61.0-SNAPSHOT</version>
+    <version>0.61.0</version>
   </parent>
 
   <artifactId>qpid-jms-examples</artifactId>
diff --git a/qpid-jms-interop-tests/pom.xml b/qpid-jms-interop-tests/pom.xml
index d20780e..ecb583e 100644
--- a/qpid-jms-interop-tests/pom.xml
+++ b/qpid-jms-interop-tests/pom.xml
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.qpid</groupId>
     <artifactId>qpid-jms-parent</artifactId>
-    <version>0.61.0-SNAPSHOT</version>
+    <version>0.61.0</version>
   </parent>
 
   <artifactId>qpid-jms-interop-tests</artifactId>
diff --git a/qpid-jms-interop-tests/qpid-jms-activemq-tests/pom.xml b/qpid-jms-interop-tests/qpid-jms-activemq-tests/pom.xml
index 696fec8..7ea90b5 100644
--- a/qpid-jms-interop-tests/qpid-jms-activemq-tests/pom.xml
+++ b/qpid-jms-interop-tests/qpid-jms-activemq-tests/pom.xml
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.qpid</groupId>
     <artifactId>qpid-jms-interop-tests</artifactId>
-    <version>0.61.0-SNAPSHOT</version>
+    <version>0.61.0</version>
   </parent>
 
   <artifactId>qpid-jms-activemq-tests</artifactId>

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