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 2018/02/26 10:00:30 UTC

qpid-jms git commit: [maven-release-plugin] prepare for next development iteration

Repository: qpid-jms
Updated Branches:
  refs/heads/master 9564d1a6b -> 366698f1e


[maven-release-plugin] prepare for next development iteration


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

Branch: refs/heads/master
Commit: 366698f1e714e16c5a3d94f6271ab1f38420dec8
Parents: 9564d1a
Author: Robbie Gemmell <ro...@apache.org>
Authored: Mon Feb 26 10:00:17 2018 +0000
Committer: Robbie Gemmell <ro...@apache.org>
Committed: Mon Feb 26 10:00:17 2018 +0000

----------------------------------------------------------------------
 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/366698f1/apache-qpid-jms/pom.xml
----------------------------------------------------------------------
diff --git a/apache-qpid-jms/pom.xml b/apache-qpid-jms/pom.xml
index 60fdd6d..2d6e7c9 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.30.0</version>
+    <version>0.31.0-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 

http://git-wip-us.apache.org/repos/asf/qpid-jms/blob/366698f1/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index fb0eeee..9939269 100644
--- a/pom.xml
+++ b/pom.xml
@@ -24,7 +24,7 @@
 
   <groupId>org.apache.qpid</groupId>
   <artifactId>qpid-jms-parent</artifactId>
-  <version>0.30.0</version>
+  <version>0.31.0-SNAPSHOT</version>
   <packaging>pom</packaging>
   <name>QpidJMS</name>
   <inceptionYear>2013</inceptionYear>
@@ -82,7 +82,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.30.0</tag>
+    <tag>HEAD</tag>
   </scm>
 
   <modules>

http://git-wip-us.apache.org/repos/asf/qpid-jms/blob/366698f1/qpid-jms-client/pom.xml
----------------------------------------------------------------------
diff --git a/qpid-jms-client/pom.xml b/qpid-jms-client/pom.xml
index 85682eb..05343cb 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.30.0</version>
+    <version>0.31.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>qpid-jms-client</artifactId>

http://git-wip-us.apache.org/repos/asf/qpid-jms/blob/366698f1/qpid-jms-discovery/pom.xml
----------------------------------------------------------------------
diff --git a/qpid-jms-discovery/pom.xml b/qpid-jms-discovery/pom.xml
index 1396dc9..5aa580b 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.30.0</version>
+    <version>0.31.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>qpid-jms-discovery</artifactId>

http://git-wip-us.apache.org/repos/asf/qpid-jms/blob/366698f1/qpid-jms-docs/pom.xml
----------------------------------------------------------------------
diff --git a/qpid-jms-docs/pom.xml b/qpid-jms-docs/pom.xml
index 951f3ae..38fdf11 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.30.0</version>
+    <version>0.31.0-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 

http://git-wip-us.apache.org/repos/asf/qpid-jms/blob/366698f1/qpid-jms-examples/pom.xml
----------------------------------------------------------------------
diff --git a/qpid-jms-examples/pom.xml b/qpid-jms-examples/pom.xml
index 9338136..2a190bb 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.30.0</version>
+    <version>0.31.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>qpid-jms-examples</artifactId>

http://git-wip-us.apache.org/repos/asf/qpid-jms/blob/366698f1/qpid-jms-interop-tests/pom.xml
----------------------------------------------------------------------
diff --git a/qpid-jms-interop-tests/pom.xml b/qpid-jms-interop-tests/pom.xml
index 0170e7b..0422ae4 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.30.0</version>
+    <version>0.31.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>qpid-jms-interop-tests</artifactId>

http://git-wip-us.apache.org/repos/asf/qpid-jms/blob/366698f1/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 9611a70..23363bb 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.30.0</version>
+    <version>0.31.0-SNAPSHOT</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