Repository: qpid-jms Updated Branches: refs/heads/master 4faf4e5f3 -> aecee9935
[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/aecee993 Tree: http://git-wip-us.apache.org/repos/asf/qpid-jms/tree/aecee993 Diff: http://git-wip-us.apache.org/repos/asf/qpid-jms/diff/aecee993 Branch: refs/heads/master Commit: aecee9935edda6af9e1bf8a2d549421f47fdac68 Parents: 4faf4e5 Author: Robbie Gemmell <[email protected]> Authored: Mon Jun 11 16:09:57 2018 +0100 Committer: Robbie Gemmell <[email protected]> Committed: Mon Jun 11 16:09:57 2018 +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/aecee993/apache-qpid-jms/pom.xml ---------------------------------------------------------------------- diff --git a/apache-qpid-jms/pom.xml b/apache-qpid-jms/pom.xml index 87a5267..7638745 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.33.0</version> + <version>0.34.0-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/qpid-jms/blob/aecee993/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 78d497f..3f846eb 100644 --- a/pom.xml +++ b/pom.xml @@ -24,7 +24,7 @@ <groupId>org.apache.qpid</groupId> <artifactId>qpid-jms-parent</artifactId> - <version>0.33.0</version> + <version>0.34.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.33.0</tag> + <tag>HEAD</tag> </scm> <modules> http://git-wip-us.apache.org/repos/asf/qpid-jms/blob/aecee993/qpid-jms-client/pom.xml ---------------------------------------------------------------------- diff --git a/qpid-jms-client/pom.xml b/qpid-jms-client/pom.xml index 25fdaf3..27b13c3 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.33.0</version> + <version>0.34.0-SNAPSHOT</version> </parent> <artifactId>qpid-jms-client</artifactId> http://git-wip-us.apache.org/repos/asf/qpid-jms/blob/aecee993/qpid-jms-discovery/pom.xml ---------------------------------------------------------------------- diff --git a/qpid-jms-discovery/pom.xml b/qpid-jms-discovery/pom.xml index bcb3119..7527c83 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.33.0</version> + <version>0.34.0-SNAPSHOT</version> </parent> <artifactId>qpid-jms-discovery</artifactId> http://git-wip-us.apache.org/repos/asf/qpid-jms/blob/aecee993/qpid-jms-docs/pom.xml ---------------------------------------------------------------------- diff --git a/qpid-jms-docs/pom.xml b/qpid-jms-docs/pom.xml index 54cee37..0c0bf7e 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.33.0</version> + <version>0.34.0-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/qpid-jms/blob/aecee993/qpid-jms-examples/pom.xml ---------------------------------------------------------------------- diff --git a/qpid-jms-examples/pom.xml b/qpid-jms-examples/pom.xml index 010a7e9..2e46b0c 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.33.0</version> + <version>0.34.0-SNAPSHOT</version> </parent> <artifactId>qpid-jms-examples</artifactId> http://git-wip-us.apache.org/repos/asf/qpid-jms/blob/aecee993/qpid-jms-interop-tests/pom.xml ---------------------------------------------------------------------- diff --git a/qpid-jms-interop-tests/pom.xml b/qpid-jms-interop-tests/pom.xml index 39e4018..8bc32c9 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.33.0</version> + <version>0.34.0-SNAPSHOT</version> </parent> <artifactId>qpid-jms-interop-tests</artifactId> http://git-wip-us.apache.org/repos/asf/qpid-jms/blob/aecee993/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 6257b03..f44c616 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.33.0</version> + <version>0.34.0-SNAPSHOT</version> </parent> <artifactId>qpid-jms-activemq-tests</artifactId> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
