Repository: qpid-jms Updated Branches: refs/heads/master ccb47388b -> 994c5b464
[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/994c5b46 Tree: http://git-wip-us.apache.org/repos/asf/qpid-jms/tree/994c5b46 Diff: http://git-wip-us.apache.org/repos/asf/qpid-jms/diff/994c5b46 Branch: refs/heads/master Commit: 994c5b46423a1adc4efb99e9b083b57a6616de3f Parents: ccb4738 Author: Robbie Gemmell <rob...@apache.org> Authored: Fri Jul 20 10:22:03 2018 +0100 Committer: Robbie Gemmell <rob...@apache.org> Committed: Fri Jul 20 10:22:03 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/994c5b46/apache-qpid-jms/pom.xml ---------------------------------------------------------------------- diff --git a/apache-qpid-jms/pom.xml b/apache-qpid-jms/pom.xml index ecae479..15d25ae 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.35.0</version> + <version>0.36.0-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/qpid-jms/blob/994c5b46/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 356f6ba..91310f4 100644 --- a/pom.xml +++ b/pom.xml @@ -24,7 +24,7 @@ <groupId>org.apache.qpid</groupId> <artifactId>qpid-jms-parent</artifactId> - <version>0.35.0</version> + <version>0.36.0-SNAPSHOT</version> <packaging>pom</packaging> <name>QpidJMS</name> <inceptionYear>2013</inceptionYear> @@ -83,7 +83,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.35.0</tag> + <tag>HEAD</tag> </scm> <modules> http://git-wip-us.apache.org/repos/asf/qpid-jms/blob/994c5b46/qpid-jms-client/pom.xml ---------------------------------------------------------------------- diff --git a/qpid-jms-client/pom.xml b/qpid-jms-client/pom.xml index 4532674..de175d0 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.35.0</version> + <version>0.36.0-SNAPSHOT</version> </parent> <artifactId>qpid-jms-client</artifactId> http://git-wip-us.apache.org/repos/asf/qpid-jms/blob/994c5b46/qpid-jms-discovery/pom.xml ---------------------------------------------------------------------- diff --git a/qpid-jms-discovery/pom.xml b/qpid-jms-discovery/pom.xml index 9f683d5..08ba965 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.35.0</version> + <version>0.36.0-SNAPSHOT</version> </parent> <artifactId>qpid-jms-discovery</artifactId> http://git-wip-us.apache.org/repos/asf/qpid-jms/blob/994c5b46/qpid-jms-docs/pom.xml ---------------------------------------------------------------------- diff --git a/qpid-jms-docs/pom.xml b/qpid-jms-docs/pom.xml index 3802092..ca80d2a 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.35.0</version> + <version>0.36.0-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/qpid-jms/blob/994c5b46/qpid-jms-examples/pom.xml ---------------------------------------------------------------------- diff --git a/qpid-jms-examples/pom.xml b/qpid-jms-examples/pom.xml index 3325c6e..8112632 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.35.0</version> + <version>0.36.0-SNAPSHOT</version> </parent> <artifactId>qpid-jms-examples</artifactId> http://git-wip-us.apache.org/repos/asf/qpid-jms/blob/994c5b46/qpid-jms-interop-tests/pom.xml ---------------------------------------------------------------------- diff --git a/qpid-jms-interop-tests/pom.xml b/qpid-jms-interop-tests/pom.xml index aa5269d..455ac0d 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.35.0</version> + <version>0.36.0-SNAPSHOT</version> </parent> <artifactId>qpid-jms-interop-tests</artifactId> http://git-wip-us.apache.org/repos/asf/qpid-jms/blob/994c5b46/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 3020a03..044fa6a 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.35.0</version> + <version>0.36.0-SNAPSHOT</version> </parent> <artifactId>qpid-jms-activemq-tests</artifactId> --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@qpid.apache.org For additional commands, e-mail: commits-h...@qpid.apache.org