From 05d052fda8ebbb5c3a658e9f3811aad0426a9ecb Mon Sep 17 00:00:00 2001 From: Martyn Taylor Date: Tue, 3 Mar 2015 10:06:55 +0000 Subject: [PATCH] [maven-release-plugin] prepare for next development iteration --- activemq-bootstrap/pom.xml | 2 +- activemq-commons/pom.xml | 2 +- activemq-core-client/pom.xml | 2 +- activemq-dto/pom.xml | 2 +- activemq-jms-client/pom.xml | 2 +- activemq-jms-server/pom.xml | 2 +- activemq-journal/pom.xml | 2 +- activemq-maven-plugin/pom.xml | 2 +- activemq-native/pom.xml | 2 +- activemq-protocols/activemq-amqp-protocol/pom.xml | 2 +- activemq-protocols/activemq-openwire-protocol/pom.xml | 2 +- activemq-protocols/activemq-proton-plug/pom.xml | 2 +- activemq-protocols/activemq-stomp-protocol/pom.xml | 2 +- activemq-protocols/pom.xml | 2 +- activemq-ra/pom.xml | 2 +- activemq-rest/pom.xml | 2 +- activemq-selector/pom.xml | 2 +- activemq-server/pom.xml | 2 +- activemq-service-extensions/pom.xml | 2 +- activemq-tools/pom.xml | 2 +- activemq-web/pom.xml | 2 +- activemq-website/pom.xml | 2 +- distribution/activemq/pom.xml | 4 ++-- distribution/pom.xml | 2 +- examples/core/pom.xml | 2 +- examples/jms/activemq-jms-examples-common/pom.xml | 2 +- examples/jms/pom.xml | 2 +- examples/pom.xml | 2 +- integration/activemq-aerogear-integration/pom.xml | 2 +- integration/activemq-spring-integration/pom.xml | 2 +- integration/activemq-vertx-integration/pom.xml | 2 +- pom.xml | 6 +++--- 32 files changed, 35 insertions(+), 35 deletions(-) diff --git a/activemq-bootstrap/pom.xml b/activemq-bootstrap/pom.xml index 7abb3a669c..21ceb88c03 100644 --- a/activemq-bootstrap/pom.xml +++ b/activemq-bootstrap/pom.xml @@ -20,7 +20,7 @@ org.apache.activemq activemq-pom - 6.0.0 + 6.0.1-SNAPSHOT activemq-bootstrap diff --git a/activemq-commons/pom.xml b/activemq-commons/pom.xml index b8f3725b35..2d1d7542e8 100644 --- a/activemq-commons/pom.xml +++ b/activemq-commons/pom.xml @@ -20,7 +20,7 @@ org.apache.activemq activemq-pom - 6.0.0 + 6.0.1-SNAPSHOT activemq-commons diff --git a/activemq-core-client/pom.xml b/activemq-core-client/pom.xml index 3eb31d5e2f..3c200a2055 100644 --- a/activemq-core-client/pom.xml +++ b/activemq-core-client/pom.xml @@ -20,7 +20,7 @@ org.apache.activemq activemq-pom - 6.0.0 + 6.0.1-SNAPSHOT activemq-core-client diff --git a/activemq-dto/pom.xml b/activemq-dto/pom.xml index 93313e9513..12a1d4831a 100644 --- a/activemq-dto/pom.xml +++ b/activemq-dto/pom.xml @@ -20,7 +20,7 @@ org.apache.activemq activemq-pom - 6.0.0 + 6.0.1-SNAPSHOT activemq-dto diff --git a/activemq-jms-client/pom.xml b/activemq-jms-client/pom.xml index d7940bb0e5..0720fb4a2a 100644 --- a/activemq-jms-client/pom.xml +++ b/activemq-jms-client/pom.xml @@ -20,7 +20,7 @@ org.apache.activemq activemq-pom - 6.0.0 + 6.0.1-SNAPSHOT activemq-jms-client diff --git a/activemq-jms-server/pom.xml b/activemq-jms-server/pom.xml index 1d73d48114..d47ecdd83b 100644 --- a/activemq-jms-server/pom.xml +++ b/activemq-jms-server/pom.xml @@ -20,7 +20,7 @@ org.apache.activemq activemq-pom - 6.0.0 + 6.0.1-SNAPSHOT activemq-jms-server diff --git a/activemq-journal/pom.xml b/activemq-journal/pom.xml index 377a32469b..3a48c9fa9d 100644 --- a/activemq-journal/pom.xml +++ b/activemq-journal/pom.xml @@ -20,7 +20,7 @@ org.apache.activemq activemq-pom - 6.0.0 + 6.0.1-SNAPSHOT activemq-journal diff --git a/activemq-maven-plugin/pom.xml b/activemq-maven-plugin/pom.xml index f06d920f41..384f6ebff1 100644 --- a/activemq-maven-plugin/pom.xml +++ b/activemq-maven-plugin/pom.xml @@ -20,7 +20,7 @@ org.apache.activemq activemq-pom - 6.0.0 + 6.0.1-SNAPSHOT activemq-maven-plugin diff --git a/activemq-native/pom.xml b/activemq-native/pom.xml index 6d4c10fff2..4b730d89a7 100644 --- a/activemq-native/pom.xml +++ b/activemq-native/pom.xml @@ -21,7 +21,7 @@ org.apache.activemq activemq-pom - 6.0.0 + 6.0.1-SNAPSHOT activemq-native diff --git a/activemq-protocols/activemq-amqp-protocol/pom.xml b/activemq-protocols/activemq-amqp-protocol/pom.xml index 5fbeae4ffd..6f6d68b42c 100644 --- a/activemq-protocols/activemq-amqp-protocol/pom.xml +++ b/activemq-protocols/activemq-amqp-protocol/pom.xml @@ -18,7 +18,7 @@ activemq-protocols org.apache.activemq - 6.0.0 + 6.0.1-SNAPSHOT 4.0.0 diff --git a/activemq-protocols/activemq-openwire-protocol/pom.xml b/activemq-protocols/activemq-openwire-protocol/pom.xml index 8c1cc0bdaf..f51a7b773f 100644 --- a/activemq-protocols/activemq-openwire-protocol/pom.xml +++ b/activemq-protocols/activemq-openwire-protocol/pom.xml @@ -18,7 +18,7 @@ activemq-protocols org.apache.activemq - 6.0.0 + 6.0.1-SNAPSHOT 4.0.0 diff --git a/activemq-protocols/activemq-proton-plug/pom.xml b/activemq-protocols/activemq-proton-plug/pom.xml index 65dd5a0781..e2411269a1 100644 --- a/activemq-protocols/activemq-proton-plug/pom.xml +++ b/activemq-protocols/activemq-proton-plug/pom.xml @@ -18,7 +18,7 @@ activemq-protocols org.apache.activemq - 6.0.0 + 6.0.1-SNAPSHOT 4.0.0 diff --git a/activemq-protocols/activemq-stomp-protocol/pom.xml b/activemq-protocols/activemq-stomp-protocol/pom.xml index 5dbd0fc9d5..2ee12a4d78 100644 --- a/activemq-protocols/activemq-stomp-protocol/pom.xml +++ b/activemq-protocols/activemq-stomp-protocol/pom.xml @@ -18,7 +18,7 @@ activemq-protocols org.apache.activemq - 6.0.0 + 6.0.1-SNAPSHOT 4.0.0 diff --git a/activemq-protocols/pom.xml b/activemq-protocols/pom.xml index fd225cc959..ab0d927c02 100644 --- a/activemq-protocols/pom.xml +++ b/activemq-protocols/pom.xml @@ -19,7 +19,7 @@ activemq-pom org.apache.activemq - 6.0.0 + 6.0.1-SNAPSHOT 4.0.0 diff --git a/activemq-ra/pom.xml b/activemq-ra/pom.xml index 17fea9ae01..b3ac13b3b5 100644 --- a/activemq-ra/pom.xml +++ b/activemq-ra/pom.xml @@ -21,7 +21,7 @@ org.apache.activemq activemq-pom - 6.0.0 + 6.0.1-SNAPSHOT activemq-ra diff --git a/activemq-rest/pom.xml b/activemq-rest/pom.xml index 882e995522..e567267c98 100644 --- a/activemq-rest/pom.xml +++ b/activemq-rest/pom.xml @@ -19,7 +19,7 @@ org.apache.activemq activemq-pom - 6.0.0 + 6.0.1-SNAPSHOT ActiveMQ6 REST Interface Implementation diff --git a/activemq-selector/pom.xml b/activemq-selector/pom.xml index f840716ba7..ed006447e7 100644 --- a/activemq-selector/pom.xml +++ b/activemq-selector/pom.xml @@ -20,7 +20,7 @@ org.apache.activemq activemq-pom - 6.0.0 + 6.0.1-SNAPSHOT activemq-selector diff --git a/activemq-server/pom.xml b/activemq-server/pom.xml index 5dc4313693..a6c6c71cd5 100644 --- a/activemq-server/pom.xml +++ b/activemq-server/pom.xml @@ -20,7 +20,7 @@ org.apache.activemq activemq-pom - 6.0.0 + 6.0.1-SNAPSHOT activemq-server diff --git a/activemq-service-extensions/pom.xml b/activemq-service-extensions/pom.xml index c06af2a985..8fd86d0b04 100644 --- a/activemq-service-extensions/pom.xml +++ b/activemq-service-extensions/pom.xml @@ -20,7 +20,7 @@ org.apache.activemq activemq-pom - 6.0.0 + 6.0.1-SNAPSHOT activemq-service-extensions diff --git a/activemq-tools/pom.xml b/activemq-tools/pom.xml index 3b685cf9fa..11bfd13e16 100644 --- a/activemq-tools/pom.xml +++ b/activemq-tools/pom.xml @@ -20,7 +20,7 @@ org.apache.activemq activemq-pom - 6.0.0 + 6.0.1-SNAPSHOT activemq-tools diff --git a/activemq-web/pom.xml b/activemq-web/pom.xml index a94e825bd7..9b99cf9719 100644 --- a/activemq-web/pom.xml +++ b/activemq-web/pom.xml @@ -20,7 +20,7 @@ org.apache.activemq activemq-pom - 6.0.0 + 6.0.1-SNAPSHOT activemq-web diff --git a/activemq-website/pom.xml b/activemq-website/pom.xml index 5ea70dccb9..5c27894e71 100644 --- a/activemq-website/pom.xml +++ b/activemq-website/pom.xml @@ -20,7 +20,7 @@ org.apache.activemq activemq-pom - 6.0.0 + 6.0.1-SNAPSHOT activemq-website diff --git a/distribution/activemq/pom.xml b/distribution/activemq/pom.xml index 3ead5e56a6..0721a9fbce 100644 --- a/distribution/activemq/pom.xml +++ b/distribution/activemq/pom.xml @@ -22,7 +22,7 @@ org.apache.activemq activemq-distribution - 6.0.0 + 6.0.1-SNAPSHOT activemq @@ -176,7 +176,7 @@ org.apache.activemq activemq-website - 6.0.0 + 6.0.1-SNAPSHOT javadoc diff --git a/distribution/pom.xml b/distribution/pom.xml index 7d967b0712..95c6904316 100644 --- a/distribution/pom.xml +++ b/distribution/pom.xml @@ -24,7 +24,7 @@ under the License. org.apache.activemq activemq-pom - 6.0.0 + 6.0.1-SNAPSHOT activemq-distribution diff --git a/examples/core/pom.xml b/examples/core/pom.xml index 0146f93f66..024fd70e09 100644 --- a/examples/core/pom.xml +++ b/examples/core/pom.xml @@ -24,7 +24,7 @@ under the License. org.apache.activemq.examples activemq-examples - 6.0.0 + 6.0.1-SNAPSHOT org.apache.activemq.examples.core diff --git a/examples/jms/activemq-jms-examples-common/pom.xml b/examples/jms/activemq-jms-examples-common/pom.xml index 74c2b74802..d61143386a 100644 --- a/examples/jms/activemq-jms-examples-common/pom.xml +++ b/examples/jms/activemq-jms-examples-common/pom.xml @@ -24,7 +24,7 @@ under the License. org.apache.activemq.examples.jms jms-examples - 6.0.0 + 6.0.1-SNAPSHOT activemq-jms-examples-common diff --git a/examples/jms/pom.xml b/examples/jms/pom.xml index d9d3b028c0..27171bbfd7 100644 --- a/examples/jms/pom.xml +++ b/examples/jms/pom.xml @@ -24,7 +24,7 @@ under the License. org.apache.activemq.examples activemq-examples - 6.0.0 + 6.0.1-SNAPSHOT org.apache.activemq.examples.jms diff --git a/examples/pom.xml b/examples/pom.xml index 4d09eee796..5514d41263 100644 --- a/examples/pom.xml +++ b/examples/pom.xml @@ -24,7 +24,7 @@ under the License. org.apache.activemq activemq-pom - 6.0.0 + 6.0.1-SNAPSHOT org.apache.activemq.examples diff --git a/integration/activemq-aerogear-integration/pom.xml b/integration/activemq-aerogear-integration/pom.xml index 4e19872c5d..8f6a20a159 100644 --- a/integration/activemq-aerogear-integration/pom.xml +++ b/integration/activemq-aerogear-integration/pom.xml @@ -20,7 +20,7 @@ org.apache.activemq activemq-pom - 6.0.0 + 6.0.1-SNAPSHOT ../../pom.xml diff --git a/integration/activemq-spring-integration/pom.xml b/integration/activemq-spring-integration/pom.xml index f18ce86e7f..576e477eae 100644 --- a/integration/activemq-spring-integration/pom.xml +++ b/integration/activemq-spring-integration/pom.xml @@ -21,7 +21,7 @@ org.apache.activemq activemq-pom - 6.0.0 + 6.0.1-SNAPSHOT ../../pom.xml diff --git a/integration/activemq-vertx-integration/pom.xml b/integration/activemq-vertx-integration/pom.xml index afbbbe905d..2d64717559 100644 --- a/integration/activemq-vertx-integration/pom.xml +++ b/integration/activemq-vertx-integration/pom.xml @@ -21,7 +21,7 @@ org.apache.activemq activemq-pom - 6.0.0 + 6.0.1-SNAPSHOT ../../pom.xml diff --git a/pom.xml b/pom.xml index 8ea6390b0b..bcfc7a2608 100644 --- a/pom.xml +++ b/pom.xml @@ -19,7 +19,7 @@ org.apache.activemq activemq-pom pom - 6.0.0 + 6.0.1-SNAPSHOT org.apache @@ -107,7 +107,7 @@ scm:git:http://git-wip-us.apache.org/repos/asf/activemq-6.git scm:git:https://git-wip-us.apache.org/repos/asf/activemq-6.git https://fisheye6.atlassian.com/browse/~br=master/activemq-6-git - 6.0.0 + HEAD @@ -750,7 +750,7 @@ org.apache.activemq activemq-maven-plugin - 6.0.0 + 6.0.1-SNAPSHOT