Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 61FA1200B89 for ; Wed, 21 Sep 2016 13:40:10 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 607DE160ACF; Wed, 21 Sep 2016 11:40:10 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 62B5B160AE6 for ; Wed, 21 Sep 2016 13:40:07 +0200 (CEST) Received: (qmail 42956 invoked by uid 500); 21 Sep 2016 11:40:06 -0000 Mailing-List: contact commits-help@camel.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@camel.apache.org Delivered-To: mailing list commits@camel.apache.org Received: (qmail 42490 invoked by uid 99); 21 Sep 2016 11:40:06 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 21 Sep 2016 11:40:06 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 0A74FE053F; Wed, 21 Sep 2016 11:40:06 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: nferraro@apache.org To: commits@camel.apache.org Date: Wed, 21 Sep 2016 11:40:12 -0000 Message-Id: <82f0bf92181240b8a49785c1c84722c2@git.apache.org> In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [08/11] camel git commit: CAMEL-10250: Adding explicit component version in starters and formatting archived-at: Wed, 21 Sep 2016 11:40:10 -0000 http://git-wip-us.apache.org/repos/asf/camel/blob/1c195d13/components-starter/camel-hl7-starter/pom.xml ---------------------------------------------------------------------- diff --git a/components-starter/camel-hl7-starter/pom.xml b/components-starter/camel-hl7-starter/pom.xml index 099b77d..914ca24 100644 --- a/components-starter/camel-hl7-starter/pom.xml +++ b/components-starter/camel-hl7-starter/pom.xml @@ -15,41 +15,40 @@ See the License for the specific language governing permissions and limitations under the License. --> - - 4.0.0 - - org.apache.camel - components-starter - 2.18.0-SNAPSHOT - - camel-hl7-starter - jar - Spring-Boot Starter :: Camel :: HL7 - Spring-Boot Starter for Camel HL7 support - - - org.springframework.boot - spring-boot-starter - ${spring-boot-version} - - - org.apache.camel - camel-hl7 - - - org.apache.camel - camel-core-starter - - - org.apache.camel - camel-netty4 - ${project.version} - - - org.apache.camel - camel-spring-boot-starter - - + + 4.0.0 + + org.apache.camel + components-starter + 2.18.0-SNAPSHOT + + camel-hl7-starter + jar + Spring-Boot Starter :: Camel :: HL7 + Spring-Boot Starter for Camel HL7 support + + + org.springframework.boot + spring-boot-starter + ${spring-boot-version} + + + org.apache.camel + camel-hl7 + ${project.version} + + + org.apache.camel + camel-core-starter + + + org.apache.camel + camel-netty4 + ${project.version} + + + org.apache.camel + camel-spring-boot-starter + + - http://git-wip-us.apache.org/repos/asf/camel/blob/1c195d13/components-starter/camel-http-common-starter/pom.xml ---------------------------------------------------------------------- diff --git a/components-starter/camel-http-common-starter/pom.xml b/components-starter/camel-http-common-starter/pom.xml index c351532..37faba5 100644 --- a/components-starter/camel-http-common-starter/pom.xml +++ b/components-starter/camel-http-common-starter/pom.xml @@ -15,36 +15,35 @@ See the License for the specific language governing permissions and limitations under the License. --> - - 4.0.0 - - org.apache.camel - components-starter - 2.18.0-SNAPSHOT - - camel-http-common-starter - jar - Spring-Boot Starter :: Camel :: HTTP :: Common - Spring-Boot Starter for Camel HTTP common - - - org.springframework.boot - spring-boot-starter - ${spring-boot-version} - - - org.apache.camel - camel-http-common - - - org.apache.camel - camel-core-starter - - - org.apache.camel - camel-spring-boot-starter - - + + 4.0.0 + + org.apache.camel + components-starter + 2.18.0-SNAPSHOT + + camel-http-common-starter + jar + Spring-Boot Starter :: Camel :: HTTP :: Common + Spring-Boot Starter for Camel HTTP common + + + org.springframework.boot + spring-boot-starter + ${spring-boot-version} + + + org.apache.camel + camel-http-common + ${project.version} + + + org.apache.camel + camel-core-starter + + + org.apache.camel + camel-spring-boot-starter + + - http://git-wip-us.apache.org/repos/asf/camel/blob/1c195d13/components-starter/camel-http-starter/pom.xml ---------------------------------------------------------------------- diff --git a/components-starter/camel-http-starter/pom.xml b/components-starter/camel-http-starter/pom.xml index 8e82fd4..5aca212 100644 --- a/components-starter/camel-http-starter/pom.xml +++ b/components-starter/camel-http-starter/pom.xml @@ -15,42 +15,41 @@ See the License for the specific language governing permissions and limitations under the License. --> - - 4.0.0 - - org.apache.camel - components-starter - 2.18.0-SNAPSHOT - - camel-http-starter - jar - Spring-Boot Starter :: Camel :: HTTP - Spring-Boot Starter for Camel HTTP support - - - org.springframework.boot - spring-boot-starter - ${spring-boot-version} - - - org.apache.camel - camel-http - - - commons-logging - commons-logging - - - - - org.apache.camel - camel-core-starter - - - org.apache.camel - camel-spring-boot-starter - - + + 4.0.0 + + org.apache.camel + components-starter + 2.18.0-SNAPSHOT + + camel-http-starter + jar + Spring-Boot Starter :: Camel :: HTTP + Spring-Boot Starter for Camel HTTP support + + + org.springframework.boot + spring-boot-starter + ${spring-boot-version} + + + org.apache.camel + camel-http + ${project.version} + + + commons-logging + commons-logging + + + + + org.apache.camel + camel-core-starter + + + org.apache.camel + camel-spring-boot-starter + + - http://git-wip-us.apache.org/repos/asf/camel/blob/1c195d13/components-starter/camel-http4-starter/pom.xml ---------------------------------------------------------------------- diff --git a/components-starter/camel-http4-starter/pom.xml b/components-starter/camel-http4-starter/pom.xml index 6d85678..25dc668 100644 --- a/components-starter/camel-http4-starter/pom.xml +++ b/components-starter/camel-http4-starter/pom.xml @@ -15,42 +15,41 @@ See the License for the specific language governing permissions and limitations under the License. --> - - 4.0.0 - - org.apache.camel - components-starter - 2.18.0-SNAPSHOT - - camel-http4-starter - jar - Spring-Boot Starter :: Camel :: HTTP4 - Spring-Boot Starter for Camel HTTP (Apache HttpClient 4.x) support - - - org.springframework.boot - spring-boot-starter - ${spring-boot-version} - - - org.apache.camel - camel-http4 - - - commons-logging - commons-logging - - - - - org.apache.camel - camel-core-starter - - - org.apache.camel - camel-spring-boot-starter - - + + 4.0.0 + + org.apache.camel + components-starter + 2.18.0-SNAPSHOT + + camel-http4-starter + jar + Spring-Boot Starter :: Camel :: HTTP4 + Spring-Boot Starter for Camel HTTP (Apache HttpClient 4.x) support + + + org.springframework.boot + spring-boot-starter + ${spring-boot-version} + + + org.apache.camel + camel-http4 + ${project.version} + + + commons-logging + commons-logging + + + + + org.apache.camel + camel-core-starter + + + org.apache.camel + camel-spring-boot-starter + + - http://git-wip-us.apache.org/repos/asf/camel/blob/1c195d13/components-starter/camel-hystrix-starter/pom.xml ---------------------------------------------------------------------- diff --git a/components-starter/camel-hystrix-starter/pom.xml b/components-starter/camel-hystrix-starter/pom.xml index 17c954c..8612dfe 100644 --- a/components-starter/camel-hystrix-starter/pom.xml +++ b/components-starter/camel-hystrix-starter/pom.xml @@ -15,42 +15,41 @@ See the License for the specific language governing permissions and limitations under the License. --> - - 4.0.0 - - org.apache.camel - components-starter - 2.18.0-SNAPSHOT - - camel-hystrix-starter - jar - Spring-Boot Starter :: Camel :: Hystrix - Spring-Boot Starter for Camel Hystrix support - - - org.springframework.boot - spring-boot-starter - ${spring-boot-version} - - - org.apache.camel - camel-hystrix - - - commons-logging - commons-logging - - - - - org.apache.camel - camel-core-starter - - - org.apache.camel - camel-spring-boot-starter - - + + 4.0.0 + + org.apache.camel + components-starter + 2.18.0-SNAPSHOT + + camel-hystrix-starter + jar + Spring-Boot Starter :: Camel :: Hystrix + Spring-Boot Starter for Camel Hystrix support + + + org.springframework.boot + spring-boot-starter + ${spring-boot-version} + + + org.apache.camel + camel-hystrix + ${project.version} + + + commons-logging + commons-logging + + + + + org.apache.camel + camel-core-starter + + + org.apache.camel + camel-spring-boot-starter + + - http://git-wip-us.apache.org/repos/asf/camel/blob/1c195d13/components-starter/camel-ical-starter/pom.xml ---------------------------------------------------------------------- diff --git a/components-starter/camel-ical-starter/pom.xml b/components-starter/camel-ical-starter/pom.xml index 92119f3..4383048 100644 --- a/components-starter/camel-ical-starter/pom.xml +++ b/components-starter/camel-ical-starter/pom.xml @@ -15,42 +15,41 @@ See the License for the specific language governing permissions and limitations under the License. --> - - 4.0.0 - - org.apache.camel - components-starter - 2.18.0-SNAPSHOT - - camel-ical-starter - jar - Spring-Boot Starter :: Camel :: iCal - Spring-Boot Starter for Camel iCal component - - - org.springframework.boot - spring-boot-starter - ${spring-boot-version} - - - org.apache.camel - camel-ical - - - commons-logging - commons-logging - - - - - org.apache.camel - camel-core-starter - - - org.apache.camel - camel-spring-boot-starter - - + + 4.0.0 + + org.apache.camel + components-starter + 2.18.0-SNAPSHOT + + camel-ical-starter + jar + Spring-Boot Starter :: Camel :: iCal + Spring-Boot Starter for Camel iCal component + + + org.springframework.boot + spring-boot-starter + ${spring-boot-version} + + + org.apache.camel + camel-ical + ${project.version} + + + commons-logging + commons-logging + + + + + org.apache.camel + camel-core-starter + + + org.apache.camel + camel-spring-boot-starter + + - http://git-wip-us.apache.org/repos/asf/camel/blob/1c195d13/components-starter/camel-ignite-starter/pom.xml ---------------------------------------------------------------------- diff --git a/components-starter/camel-ignite-starter/pom.xml b/components-starter/camel-ignite-starter/pom.xml index 343334a..2e6adfe 100644 --- a/components-starter/camel-ignite-starter/pom.xml +++ b/components-starter/camel-ignite-starter/pom.xml @@ -15,36 +15,35 @@ See the License for the specific language governing permissions and limitations under the License. --> - - 4.0.0 - - org.apache.camel - components-starter - 2.18.0-SNAPSHOT - - camel-ignite-starter - jar - Spring-Boot Starter :: Camel :: Ignite - Spring-Boot Starter for Camel Ignite component - - - org.springframework.boot - spring-boot-starter - ${spring-boot-version} - - - org.apache.camel - camel-ignite - - - org.apache.camel - camel-core-starter - - - org.apache.camel - camel-spring-boot-starter - - + + 4.0.0 + + org.apache.camel + components-starter + 2.18.0-SNAPSHOT + + camel-ignite-starter + jar + Spring-Boot Starter :: Camel :: Ignite + Spring-Boot Starter for Camel Ignite component + + + org.springframework.boot + spring-boot-starter + ${spring-boot-version} + + + org.apache.camel + camel-ignite + ${project.version} + + + org.apache.camel + camel-core-starter + + + org.apache.camel + camel-spring-boot-starter + + - http://git-wip-us.apache.org/repos/asf/camel/blob/1c195d13/components-starter/camel-infinispan-starter/pom.xml ---------------------------------------------------------------------- diff --git a/components-starter/camel-infinispan-starter/pom.xml b/components-starter/camel-infinispan-starter/pom.xml index 21125eb..51e80e3 100644 --- a/components-starter/camel-infinispan-starter/pom.xml +++ b/components-starter/camel-infinispan-starter/pom.xml @@ -15,36 +15,35 @@ See the License for the specific language governing permissions and limitations under the License. --> - - 4.0.0 - - org.apache.camel - components-starter - 2.18.0-SNAPSHOT - - camel-infinispan-starter - jar - Spring-Boot Starter :: Camel :: Infinispan - Spring-Boot Starter for Camel Infinispan support - - - org.springframework.boot - spring-boot-starter - ${spring-boot-version} - - - org.apache.camel - camel-infinispan - - - org.apache.camel - camel-core-starter - - - org.apache.camel - camel-spring-boot-starter - - + + 4.0.0 + + org.apache.camel + components-starter + 2.18.0-SNAPSHOT + + camel-infinispan-starter + jar + Spring-Boot Starter :: Camel :: Infinispan + Spring-Boot Starter for Camel Infinispan support + + + org.springframework.boot + spring-boot-starter + ${spring-boot-version} + + + org.apache.camel + camel-infinispan + ${project.version} + + + org.apache.camel + camel-core-starter + + + org.apache.camel + camel-spring-boot-starter + + - http://git-wip-us.apache.org/repos/asf/camel/blob/1c195d13/components-starter/camel-influxdb-starter/pom.xml ---------------------------------------------------------------------- diff --git a/components-starter/camel-influxdb-starter/pom.xml b/components-starter/camel-influxdb-starter/pom.xml index ceb2a87..5b71bb6 100644 --- a/components-starter/camel-influxdb-starter/pom.xml +++ b/components-starter/camel-influxdb-starter/pom.xml @@ -15,36 +15,35 @@ See the License for the specific language governing permissions and limitations under the License. --> - - 4.0.0 - - org.apache.camel - components-starter - 2.18.0-SNAPSHOT - - camel-influxdb-starter - jar - Spring-Boot Starter :: Camel :: InfluxDB - Spring-Boot Starter for Camel InfluxDB component - - - org.springframework.boot - spring-boot-starter - ${spring-boot-version} - - - org.apache.camel - camel-influxdb - - - org.apache.camel - camel-core-starter - - - org.apache.camel - camel-spring-boot-starter - - + + 4.0.0 + + org.apache.camel + components-starter + 2.18.0-SNAPSHOT + + camel-influxdb-starter + jar + Spring-Boot Starter :: Camel :: InfluxDB + Spring-Boot Starter for Camel InfluxDB component + + + org.springframework.boot + spring-boot-starter + ${spring-boot-version} + + + org.apache.camel + camel-influxdb + ${project.version} + + + org.apache.camel + camel-core-starter + + + org.apache.camel + camel-spring-boot-starter + + - http://git-wip-us.apache.org/repos/asf/camel/blob/1c195d13/components-starter/camel-irc-starter/pom.xml ---------------------------------------------------------------------- diff --git a/components-starter/camel-irc-starter/pom.xml b/components-starter/camel-irc-starter/pom.xml index 7417e0c..9d63ea5 100644 --- a/components-starter/camel-irc-starter/pom.xml +++ b/components-starter/camel-irc-starter/pom.xml @@ -15,36 +15,35 @@ See the License for the specific language governing permissions and limitations under the License. --> - - 4.0.0 - - org.apache.camel - components-starter - 2.18.0-SNAPSHOT - - camel-irc-starter - jar - Spring-Boot Starter :: Camel :: IRC - Spring-Boot Starter for Camel IRC support - - - org.springframework.boot - spring-boot-starter - ${spring-boot-version} - - - org.apache.camel - camel-irc - - - org.apache.camel - camel-core-starter - - - org.apache.camel - camel-spring-boot-starter - - + + 4.0.0 + + org.apache.camel + components-starter + 2.18.0-SNAPSHOT + + camel-irc-starter + jar + Spring-Boot Starter :: Camel :: IRC + Spring-Boot Starter for Camel IRC support + + + org.springframework.boot + spring-boot-starter + ${spring-boot-version} + + + org.apache.camel + camel-irc + ${project.version} + + + org.apache.camel + camel-core-starter + + + org.apache.camel + camel-spring-boot-starter + + - http://git-wip-us.apache.org/repos/asf/camel/blob/1c195d13/components-starter/camel-ironmq-starter/pom.xml ---------------------------------------------------------------------- diff --git a/components-starter/camel-ironmq-starter/pom.xml b/components-starter/camel-ironmq-starter/pom.xml index c31afb6..f3a5f25 100644 --- a/components-starter/camel-ironmq-starter/pom.xml +++ b/components-starter/camel-ironmq-starter/pom.xml @@ -15,36 +15,35 @@ See the License for the specific language governing permissions and limitations under the License. --> - - 4.0.0 - - org.apache.camel - components-starter - 2.18.0-SNAPSHOT - - camel-ironmq-starter - jar - Spring-Boot Starter :: Camel :: IronMQ - Spring-Boot Starter for Camel IronMQ component - - - org.springframework.boot - spring-boot-starter - ${spring-boot-version} - - - org.apache.camel - camel-ironmq - - - org.apache.camel - camel-core-starter - - - org.apache.camel - camel-spring-boot-starter - - + + 4.0.0 + + org.apache.camel + components-starter + 2.18.0-SNAPSHOT + + camel-ironmq-starter + jar + Spring-Boot Starter :: Camel :: IronMQ + Spring-Boot Starter for Camel IronMQ component + + + org.springframework.boot + spring-boot-starter + ${spring-boot-version} + + + org.apache.camel + camel-ironmq + ${project.version} + + + org.apache.camel + camel-core-starter + + + org.apache.camel + camel-spring-boot-starter + + - http://git-wip-us.apache.org/repos/asf/camel/blob/1c195d13/components-starter/camel-jackson-starter/pom.xml ---------------------------------------------------------------------- diff --git a/components-starter/camel-jackson-starter/pom.xml b/components-starter/camel-jackson-starter/pom.xml index 742f1a5..3894772 100644 --- a/components-starter/camel-jackson-starter/pom.xml +++ b/components-starter/camel-jackson-starter/pom.xml @@ -15,36 +15,35 @@ See the License for the specific language governing permissions and limitations under the License. --> - - 4.0.0 - - org.apache.camel - components-starter - 2.18.0-SNAPSHOT - - camel-jackson-starter - jar - Spring-Boot Starter :: Camel :: Jackson - Spring-Boot Starter for Camel Jackson support - - - org.springframework.boot - spring-boot-starter - ${spring-boot-version} - - - org.apache.camel - camel-jackson - - - org.apache.camel - camel-core-starter - - - org.apache.camel - camel-spring-boot-starter - - + + 4.0.0 + + org.apache.camel + components-starter + 2.18.0-SNAPSHOT + + camel-jackson-starter + jar + Spring-Boot Starter :: Camel :: Jackson + Spring-Boot Starter for Camel Jackson support + + + org.springframework.boot + spring-boot-starter + ${spring-boot-version} + + + org.apache.camel + camel-jackson + ${project.version} + + + org.apache.camel + camel-core-starter + + + org.apache.camel + camel-spring-boot-starter + + - http://git-wip-us.apache.org/repos/asf/camel/blob/1c195d13/components-starter/camel-jacksonxml-starter/pom.xml ---------------------------------------------------------------------- diff --git a/components-starter/camel-jacksonxml-starter/pom.xml b/components-starter/camel-jacksonxml-starter/pom.xml index 439fe2c..4295fba 100644 --- a/components-starter/camel-jacksonxml-starter/pom.xml +++ b/components-starter/camel-jacksonxml-starter/pom.xml @@ -15,36 +15,35 @@ See the License for the specific language governing permissions and limitations under the License. --> - - 4.0.0 - - org.apache.camel - components-starter - 2.18.0-SNAPSHOT - - camel-jacksonxml-starter - jar - Spring-Boot Starter :: Camel :: Jackson XML - Spring-Boot Starter for Camel Jackson XML support - - - org.springframework.boot - spring-boot-starter - ${spring-boot-version} - - - org.apache.camel - camel-jacksonxml - - - org.apache.camel - camel-core-starter - - - org.apache.camel - camel-spring-boot-starter - - + + 4.0.0 + + org.apache.camel + components-starter + 2.18.0-SNAPSHOT + + camel-jacksonxml-starter + jar + Spring-Boot Starter :: Camel :: Jackson XML + Spring-Boot Starter for Camel Jackson XML support + + + org.springframework.boot + spring-boot-starter + ${spring-boot-version} + + + org.apache.camel + camel-jacksonxml + ${project.version} + + + org.apache.camel + camel-core-starter + + + org.apache.camel + camel-spring-boot-starter + + - http://git-wip-us.apache.org/repos/asf/camel/blob/1c195d13/components-starter/camel-jasypt-starter/pom.xml ---------------------------------------------------------------------- diff --git a/components-starter/camel-jasypt-starter/pom.xml b/components-starter/camel-jasypt-starter/pom.xml index 4111904..3468949 100644 --- a/components-starter/camel-jasypt-starter/pom.xml +++ b/components-starter/camel-jasypt-starter/pom.xml @@ -15,36 +15,35 @@ See the License for the specific language governing permissions and limitations under the License. --> - - 4.0.0 - - org.apache.camel - components-starter - 2.18.0-SNAPSHOT - - camel-jasypt-starter - jar - Spring-Boot Starter :: Camel :: Jasypt - Spring-Boot Starter for Camel Jasypt support - - - org.springframework.boot - spring-boot-starter - ${spring-boot-version} - - - org.apache.camel - camel-jasypt - - - org.apache.camel - camel-core-starter - - - org.apache.camel - camel-spring-boot-starter - - + + 4.0.0 + + org.apache.camel + components-starter + 2.18.0-SNAPSHOT + + camel-jasypt-starter + jar + Spring-Boot Starter :: Camel :: Jasypt + Spring-Boot Starter for Camel Jasypt support + + + org.springframework.boot + spring-boot-starter + ${spring-boot-version} + + + org.apache.camel + camel-jasypt + ${project.version} + + + org.apache.camel + camel-core-starter + + + org.apache.camel + camel-spring-boot-starter + + - http://git-wip-us.apache.org/repos/asf/camel/blob/1c195d13/components-starter/camel-javaspace-starter/pom.xml ---------------------------------------------------------------------- diff --git a/components-starter/camel-javaspace-starter/pom.xml b/components-starter/camel-javaspace-starter/pom.xml index b82ef2b..ccbca01 100644 --- a/components-starter/camel-javaspace-starter/pom.xml +++ b/components-starter/camel-javaspace-starter/pom.xml @@ -15,36 +15,35 @@ See the License for the specific language governing permissions and limitations under the License. --> - - 4.0.0 - - org.apache.camel - components-starter - 2.18.0-SNAPSHOT - - camel-javaspace-starter - jar - Spring-Boot Starter :: Camel :: Javaspace (deprecated) - Spring-Boot Starter for Camel Javaspace support - - - org.springframework.boot - spring-boot-starter - ${spring-boot-version} - - - org.apache.camel - camel-javaspace - - - org.apache.camel - camel-core-starter - - - org.apache.camel - camel-spring-boot-starter - - + + 4.0.0 + + org.apache.camel + components-starter + 2.18.0-SNAPSHOT + + camel-javaspace-starter + jar + Spring-Boot Starter :: Camel :: Javaspace (deprecated) + Spring-Boot Starter for Camel Javaspace support + + + org.springframework.boot + spring-boot-starter + ${spring-boot-version} + + + org.apache.camel + camel-javaspace + ${project.version} + + + org.apache.camel + camel-core-starter + + + org.apache.camel + camel-spring-boot-starter + + - http://git-wip-us.apache.org/repos/asf/camel/blob/1c195d13/components-starter/camel-jaxb-starter/pom.xml ---------------------------------------------------------------------- diff --git a/components-starter/camel-jaxb-starter/pom.xml b/components-starter/camel-jaxb-starter/pom.xml index fdb9f01..590de77 100644 --- a/components-starter/camel-jaxb-starter/pom.xml +++ b/components-starter/camel-jaxb-starter/pom.xml @@ -15,36 +15,35 @@ See the License for the specific language governing permissions and limitations under the License. --> - - 4.0.0 - - org.apache.camel - components-starter - 2.18.0-SNAPSHOT - - camel-jaxb-starter - jar - Spring-Boot Starter :: Camel :: JAXB - Spring-Boot Starter for Camel JAXB support - - - org.springframework.boot - spring-boot-starter - ${spring-boot-version} - - - org.apache.camel - camel-jaxb - - - org.apache.camel - camel-core-starter - - - org.apache.camel - camel-spring-boot-starter - - + + 4.0.0 + + org.apache.camel + components-starter + 2.18.0-SNAPSHOT + + camel-jaxb-starter + jar + Spring-Boot Starter :: Camel :: JAXB + Spring-Boot Starter for Camel JAXB support + + + org.springframework.boot + spring-boot-starter + ${spring-boot-version} + + + org.apache.camel + camel-jaxb + ${project.version} + + + org.apache.camel + camel-core-starter + + + org.apache.camel + camel-spring-boot-starter + + - http://git-wip-us.apache.org/repos/asf/camel/blob/1c195d13/components-starter/camel-jbpm-starter/pom.xml ---------------------------------------------------------------------- diff --git a/components-starter/camel-jbpm-starter/pom.xml b/components-starter/camel-jbpm-starter/pom.xml index 69edce5..1beed4a6 100644 --- a/components-starter/camel-jbpm-starter/pom.xml +++ b/components-starter/camel-jbpm-starter/pom.xml @@ -15,36 +15,35 @@ See the License for the specific language governing permissions and limitations under the License. --> - - 4.0.0 - - org.apache.camel - components-starter - 2.18.0-SNAPSHOT - - camel-jbpm-starter - jar - Spring-Boot Starter :: Camel :: JBPM - Spring-Boot Starter for Camel JBPM support - - - org.springframework.boot - spring-boot-starter - ${spring-boot-version} - - - org.apache.camel - camel-jbpm - - - org.apache.camel - camel-core-starter - - - org.apache.camel - camel-spring-boot-starter - - + + 4.0.0 + + org.apache.camel + components-starter + 2.18.0-SNAPSHOT + + camel-jbpm-starter + jar + Spring-Boot Starter :: Camel :: JBPM + Spring-Boot Starter for Camel JBPM support + + + org.springframework.boot + spring-boot-starter + ${spring-boot-version} + + + org.apache.camel + camel-jbpm + ${project.version} + + + org.apache.camel + camel-core-starter + + + org.apache.camel + camel-spring-boot-starter + + - http://git-wip-us.apache.org/repos/asf/camel/blob/1c195d13/components-starter/camel-jcache-starter/pom.xml ---------------------------------------------------------------------- diff --git a/components-starter/camel-jcache-starter/pom.xml b/components-starter/camel-jcache-starter/pom.xml index d7818c0..0553f30 100644 --- a/components-starter/camel-jcache-starter/pom.xml +++ b/components-starter/camel-jcache-starter/pom.xml @@ -15,36 +15,35 @@ See the License for the specific language governing permissions and limitations under the License. --> - - 4.0.0 - - org.apache.camel - components-starter - 2.18.0-SNAPSHOT - - camel-jcache-starter - jar - Spring-Boot Starter :: Camel :: JCache - Spring-Boot Starter for Camel JCache support - - - org.springframework.boot - spring-boot-starter - ${spring-boot-version} - - - org.apache.camel - camel-jcache - - - org.apache.camel - camel-core-starter - - - org.apache.camel - camel-spring-boot-starter - - + + 4.0.0 + + org.apache.camel + components-starter + 2.18.0-SNAPSHOT + + camel-jcache-starter + jar + Spring-Boot Starter :: Camel :: JCache + Spring-Boot Starter for Camel JCache support + + + org.springframework.boot + spring-boot-starter + ${spring-boot-version} + + + org.apache.camel + camel-jcache + ${project.version} + + + org.apache.camel + camel-core-starter + + + org.apache.camel + camel-spring-boot-starter + + - http://git-wip-us.apache.org/repos/asf/camel/blob/1c195d13/components-starter/camel-jcr-starter/pom.xml ---------------------------------------------------------------------- diff --git a/components-starter/camel-jcr-starter/pom.xml b/components-starter/camel-jcr-starter/pom.xml index ca7c4f7..dc92ba3 100644 --- a/components-starter/camel-jcr-starter/pom.xml +++ b/components-starter/camel-jcr-starter/pom.xml @@ -15,41 +15,40 @@ See the License for the specific language governing permissions and limitations under the License. --> - - 4.0.0 - - org.apache.camel - components-starter - 2.18.0-SNAPSHOT - - camel-jcr-starter - jar - Spring-Boot Starter :: Camel :: JCR - Spring-Boot Starter for Camel JCR support - - - org.springframework.boot - spring-boot-starter - ${spring-boot-version} - - - org.apache.camel - camel-jcr - - - org.apache.camel - camel-core-starter - - - org.apache.camel - camel-spring-boot-starter - - - org.apache.lucene - lucene-core - ${lucene3-version} - - + + 4.0.0 + + org.apache.camel + components-starter + 2.18.0-SNAPSHOT + + camel-jcr-starter + jar + Spring-Boot Starter :: Camel :: JCR + Spring-Boot Starter for Camel JCR support + + + org.springframework.boot + spring-boot-starter + ${spring-boot-version} + + + org.apache.camel + camel-jcr + ${project.version} + + + org.apache.camel + camel-core-starter + + + org.apache.camel + camel-spring-boot-starter + + + org.apache.lucene + lucene-core + ${lucene3-version} + + - http://git-wip-us.apache.org/repos/asf/camel/blob/1c195d13/components-starter/camel-jdbc-starter/pom.xml ---------------------------------------------------------------------- diff --git a/components-starter/camel-jdbc-starter/pom.xml b/components-starter/camel-jdbc-starter/pom.xml index 45aa2af..e3ecd3c 100644 --- a/components-starter/camel-jdbc-starter/pom.xml +++ b/components-starter/camel-jdbc-starter/pom.xml @@ -15,36 +15,35 @@ See the License for the specific language governing permissions and limitations under the License. --> - - 4.0.0 - - org.apache.camel - components-starter - 2.18.0-SNAPSHOT - - camel-jdbc-starter - jar - Spring-Boot Starter :: Camel :: JDBC - Spring-Boot Starter for Camel JDBC support - - - org.springframework.boot - spring-boot-starter - ${spring-boot-version} - - - org.apache.camel - camel-jdbc - - - org.apache.camel - camel-core-starter - - - org.apache.camel - camel-spring-boot-starter - - + + 4.0.0 + + org.apache.camel + components-starter + 2.18.0-SNAPSHOT + + camel-jdbc-starter + jar + Spring-Boot Starter :: Camel :: JDBC + Spring-Boot Starter for Camel JDBC support + + + org.springframework.boot + spring-boot-starter + ${spring-boot-version} + + + org.apache.camel + camel-jdbc + ${project.version} + + + org.apache.camel + camel-core-starter + + + org.apache.camel + camel-spring-boot-starter + + - http://git-wip-us.apache.org/repos/asf/camel/blob/1c195d13/components-starter/camel-jetty-common-starter/pom.xml ---------------------------------------------------------------------- diff --git a/components-starter/camel-jetty-common-starter/pom.xml b/components-starter/camel-jetty-common-starter/pom.xml index 71a3f01..4012ee5 100644 --- a/components-starter/camel-jetty-common-starter/pom.xml +++ b/components-starter/camel-jetty-common-starter/pom.xml @@ -15,36 +15,35 @@ See the License for the specific language governing permissions and limitations under the License. --> - - 4.0.0 - - org.apache.camel - components-starter - 2.18.0-SNAPSHOT - - camel-jetty-common-starter - jar - Spring-Boot Starter :: Camel :: Jetty :: Common - Spring-Boot Starter for Camel Jetty 8.x/9.x support - - - org.springframework.boot - spring-boot-starter - ${spring-boot-version} - - - org.apache.camel - camel-jetty-common - - - org.apache.camel - camel-core-starter - - - org.apache.camel - camel-spring-boot-starter - - + + 4.0.0 + + org.apache.camel + components-starter + 2.18.0-SNAPSHOT + + camel-jetty-common-starter + jar + Spring-Boot Starter :: Camel :: Jetty :: Common + Spring-Boot Starter for Camel Jetty 8.x/9.x support + + + org.springframework.boot + spring-boot-starter + ${spring-boot-version} + + + org.apache.camel + camel-jetty-common + ${project.version} + + + org.apache.camel + camel-core-starter + + + org.apache.camel + camel-spring-boot-starter + + - http://git-wip-us.apache.org/repos/asf/camel/blob/1c195d13/components-starter/camel-jetty-starter/pom.xml ---------------------------------------------------------------------- diff --git a/components-starter/camel-jetty-starter/pom.xml b/components-starter/camel-jetty-starter/pom.xml index b7106de..1c4a88d 100644 --- a/components-starter/camel-jetty-starter/pom.xml +++ b/components-starter/camel-jetty-starter/pom.xml @@ -15,36 +15,35 @@ See the License for the specific language governing permissions and limitations under the License. --> - - 4.0.0 - - org.apache.camel - components-starter - 2.18.0-SNAPSHOT - - camel-jetty-starter - jar - Spring-Boot Starter :: Camel :: Jetty - Spring-Boot Starter for Camel Jetty Component - - - org.springframework.boot - spring-boot-starter - ${spring-boot-version} - - - org.apache.camel - camel-jetty - - - org.apache.camel - camel-core-starter - - - org.apache.camel - camel-spring-boot-starter - - + + 4.0.0 + + org.apache.camel + components-starter + 2.18.0-SNAPSHOT + + camel-jetty-starter + jar + Spring-Boot Starter :: Camel :: Jetty + Spring-Boot Starter for Camel Jetty Component + + + org.springframework.boot + spring-boot-starter + ${spring-boot-version} + + + org.apache.camel + camel-jetty + ${project.version} + + + org.apache.camel + camel-core-starter + + + org.apache.camel + camel-spring-boot-starter + + - http://git-wip-us.apache.org/repos/asf/camel/blob/1c195d13/components-starter/camel-jetty9-starter/pom.xml ---------------------------------------------------------------------- diff --git a/components-starter/camel-jetty9-starter/pom.xml b/components-starter/camel-jetty9-starter/pom.xml index 8c10468..3292f86 100644 --- a/components-starter/camel-jetty9-starter/pom.xml +++ b/components-starter/camel-jetty9-starter/pom.xml @@ -15,45 +15,44 @@ See the License for the specific language governing permissions and limitations under the License. --> - - 4.0.0 - - org.apache.camel - components-starter - 2.18.0-SNAPSHOT - - camel-jetty9-starter - jar - Spring-Boot Starter :: Camel :: Jetty9 - Spring-Boot Starter for Camel Jetty9 support - - - org.springframework.boot - spring-boot-starter - ${spring-boot-version} - - - org.apache.camel - camel-jetty9 - - - org.apache.camel - apt - ${project.version} - - - org.apache.camel - camel-core-starter - - - org.apache.camel - camel-spring-boot-starter - - - org.hibernate - hibernate-validator - - + + 4.0.0 + + org.apache.camel + components-starter + 2.18.0-SNAPSHOT + + camel-jetty9-starter + jar + Spring-Boot Starter :: Camel :: Jetty9 + Spring-Boot Starter for Camel Jetty9 support + + + org.springframework.boot + spring-boot-starter + ${spring-boot-version} + + + org.apache.camel + camel-jetty9 + ${project.version} + + + org.apache.camel + apt + ${project.version} + + + org.apache.camel + camel-core-starter + + + org.apache.camel + camel-spring-boot-starter + + + org.hibernate + hibernate-validator + + - http://git-wip-us.apache.org/repos/asf/camel/blob/1c195d13/components-starter/camel-jgroups-starter/pom.xml ---------------------------------------------------------------------- diff --git a/components-starter/camel-jgroups-starter/pom.xml b/components-starter/camel-jgroups-starter/pom.xml index 8b80020..3c1e206 100644 --- a/components-starter/camel-jgroups-starter/pom.xml +++ b/components-starter/camel-jgroups-starter/pom.xml @@ -15,36 +15,35 @@ See the License for the specific language governing permissions and limitations under the License. --> - - 4.0.0 - - org.apache.camel - components-starter - 2.18.0-SNAPSHOT - - camel-jgroups-starter - jar - Spring-Boot Starter :: Camel :: JGroups - Spring-Boot Starter for Camel JGroups support - - - org.springframework.boot - spring-boot-starter - ${spring-boot-version} - - - org.apache.camel - camel-jgroups - - - org.apache.camel - camel-core-starter - - - org.apache.camel - camel-spring-boot-starter - - + + 4.0.0 + + org.apache.camel + components-starter + 2.18.0-SNAPSHOT + + camel-jgroups-starter + jar + Spring-Boot Starter :: Camel :: JGroups + Spring-Boot Starter for Camel JGroups support + + + org.springframework.boot + spring-boot-starter + ${spring-boot-version} + + + org.apache.camel + camel-jgroups + ${project.version} + + + org.apache.camel + camel-core-starter + + + org.apache.camel + camel-spring-boot-starter + + - http://git-wip-us.apache.org/repos/asf/camel/blob/1c195d13/components-starter/camel-jibx-starter/pom.xml ---------------------------------------------------------------------- diff --git a/components-starter/camel-jibx-starter/pom.xml b/components-starter/camel-jibx-starter/pom.xml index 034310c..c58a883 100644 --- a/components-starter/camel-jibx-starter/pom.xml +++ b/components-starter/camel-jibx-starter/pom.xml @@ -15,36 +15,35 @@ See the License for the specific language governing permissions and limitations under the License. --> - - 4.0.0 - - org.apache.camel - components-starter - 2.18.0-SNAPSHOT - - camel-jibx-starter - jar - Spring-Boot Starter :: Camel :: Jibx - Spring-Boot Starter for Camel Jibx support - - - org.springframework.boot - spring-boot-starter - ${spring-boot-version} - - - org.apache.camel - camel-jibx - - - org.apache.camel - camel-core-starter - - - org.apache.camel - camel-spring-boot-starter - - + + 4.0.0 + + org.apache.camel + components-starter + 2.18.0-SNAPSHOT + + camel-jibx-starter + jar + Spring-Boot Starter :: Camel :: Jibx + Spring-Boot Starter for Camel Jibx support + + + org.springframework.boot + spring-boot-starter + ${spring-boot-version} + + + org.apache.camel + camel-jibx + ${project.version} + + + org.apache.camel + camel-core-starter + + + org.apache.camel + camel-spring-boot-starter + + - http://git-wip-us.apache.org/repos/asf/camel/blob/1c195d13/components-starter/camel-jing-starter/pom.xml ---------------------------------------------------------------------- diff --git a/components-starter/camel-jing-starter/pom.xml b/components-starter/camel-jing-starter/pom.xml index ca90c30..bfb45e1 100644 --- a/components-starter/camel-jing-starter/pom.xml +++ b/components-starter/camel-jing-starter/pom.xml @@ -15,36 +15,35 @@ See the License for the specific language governing permissions and limitations under the License. --> - - 4.0.0 - - org.apache.camel - components-starter - 2.18.0-SNAPSHOT - - camel-jing-starter - jar - Spring-Boot Starter :: Camel :: Jing - Spring-Boot Starter for Camel Jing support - - - org.springframework.boot - spring-boot-starter - ${spring-boot-version} - - - org.apache.camel - camel-jing - - - org.apache.camel - camel-core-starter - - - org.apache.camel - camel-spring-boot-starter - - + + 4.0.0 + + org.apache.camel + components-starter + 2.18.0-SNAPSHOT + + camel-jing-starter + jar + Spring-Boot Starter :: Camel :: Jing + Spring-Boot Starter for Camel Jing support + + + org.springframework.boot + spring-boot-starter + ${spring-boot-version} + + + org.apache.camel + camel-jing + ${project.version} + + + org.apache.camel + camel-core-starter + + + org.apache.camel + camel-spring-boot-starter + + - http://git-wip-us.apache.org/repos/asf/camel/blob/1c195d13/components-starter/camel-jira-starter/pom.xml ---------------------------------------------------------------------- diff --git a/components-starter/camel-jira-starter/pom.xml b/components-starter/camel-jira-starter/pom.xml index 62b07f8..9c4d84b 100644 --- a/components-starter/camel-jira-starter/pom.xml +++ b/components-starter/camel-jira-starter/pom.xml @@ -15,40 +15,39 @@ See the License for the specific language governing permissions and limitations under the License. --> - - 4.0.0 - - org.apache.camel - components-starter - 2.18.0-SNAPSHOT - - camel-jira-starter - jar - Spring-Boot Starter :: Camel :: JIRA - Spring-Boot Starter for Camel Components - - - org.springframework.boot - spring-boot-starter - ${spring-boot-version} - - - org.apache.camel - camel-jira - - - com.atlassian.jira - jira-rest-java-client - - - org.apache.camel - camel-core-starter - - - org.apache.camel - camel-spring-boot-starter - - + + 4.0.0 + + org.apache.camel + components-starter + 2.18.0-SNAPSHOT + + camel-jira-starter + jar + Spring-Boot Starter :: Camel :: JIRA + Spring-Boot Starter for Camel Components + + + org.springframework.boot + spring-boot-starter + ${spring-boot-version} + + + org.apache.camel + camel-jira + ${project.version} + + + com.atlassian.jira + jira-rest-java-client + + + org.apache.camel + camel-core-starter + + + org.apache.camel + camel-spring-boot-starter + + -