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 2016/09/30 14:29:44 UTC

qpid-jms git commit: [maven-release-plugin] prepare release 0.11.1

Repository: qpid-jms
Updated Branches:
  refs/heads/0.11.x 7f049c066 -> 97646dbfa


[maven-release-plugin] prepare release 0.11.1


Project: http://git-wip-us.apache.org/repos/asf/qpid-jms/repo
Commit: http://git-wip-us.apache.org/repos/asf/qpid-jms/commit/97646dbf
Tree: http://git-wip-us.apache.org/repos/asf/qpid-jms/tree/97646dbf
Diff: http://git-wip-us.apache.org/repos/asf/qpid-jms/diff/97646dbf

Branch: refs/heads/0.11.x
Commit: 97646dbfa062ef0bded1abce63900a053c0c6ce3
Parents: 7f049c0
Author: Robert Gemmell <ro...@apache.org>
Authored: Fri Sep 30 15:29:01 2016 +0100
Committer: Robert Gemmell <ro...@apache.org>
Committed: Fri Sep 30 15:29:01 2016 +0100

----------------------------------------------------------------------
 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(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/qpid-jms/blob/97646dbf/apache-qpid-jms/pom.xml
----------------------------------------------------------------------
diff --git a/apache-qpid-jms/pom.xml b/apache-qpid-jms/pom.xml
index f609650..723a6c5 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.11.1-SNAPSHOT</version>
+    <version>0.11.1</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 

http://git-wip-us.apache.org/repos/asf/qpid-jms/blob/97646dbf/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index a18aad4..4698535 100644
--- a/pom.xml
+++ b/pom.xml
@@ -24,7 +24,7 @@
 
   <groupId>org.apache.qpid</groupId>
   <artifactId>qpid-jms-parent</artifactId>
-  <version>0.11.1-SNAPSHOT</version>
+  <version>0.11.1</version>
   <packaging>pom</packaging>
   <name>QpidJMS</name>
   <inceptionYear>2013</inceptionYear>
@@ -81,7 +81,7 @@
     <connection>scm:git:http://git-wip-us.apache.org/repos/asf/qpid-jms.git</connection>
     <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/qpid-jms.git</developerConnection>
     <url>https://git-wip-us.apache.org/repos/asf?p=qpid-jms.git</url>
-    <tag>0.11.x</tag>
+    <tag>0.11.1</tag>
   </scm>
 
   <modules>

http://git-wip-us.apache.org/repos/asf/qpid-jms/blob/97646dbf/qpid-jms-client/pom.xml
----------------------------------------------------------------------
diff --git a/qpid-jms-client/pom.xml b/qpid-jms-client/pom.xml
index ac61452..d06284f 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.11.1-SNAPSHOT</version>
+    <version>0.11.1</version>
   </parent>
 
   <artifactId>qpid-jms-client</artifactId>

http://git-wip-us.apache.org/repos/asf/qpid-jms/blob/97646dbf/qpid-jms-discovery/pom.xml
----------------------------------------------------------------------
diff --git a/qpid-jms-discovery/pom.xml b/qpid-jms-discovery/pom.xml
index e381cf2..04a7efb 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.11.1-SNAPSHOT</version>
+    <version>0.11.1</version>
   </parent>
 
   <artifactId>qpid-jms-discovery</artifactId>

http://git-wip-us.apache.org/repos/asf/qpid-jms/blob/97646dbf/qpid-jms-docs/pom.xml
----------------------------------------------------------------------
diff --git a/qpid-jms-docs/pom.xml b/qpid-jms-docs/pom.xml
index d1c82e9..1365c5b 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.11.1-SNAPSHOT</version>
+    <version>0.11.1</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 

http://git-wip-us.apache.org/repos/asf/qpid-jms/blob/97646dbf/qpid-jms-examples/pom.xml
----------------------------------------------------------------------
diff --git a/qpid-jms-examples/pom.xml b/qpid-jms-examples/pom.xml
index be838c7..5f69611 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.11.1-SNAPSHOT</version>
+    <version>0.11.1</version>
   </parent>
 
   <artifactId>qpid-jms-examples</artifactId>

http://git-wip-us.apache.org/repos/asf/qpid-jms/blob/97646dbf/qpid-jms-interop-tests/pom.xml
----------------------------------------------------------------------
diff --git a/qpid-jms-interop-tests/pom.xml b/qpid-jms-interop-tests/pom.xml
index 00fc130..94cc752 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.11.1-SNAPSHOT</version>
+    <version>0.11.1</version>
   </parent>
 
   <artifactId>qpid-jms-interop-tests</artifactId>

http://git-wip-us.apache.org/repos/asf/qpid-jms/blob/97646dbf/qpid-jms-interop-tests/qpid-jms-activemq-tests/pom.xml
----------------------------------------------------------------------
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 ed66ebe..fd30b48 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.11.1-SNAPSHOT</version>
+    <version>0.11.1</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