From ce64d755146561d27632f9a250c906ebf61741d0 Mon Sep 17 00:00:00 2001 From: Thomas Diesler Date: Wed, 1 Apr 2015 17:37:18 +0200 Subject: [PATCH] [maven-release-plugin] prepare release 2.2.0 --- docker/pom.xml | 2 +- enricher/pom.xml | 2 +- examples/camel-activemq/pom.xml | 2 +- examples/camel-cdi/pom.xml | 2 +- examples/camel-cxf/pom.xml | 2 +- examples/camel-jaxws/pom.xml | 2 +- examples/camel-jms/pom.xml | 2 +- examples/camel-jpa/pom.xml | 2 +- examples/camel-mail/pom.xml | 5 ++--- examples/camel-rest/pom.xml | 2 +- examples/camel-transacted-jms/pom.xml | 2 +- examples/pom.xml | 2 +- itests/common/pom.xml | 2 +- itests/distro/pom.xml | 2 +- itests/docker/domain/pom.xml | 2 +- itests/docker/pom.xml | 2 +- itests/pom.xml | 2 +- itests/standalone/pom.xml | 2 +- modules/pom.xml | 2 +- patch/pom.xml | 2 +- pom.xml | 4 ++-- subsystem/pom.xml | 2 +- 22 files changed, 24 insertions(+), 25 deletions(-) diff --git a/docker/pom.xml b/docker/pom.xml index 3f7552c2a2..f6a8b8319a 100644 --- a/docker/pom.xml +++ b/docker/pom.xml @@ -26,7 +26,7 @@ org.wildfly.camel wildfly-camel - 2.2.0-SNAPSHOT + 2.2.0 Wildfly Camel :: Docker diff --git a/enricher/pom.xml b/enricher/pom.xml index 949110a367..a73113e231 100644 --- a/enricher/pom.xml +++ b/enricher/pom.xml @@ -26,7 +26,7 @@ org.wildfly.camel wildfly-camel - 2.2.0-SNAPSHOT + 2.2.0 Wildfly Camel :: Enricher diff --git a/examples/camel-activemq/pom.xml b/examples/camel-activemq/pom.xml index 4616c3f10d..d7ec56d330 100644 --- a/examples/camel-activemq/pom.xml +++ b/examples/camel-activemq/pom.xml @@ -26,7 +26,7 @@ org.wildfly.camel wildfly-camel-example - 2.2.0-SNAPSHOT + 2.2.0 Wildfly Camel :: Example :: Camel ActiveMQ diff --git a/examples/camel-cdi/pom.xml b/examples/camel-cdi/pom.xml index 9c4123c087..871b557979 100644 --- a/examples/camel-cdi/pom.xml +++ b/examples/camel-cdi/pom.xml @@ -26,7 +26,7 @@ org.wildfly.camel wildfly-camel-example - 2.2.0-SNAPSHOT + 2.2.0 Wildfly Camel :: Example :: Camel CDI diff --git a/examples/camel-cxf/pom.xml b/examples/camel-cxf/pom.xml index 9118a3e36e..db43f2315e 100644 --- a/examples/camel-cxf/pom.xml +++ b/examples/camel-cxf/pom.xml @@ -26,7 +26,7 @@ org.wildfly.camel wildfly-camel-example - 2.2.0-SNAPSHOT + 2.2.0 Wildfly Camel :: Example :: Camel CXF diff --git a/examples/camel-jaxws/pom.xml b/examples/camel-jaxws/pom.xml index fc6d4a9cc7..32f601893d 100644 --- a/examples/camel-jaxws/pom.xml +++ b/examples/camel-jaxws/pom.xml @@ -26,7 +26,7 @@ org.wildfly.camel wildfly-camel-example - 2.2.0-SNAPSHOT + 2.2.0 Wildfly Camel :: Example :: Camel JAX-WS diff --git a/examples/camel-jms/pom.xml b/examples/camel-jms/pom.xml index 9a36657f57..889b8db3f4 100644 --- a/examples/camel-jms/pom.xml +++ b/examples/camel-jms/pom.xml @@ -24,7 +24,7 @@ org.wildfly.camel wildfly-camel-example - 2.2.0-SNAPSHOT + 2.2.0 Wildfly Camel :: Example :: Camel JMS diff --git a/examples/camel-jpa/pom.xml b/examples/camel-jpa/pom.xml index 08794d4758..e4bb1f0950 100644 --- a/examples/camel-jpa/pom.xml +++ b/examples/camel-jpa/pom.xml @@ -26,7 +26,7 @@ org.wildfly.camel wildfly-camel-example - 2.2.0-SNAPSHOT + 2.2.0 Wildfly Camel :: Example :: Camel JPA diff --git a/examples/camel-mail/pom.xml b/examples/camel-mail/pom.xml index 3c66ac4581..c497c05082 100644 --- a/examples/camel-mail/pom.xml +++ b/examples/camel-mail/pom.xml @@ -20,14 +20,13 @@ --> - + 4.0.0 org.wildfly.camel wildfly-camel-example - 2.2.0-SNAPSHOT + 2.2.0 Wildfly Camel :: Example :: Camel Mail diff --git a/examples/camel-rest/pom.xml b/examples/camel-rest/pom.xml index 54fa52ac45..3fccff0756 100644 --- a/examples/camel-rest/pom.xml +++ b/examples/camel-rest/pom.xml @@ -26,7 +26,7 @@ org.wildfly.camel wildfly-camel-example - 2.2.0-SNAPSHOT + 2.2.0 Wildfly Camel :: Example :: Camel REST diff --git a/examples/camel-transacted-jms/pom.xml b/examples/camel-transacted-jms/pom.xml index dff67382b4..8ef64cdd97 100644 --- a/examples/camel-transacted-jms/pom.xml +++ b/examples/camel-transacted-jms/pom.xml @@ -24,7 +24,7 @@ org.wildfly.camel wildfly-camel-example - 2.2.0-SNAPSHOT + 2.2.0 Wildfly Camel :: Example :: Camel Transacted JMS diff --git a/examples/pom.xml b/examples/pom.xml index 87e898b8c9..bffb428f1e 100644 --- a/examples/pom.xml +++ b/examples/pom.xml @@ -26,7 +26,7 @@ org.wildfly.camel wildfly-camel - 2.2.0-SNAPSHOT + 2.2.0 Wildfly Camel :: Example diff --git a/itests/common/pom.xml b/itests/common/pom.xml index 5db9907e75..2a857bfa99 100644 --- a/itests/common/pom.xml +++ b/itests/common/pom.xml @@ -26,7 +26,7 @@ org.wildfly.camel wildfly-camel-itests - 2.2.0-SNAPSHOT + 2.2.0 Wildfly Camel :: Testsuite :: Common diff --git a/itests/distro/pom.xml b/itests/distro/pom.xml index 3c2d5692d1..fbae89bd10 100644 --- a/itests/distro/pom.xml +++ b/itests/distro/pom.xml @@ -26,7 +26,7 @@ org.wildfly.camel wildfly-camel-itests - 2.2.0-SNAPSHOT + 2.2.0 Wildfly Camel :: Testsuite :: Distro diff --git a/itests/docker/domain/pom.xml b/itests/docker/domain/pom.xml index e8eb5b760e..8b01bbffde 100644 --- a/itests/docker/domain/pom.xml +++ b/itests/docker/domain/pom.xml @@ -25,7 +25,7 @@ org.wildfly.camel wildfly-camel-itests-docker - 2.2.0-SNAPSHOT + 2.2.0 Wildfly Camel :: Testsuite :: Docker :: Domain diff --git a/itests/docker/pom.xml b/itests/docker/pom.xml index b6fdaab764..65c9ee242d 100644 --- a/itests/docker/pom.xml +++ b/itests/docker/pom.xml @@ -25,7 +25,7 @@ org.wildfly.camel wildfly-camel-itests - 2.2.0-SNAPSHOT + 2.2.0 Wildfly Camel :: Testsuite :: Docker diff --git a/itests/pom.xml b/itests/pom.xml index f8f638551e..67a8559421 100644 --- a/itests/pom.xml +++ b/itests/pom.xml @@ -32,7 +32,7 @@ org.wildfly.camel wildfly-camel - 2.2.0-SNAPSHOT + 2.2.0 Wildfly Camel :: Testsuite diff --git a/itests/standalone/pom.xml b/itests/standalone/pom.xml index 6e9d383d30..712cfa7e7d 100644 --- a/itests/standalone/pom.xml +++ b/itests/standalone/pom.xml @@ -32,7 +32,7 @@ org.wildfly.camel wildfly-camel-itests - 2.2.0-SNAPSHOT + 2.2.0 Wildfly Camel :: Testsuite :: Standalone diff --git a/modules/pom.xml b/modules/pom.xml index af80fb4e50..1c120b873e 100644 --- a/modules/pom.xml +++ b/modules/pom.xml @@ -26,7 +26,7 @@ org.wildfly.camel wildfly-camel - 2.2.0-SNAPSHOT + 2.2.0 Wildfly Camel :: Modules diff --git a/patch/pom.xml b/patch/pom.xml index e64c36bb4a..8e11ac9dd1 100644 --- a/patch/pom.xml +++ b/patch/pom.xml @@ -26,7 +26,7 @@ org.wildfly.camel wildfly-camel - 2.2.0-SNAPSHOT + 2.2.0 Wildfly Camel :: Patch diff --git a/pom.xml b/pom.xml index f5f3235188..81a86a9950 100644 --- a/pom.xml +++ b/pom.xml @@ -29,7 +29,7 @@ wildfly-camel pom - 2.2.0-SNAPSHOT + 2.2.0 WildFly Camel Integration https://github.com/wildflyext/wildflyext/wildfly-camel @@ -39,7 +39,7 @@ scm:git:git://github.com/wildflyext/wildfly-camel.git scm:git:git@github.com:wildflyext/wildfly-camel.git http://github.com/wildflyext/wildfly-camel - HEAD + 2.2.0 diff --git a/subsystem/pom.xml b/subsystem/pom.xml index 5f67314bbc..fbed2195bf 100644 --- a/subsystem/pom.xml +++ b/subsystem/pom.xml @@ -26,7 +26,7 @@ org.wildfly.camel wildfly-camel - 2.2.0-SNAPSHOT + 2.2.0 Wildfly Camel :: Subsystem