This is an automated email from the ASF dual-hosted git repository. cml pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/qpid-jms-amqp-0-x.git
commit 01dfe28adb09419af364f8ffc02d42c554bf8f61 Author: Alex Rudyy <[email protected]> AuthorDate: Thu May 28 13:19:27 2020 +0100 [maven-release-plugin] prepare for next development iteration --- apache-qpid-jms-amqp-0-x/pom.xml | 2 +- client/example/pom.xml | 2 +- client/pom.xml | 2 +- doc/jms-client-0-10/pom.xml | 2 +- doc/jms-client-0-8/pom.xml | 2 +- doc/pom.xml | 2 +- pom.xml | 4 ++-- systests/pom.xml | 2 +- 8 files changed, 9 insertions(+), 9 deletions(-) diff --git a/apache-qpid-jms-amqp-0-x/pom.xml b/apache-qpid-jms-amqp-0-x/pom.xml index 97f62dc..92f2cc2 100644 --- a/apache-qpid-jms-amqp-0-x/pom.xml +++ b/apache-qpid-jms-amqp-0-x/pom.xml @@ -19,7 +19,7 @@ <parent> <groupId>org.apache.qpid</groupId> <artifactId>qpid-jms-amqp-0-x-parent</artifactId> - <version>6.4.0</version> + <version>6.4.1-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/client/example/pom.xml b/client/example/pom.xml index d3d3b14..2168990 100644 --- a/client/example/pom.xml +++ b/client/example/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.qpid</groupId> <artifactId>qpid-jms-amqp-0-x-parent</artifactId> - <version>6.4.0</version> + <version>6.4.1-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/client/pom.xml b/client/pom.xml index f420d35..9f9fb25 100644 --- a/client/pom.xml +++ b/client/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.qpid</groupId> <artifactId>qpid-jms-amqp-0-x-parent</artifactId> - <version>6.4.0</version> + <version>6.4.1-SNAPSHOT</version> </parent> <artifactId>qpid-client</artifactId> diff --git a/doc/jms-client-0-10/pom.xml b/doc/jms-client-0-10/pom.xml index c16c214..4d5c587 100644 --- a/doc/jms-client-0-10/pom.xml +++ b/doc/jms-client-0-10/pom.xml @@ -26,7 +26,7 @@ <parent> <groupId>org.apache.qpid</groupId> <artifactId>qpid-java-doc</artifactId> - <version>6.4.0</version> + <version>6.4.1-SNAPSHOT</version> </parent> <artifactId>qpid-java-doc-jms-client-0-10</artifactId> diff --git a/doc/jms-client-0-8/pom.xml b/doc/jms-client-0-8/pom.xml index 1428399..3c8b886 100644 --- a/doc/jms-client-0-8/pom.xml +++ b/doc/jms-client-0-8/pom.xml @@ -26,7 +26,7 @@ <parent> <groupId>org.apache.qpid</groupId> <artifactId>qpid-java-doc</artifactId> - <version>6.4.0</version> + <version>6.4.1-SNAPSHOT</version> </parent> <artifactId>qpid-java-doc-jms-client-0-8</artifactId> diff --git a/doc/pom.xml b/doc/pom.xml index 603be53..8002376 100644 --- a/doc/pom.xml +++ b/doc/pom.xml @@ -26,7 +26,7 @@ <parent> <groupId>org.apache.qpid</groupId> <artifactId>qpid-jms-amqp-0-x-parent</artifactId> - <version>6.4.0</version> + <version>6.4.1-SNAPSHOT</version> </parent> <artifactId>qpid-java-doc</artifactId> diff --git a/pom.xml b/pom.xml index 0136482..67aee09 100644 --- a/pom.xml +++ b/pom.xml @@ -26,7 +26,7 @@ <groupId>org.apache.qpid</groupId> <artifactId>qpid-jms-amqp-0-x-parent</artifactId> - <version>6.4.0</version> + <version>6.4.1-SNAPSHOT</version> <packaging>pom</packaging> <name>Apache Qpid JMS AMQP 0-x Parent</name> @@ -65,7 +65,7 @@ <connection>scm:git:https://gitbox.apache.org/repos/asf/qpid-jms-amqp-0-x.git</connection> <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/qpid-jms-amqp-0-x.git</developerConnection> <url>https://gitbox.apache.org/repos/asf/qpid-jms-amqp-0-x.git</url> - <tag>6.4.0</tag> + <tag>HEAD</tag> </scm> <distributionManagement> diff --git a/systests/pom.xml b/systests/pom.xml index 6590863..fc9d5a8 100644 --- a/systests/pom.xml +++ b/systests/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.qpid</groupId> <artifactId>qpid-jms-amqp-0-x-parent</artifactId> - <version>6.4.0</version> + <version>6.4.1-SNAPSHOT</version> </parent> <artifactId>qpid-client-systests</artifactId> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
