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 39F63200C69 for ; Sat, 6 May 2017 18:53:02 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 3886A160BCF; Sat, 6 May 2017 16:53:02 +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 F3426160BD7 for ; Sat, 6 May 2017 18:52:58 +0200 (CEST) Received: (qmail 22708 invoked by uid 500); 6 May 2017 16:52:57 -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 20963 invoked by uid 99); 6 May 2017 16:52:56 -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; Sat, 06 May 2017 16:52:56 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id BBBBEE9112; Sat, 6 May 2017 16:52:56 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: zregvart@apache.org To: commits@camel.apache.org Date: Sat, 06 May 2017 16:53:24 -0000 Message-Id: In-Reply-To: <10924e6d2740456d9d884f028d551145@git.apache.org> References: <10924e6d2740456d9d884f028d551145@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [29/52] [abbrv] [partial] camel git commit: CAMEL-11194 Upgrade Checkstyle and update rules archived-at: Sat, 06 May 2017 16:53:02 -0000 http://git-wip-us.apache.org/repos/asf/camel/blob/f8289966/components/camel-linkedin/camel-linkedin-component/src/test/resources/test-options.properties ---------------------------------------------------------------------- diff --git a/components/camel-linkedin/camel-linkedin-component/src/test/resources/test-options.properties b/components/camel-linkedin/camel-linkedin-component/src/test/resources/test-options.properties index 4bb03f0..43404f5 100644 --- a/components/camel-linkedin/camel-linkedin-component/src/test/resources/test-options.properties +++ b/components/camel-linkedin/camel-linkedin-component/src/test/resources/test-options.properties @@ -1,19 +1,20 @@ -# -# Licensed to the Apache Software Foundation (ASF) under one or more -# contributor license agreements. See the NOTICE file distributed with -# this work for additional information regarding copyright ownership. -# The ASF licenses this file to You under the Apache License, Version 2.0 -# (the "License"); you may not use this file except in compliance with -# the License. You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. -# +## --------------------------------------------------------------------------- +## Licensed to the Apache Software Foundation (ASF) under one or more +## contributor license agreements. See the NOTICE file distributed with +## this work for additional information regarding copyright ownership. +## The ASF licenses this file to You under the Apache License, Version 2.0 +## (the "License"); you may not use this file except in compliance with +## the License. You may obtain a copy of the License at +## +## http://www.apache.org/licenses/LICENSE-2.0 +## +## Unless required by applicable law or agreed to in writing, software +## distributed under the License is distributed on an "AS IS" BASIS, +## WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +## See the License for the specific language governing permissions and +## limitations under the License. +## --------------------------------------------------------------------------- + # LinkedIn user name userName= # LinkedIn user password http://git-wip-us.apache.org/repos/asf/camel/blob/f8289966/components/camel-linkedin/pom.xml ---------------------------------------------------------------------- diff --git a/components/camel-linkedin/pom.xml b/components/camel-linkedin/pom.xml index 19116a0..4dfbe1f 100644 --- a/components/camel-linkedin/pom.xml +++ b/components/camel-linkedin/pom.xml @@ -1,20 +1,22 @@ + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + +--> 4.0.0 http://git-wip-us.apache.org/repos/asf/camel/blob/f8289966/components/camel-lucene/pom.xml ---------------------------------------------------------------------- diff --git a/components/camel-lucene/pom.xml b/components/camel-lucene/pom.xml index 76e44e0..dd02590 100644 --- a/components/camel-lucene/pom.xml +++ b/components/camel-lucene/pom.xml @@ -1,19 +1,21 @@ http://git-wip-us.apache.org/repos/asf/camel/blob/f8289966/components/camel-lucene/src/test/resources/log4j2.properties ---------------------------------------------------------------------- diff --git a/components/camel-lucene/src/test/resources/log4j2.properties b/components/camel-lucene/src/test/resources/log4j2.properties index 6303081..b995476 100644 --- a/components/camel-lucene/src/test/resources/log4j2.properties +++ b/components/camel-lucene/src/test/resources/log4j2.properties @@ -6,7 +6,7 @@ ## (the "License"); you may not use this file except in compliance with ## the License. You may obtain a copy of the License at ## -## http://www.apache.org/licenses/LICENSE-2.0 +## http://www.apache.org/licenses/LICENSE-2.0 ## ## Unless required by applicable law or agreed to in writing, software ## distributed under the License is distributed on an "AS IS" BASIS, http://git-wip-us.apache.org/repos/asf/camel/blob/f8289966/components/camel-lumberjack/pom.xml ---------------------------------------------------------------------- diff --git a/components/camel-lumberjack/pom.xml b/components/camel-lumberjack/pom.xml index 65df5ea..94d16ac 100644 --- a/components/camel-lumberjack/pom.xml +++ b/components/camel-lumberjack/pom.xml @@ -8,7 +8,7 @@ (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, http://git-wip-us.apache.org/repos/asf/camel/blob/f8289966/components/camel-lumberjack/src/test/resources/log4j2.properties ---------------------------------------------------------------------- diff --git a/components/camel-lumberjack/src/test/resources/log4j2.properties b/components/camel-lumberjack/src/test/resources/log4j2.properties index 279c8e5..eff63c2 100644 --- a/components/camel-lumberjack/src/test/resources/log4j2.properties +++ b/components/camel-lumberjack/src/test/resources/log4j2.properties @@ -6,7 +6,7 @@ ## (the "License"); you may not use this file except in compliance with ## the License. You may obtain a copy of the License at ## -## http://www.apache.org/licenses/LICENSE-2.0 +## http://www.apache.org/licenses/LICENSE-2.0 ## ## Unless required by applicable law or agreed to in writing, software ## distributed under the License is distributed on an "AS IS" BASIS, http://git-wip-us.apache.org/repos/asf/camel/blob/f8289966/components/camel-lzf/pom.xml ---------------------------------------------------------------------- diff --git a/components/camel-lzf/pom.xml b/components/camel-lzf/pom.xml index 9e3c234..fb4947e 100644 --- a/components/camel-lzf/pom.xml +++ b/components/camel-lzf/pom.xml @@ -1,20 +1,22 @@ + + Licensed to the Apache Software Foundation (ASF) under one or more + contributor license agreements. See the NOTICE file distributed with + this work for additional information regarding copyright ownership. + The ASF licenses this file to You under the Apache License, Version 2.0 + (the "License"); you may not use this file except in compliance with + the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + +--> 4.0.0 http://git-wip-us.apache.org/repos/asf/camel/blob/f8289966/components/camel-lzf/src/test/resources/log4j2.properties ---------------------------------------------------------------------- diff --git a/components/camel-lzf/src/test/resources/log4j2.properties b/components/camel-lzf/src/test/resources/log4j2.properties index ce29a5f..f63f245 100644 --- a/components/camel-lzf/src/test/resources/log4j2.properties +++ b/components/camel-lzf/src/test/resources/log4j2.properties @@ -6,7 +6,7 @@ ## (the "License"); you may not use this file except in compliance with ## the License. You may obtain a copy of the License at ## -## http://www.apache.org/licenses/LICENSE-2.0 +## http://www.apache.org/licenses/LICENSE-2.0 ## ## Unless required by applicable law or agreed to in writing, software ## distributed under the License is distributed on an "AS IS" BASIS, http://git-wip-us.apache.org/repos/asf/camel/blob/f8289966/components/camel-mail/pom.xml ---------------------------------------------------------------------- diff --git a/components/camel-mail/pom.xml b/components/camel-mail/pom.xml index b1123ce..8bc538a 100644 --- a/components/camel-mail/pom.xml +++ b/components/camel-mail/pom.xml @@ -1,19 +1,21 @@ 4.0.0 http://git-wip-us.apache.org/repos/asf/camel/blob/f8289966/components/camel-mail/src/test/resources/log4j2.properties ---------------------------------------------------------------------- diff --git a/components/camel-mail/src/test/resources/log4j2.properties b/components/camel-mail/src/test/resources/log4j2.properties index 4dc5c88..fcbbc91 100644 --- a/components/camel-mail/src/test/resources/log4j2.properties +++ b/components/camel-mail/src/test/resources/log4j2.properties @@ -6,7 +6,7 @@ ## (the "License"); you may not use this file except in compliance with ## the License. You may obtain a copy of the License at ## -## http://www.apache.org/licenses/LICENSE-2.0 +## http://www.apache.org/licenses/LICENSE-2.0 ## ## Unless required by applicable law or agreed to in writing, software ## distributed under the License is distributed on an "AS IS" BASIS, http://git-wip-us.apache.org/repos/asf/camel/blob/f8289966/components/camel-metrics/pom.xml ---------------------------------------------------------------------- diff --git a/components/camel-metrics/pom.xml b/components/camel-metrics/pom.xml index ac3493f..1c488f5 100644 --- a/components/camel-metrics/pom.xml +++ b/components/camel-metrics/pom.xml @@ -1,18 +1,21 @@ 4.0.0 http://git-wip-us.apache.org/repos/asf/camel/blob/f8289966/components/camel-metrics/src/test/resources/log4j2.properties ---------------------------------------------------------------------- diff --git a/components/camel-metrics/src/test/resources/log4j2.properties b/components/camel-metrics/src/test/resources/log4j2.properties index a6ea225..821d95a 100644 --- a/components/camel-metrics/src/test/resources/log4j2.properties +++ b/components/camel-metrics/src/test/resources/log4j2.properties @@ -6,7 +6,7 @@ ## (the "License"); you may not use this file except in compliance with ## the License. You may obtain a copy of the License at ## -## http://www.apache.org/licenses/LICENSE-2.0 +## http://www.apache.org/licenses/LICENSE-2.0 ## ## Unless required by applicable law or agreed to in writing, software ## distributed under the License is distributed on an "AS IS" BASIS, http://git-wip-us.apache.org/repos/asf/camel/blob/f8289966/components/camel-metrics/src/test/resources/org/apache/camel/component/metrics/messagehistory/SpringMetricsMessageHistoryTest.xml ---------------------------------------------------------------------- diff --git a/components/camel-metrics/src/test/resources/org/apache/camel/component/metrics/messagehistory/SpringMetricsMessageHistoryTest.xml b/components/camel-metrics/src/test/resources/org/apache/camel/component/metrics/messagehistory/SpringMetricsMessageHistoryTest.xml index 11854e8..d2a6ce4 100644 --- a/components/camel-metrics/src/test/resources/org/apache/camel/component/metrics/messagehistory/SpringMetricsMessageHistoryTest.xml +++ b/components/camel-metrics/src/test/resources/org/apache/camel/component/metrics/messagehistory/SpringMetricsMessageHistoryTest.xml @@ -1,5 +1,6 @@ http://git-wip-us.apache.org/repos/asf/camel/blob/f8289966/components/camel-milo/src/test/resources/log4j2.properties ---------------------------------------------------------------------- diff --git a/components/camel-milo/src/test/resources/log4j2.properties b/components/camel-milo/src/test/resources/log4j2.properties index eff03ed..68f30b8 100644 --- a/components/camel-milo/src/test/resources/log4j2.properties +++ b/components/camel-milo/src/test/resources/log4j2.properties @@ -6,7 +6,7 @@ ## (the "License"); you may not use this file except in compliance with ## the License. You may obtain a copy of the License at ## -## http://www.apache.org/licenses/LICENSE-2.0 +## http://www.apache.org/licenses/LICENSE-2.0 ## ## Unless required by applicable law or agreed to in writing, software ## distributed under the License is distributed on an "AS IS" BASIS, http://git-wip-us.apache.org/repos/asf/camel/blob/f8289966/components/camel-mina/pom.xml ---------------------------------------------------------------------- diff --git a/components/camel-mina/pom.xml b/components/camel-mina/pom.xml index 34e8609..13775bf 100644 --- a/components/camel-mina/pom.xml +++ b/components/camel-mina/pom.xml @@ -1,19 +1,21 @@ 4.0.0 http://git-wip-us.apache.org/repos/asf/camel/blob/f8289966/components/camel-mina/src/test/resources/jndi-example.properties ---------------------------------------------------------------------- diff --git a/components/camel-mina/src/test/resources/jndi-example.properties b/components/camel-mina/src/test/resources/jndi-example.properties index 5961589..5b03d6a 100644 --- a/components/camel-mina/src/test/resources/jndi-example.properties +++ b/components/camel-mina/src/test/resources/jndi-example.properties @@ -6,7 +6,7 @@ ## (the "License"); you may not use this file except in compliance with ## the License. You may obtain a copy of the License at ## -## http://www.apache.org/licenses/LICENSE-2.0 +## http://www.apache.org/licenses/LICENSE-2.0 ## ## Unless required by applicable law or agreed to in writing, software ## distributed under the License is distributed on an "AS IS" BASIS, http://git-wip-us.apache.org/repos/asf/camel/blob/f8289966/components/camel-mina/src/test/resources/log4j2.properties ---------------------------------------------------------------------- diff --git a/components/camel-mina/src/test/resources/log4j2.properties b/components/camel-mina/src/test/resources/log4j2.properties index a481f6d..da54aa2 100644 --- a/components/camel-mina/src/test/resources/log4j2.properties +++ b/components/camel-mina/src/test/resources/log4j2.properties @@ -6,7 +6,7 @@ ## (the "License"); you may not use this file except in compliance with ## the License. You may obtain a copy of the License at ## -## http://www.apache.org/licenses/LICENSE-2.0 +## http://www.apache.org/licenses/LICENSE-2.0 ## ## Unless required by applicable law or agreed to in writing, software ## distributed under the License is distributed on an "AS IS" BASIS, http://git-wip-us.apache.org/repos/asf/camel/blob/f8289966/components/camel-mina/src/test/resources/org/apache/camel/component/mina/SpringMinaEndpointTest-context.xml ---------------------------------------------------------------------- diff --git a/components/camel-mina/src/test/resources/org/apache/camel/component/mina/SpringMinaEndpointTest-context.xml b/components/camel-mina/src/test/resources/org/apache/camel/component/mina/SpringMinaEndpointTest-context.xml index e7b0e3a..587c7a4 100644 --- a/components/camel-mina/src/test/resources/org/apache/camel/component/mina/SpringMinaEndpointTest-context.xml +++ b/components/camel-mina/src/test/resources/org/apache/camel/component/mina/SpringMinaEndpointTest-context.xml @@ -1,5 +1,6 @@ 4.0.0 http://git-wip-us.apache.org/repos/asf/camel/blob/f8289966/components/camel-mina2/src/test/resources/jndi-example.properties ---------------------------------------------------------------------- diff --git a/components/camel-mina2/src/test/resources/jndi-example.properties b/components/camel-mina2/src/test/resources/jndi-example.properties index 5961589..5b03d6a 100644 --- a/components/camel-mina2/src/test/resources/jndi-example.properties +++ b/components/camel-mina2/src/test/resources/jndi-example.properties @@ -6,7 +6,7 @@ ## (the "License"); you may not use this file except in compliance with ## the License. You may obtain a copy of the License at ## -## http://www.apache.org/licenses/LICENSE-2.0 +## http://www.apache.org/licenses/LICENSE-2.0 ## ## Unless required by applicable law or agreed to in writing, software ## distributed under the License is distributed on an "AS IS" BASIS, http://git-wip-us.apache.org/repos/asf/camel/blob/f8289966/components/camel-mina2/src/test/resources/log4j2.properties ---------------------------------------------------------------------- diff --git a/components/camel-mina2/src/test/resources/log4j2.properties b/components/camel-mina2/src/test/resources/log4j2.properties index 9335e88..6bfa9f8 100644 --- a/components/camel-mina2/src/test/resources/log4j2.properties +++ b/components/camel-mina2/src/test/resources/log4j2.properties @@ -6,7 +6,7 @@ ## (the "License"); you may not use this file except in compliance with ## the License. You may obtain a copy of the License at ## -## http://www.apache.org/licenses/LICENSE-2.0 +## http://www.apache.org/licenses/LICENSE-2.0 ## ## Unless required by applicable law or agreed to in writing, software ## distributed under the License is distributed on an "AS IS" BASIS, http://git-wip-us.apache.org/repos/asf/camel/blob/f8289966/components/camel-mina2/src/test/resources/org/apache/camel/component/mina2/SpringMinaEndpointTest-context.xml ---------------------------------------------------------------------- diff --git a/components/camel-mina2/src/test/resources/org/apache/camel/component/mina2/SpringMinaEndpointTest-context.xml b/components/camel-mina2/src/test/resources/org/apache/camel/component/mina2/SpringMinaEndpointTest-context.xml index 022152e..1bb69d7 100644 --- a/components/camel-mina2/src/test/resources/org/apache/camel/component/mina2/SpringMinaEndpointTest-context.xml +++ b/components/camel-mina2/src/test/resources/org/apache/camel/component/mina2/SpringMinaEndpointTest-context.xml @@ -1,5 +1,6 @@ +--> +--> 4.0.0 http://git-wip-us.apache.org/repos/asf/camel/blob/f8289966/components/camel-mqtt/src/test/resources/log4j2.properties ---------------------------------------------------------------------- diff --git a/components/camel-mqtt/src/test/resources/log4j2.properties b/components/camel-mqtt/src/test/resources/log4j2.properties index 23b0d34..c7fcffc 100644 --- a/components/camel-mqtt/src/test/resources/log4j2.properties +++ b/components/camel-mqtt/src/test/resources/log4j2.properties @@ -6,7 +6,7 @@ ## (the "License"); you may not use this file except in compliance with ## the License. You may obtain a copy of the License at ## -## http://www.apache.org/licenses/LICENSE-2.0 +## http://www.apache.org/licenses/LICENSE-2.0 ## ## Unless required by applicable law or agreed to in writing, software ## distributed under the License is distributed on an "AS IS" BASIS, http://git-wip-us.apache.org/repos/asf/camel/blob/f8289966/components/camel-mqtt/src/test/resources/org/apache/camel/component/mqtt/SpringMQTTTest.xml ---------------------------------------------------------------------- diff --git a/components/camel-mqtt/src/test/resources/org/apache/camel/component/mqtt/SpringMQTTTest.xml b/components/camel-mqtt/src/test/resources/org/apache/camel/component/mqtt/SpringMQTTTest.xml index 7574675..07be8ff 100644 --- a/components/camel-mqtt/src/test/resources/org/apache/camel/component/mqtt/SpringMQTTTest.xml +++ b/components/camel-mqtt/src/test/resources/org/apache/camel/component/mqtt/SpringMQTTTest.xml @@ -1,20 +1,22 @@ + + Licensed to the Apache Software Foundation (ASF) under one or more + contributor license agreements. See the NOTICE file distributed with + this work for additional information regarding copyright ownership. + The ASF licenses this file to You under the Apache License, Version 2.0 + (the "License"); you may not use this file except in compliance with + the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + +--> 4.0.0 http://git-wip-us.apache.org/repos/asf/camel/blob/f8289966/components/camel-msv/src/test/resources/log4j2.properties ---------------------------------------------------------------------- diff --git a/components/camel-msv/src/test/resources/log4j2.properties b/components/camel-msv/src/test/resources/log4j2.properties index 07ef779..74dee2a 100644 --- a/components/camel-msv/src/test/resources/log4j2.properties +++ b/components/camel-msv/src/test/resources/log4j2.properties @@ -6,7 +6,7 @@ ## (the "License"); you may not use this file except in compliance with ## the License. You may obtain a copy of the License at ## -## http://www.apache.org/licenses/LICENSE-2.0 +## http://www.apache.org/licenses/LICENSE-2.0 ## ## Unless required by applicable law or agreed to in writing, software ## distributed under the License is distributed on an "AS IS" BASIS, http://git-wip-us.apache.org/repos/asf/camel/blob/f8289966/components/camel-msv/src/test/resources/org/apache/camel/component/validator/msv/camelContext.xml ---------------------------------------------------------------------- diff --git a/components/camel-msv/src/test/resources/org/apache/camel/component/validator/msv/camelContext.xml b/components/camel-msv/src/test/resources/org/apache/camel/component/validator/msv/camelContext.xml index 2638eec..0c2a22c 100644 --- a/components/camel-msv/src/test/resources/org/apache/camel/component/validator/msv/camelContext.xml +++ b/components/camel-msv/src/test/resources/org/apache/camel/component/validator/msv/camelContext.xml @@ -1,5 +1,6 @@ 4.0.0 http://git-wip-us.apache.org/repos/asf/camel/blob/f8289966/components/camel-mustache/src/test/resources/log4j2.properties ---------------------------------------------------------------------- diff --git a/components/camel-mustache/src/test/resources/log4j2.properties b/components/camel-mustache/src/test/resources/log4j2.properties index b59cb85..35f84b8 100644 --- a/components/camel-mustache/src/test/resources/log4j2.properties +++ b/components/camel-mustache/src/test/resources/log4j2.properties @@ -6,7 +6,7 @@ ## (the "License"); you may not use this file except in compliance with ## the License. You may obtain a copy of the License at ## -## http://www.apache.org/licenses/LICENSE-2.0 +## http://www.apache.org/licenses/LICENSE-2.0 ## ## Unless required by applicable law or agreed to in writing, software ## distributed under the License is distributed on an "AS IS" BASIS, http://git-wip-us.apache.org/repos/asf/camel/blob/f8289966/components/camel-mvel/pom.xml ---------------------------------------------------------------------- diff --git a/components/camel-mvel/pom.xml b/components/camel-mvel/pom.xml index 6661fb9..69e9974 100644 --- a/components/camel-mvel/pom.xml +++ b/components/camel-mvel/pom.xml @@ -1,19 +1,21 @@ 4.0.0 http://git-wip-us.apache.org/repos/asf/camel/blob/f8289966/components/camel-mvel/src/test/resources/jndi.properties ---------------------------------------------------------------------- diff --git a/components/camel-mvel/src/test/resources/jndi.properties b/components/camel-mvel/src/test/resources/jndi.properties index 056a8f0..4c3cbfd 100644 --- a/components/camel-mvel/src/test/resources/jndi.properties +++ b/components/camel-mvel/src/test/resources/jndi.properties @@ -6,7 +6,7 @@ ## (the "License"); you may not use this file except in compliance with ## the License. You may obtain a copy of the License at ## -## http://www.apache.org/licenses/LICENSE-2.0 +## http://www.apache.org/licenses/LICENSE-2.0 ## ## Unless required by applicable law or agreed to in writing, software ## distributed under the License is distributed on an "AS IS" BASIS, http://git-wip-us.apache.org/repos/asf/camel/blob/f8289966/components/camel-mvel/src/test/resources/log4j2.properties ---------------------------------------------------------------------- diff --git a/components/camel-mvel/src/test/resources/log4j2.properties b/components/camel-mvel/src/test/resources/log4j2.properties index 82abb78..4d6b261 100644 --- a/components/camel-mvel/src/test/resources/log4j2.properties +++ b/components/camel-mvel/src/test/resources/log4j2.properties @@ -6,7 +6,7 @@ ## (the "License"); you may not use this file except in compliance with ## the License. You may obtain a copy of the License at ## -## http://www.apache.org/licenses/LICENSE-2.0 +## http://www.apache.org/licenses/LICENSE-2.0 ## ## Unless required by applicable law or agreed to in writing, software ## distributed under the License is distributed on an "AS IS" BASIS, http://git-wip-us.apache.org/repos/asf/camel/blob/f8289966/components/camel-mybatis/pom.xml ---------------------------------------------------------------------- diff --git a/components/camel-mybatis/pom.xml b/components/camel-mybatis/pom.xml index 155c554..30ced09 100644 --- a/components/camel-mybatis/pom.xml +++ b/components/camel-mybatis/pom.xml @@ -1,19 +1,21 @@ 4.0.0 http://git-wip-us.apache.org/repos/asf/camel/blob/f8289966/components/camel-mybatis/src/test/resources/SqlMapConfig.xml ---------------------------------------------------------------------- diff --git a/components/camel-mybatis/src/test/resources/SqlMapConfig.xml b/components/camel-mybatis/src/test/resources/SqlMapConfig.xml index ced8ccc..4bc93c3 100644 --- a/components/camel-mybatis/src/test/resources/SqlMapConfig.xml +++ b/components/camel-mybatis/src/test/resources/SqlMapConfig.xml @@ -1,19 +1,21 @@ 4.0.0 http://git-wip-us.apache.org/repos/asf/camel/blob/f8289966/components/camel-nagios/src/test/resources/log4j2.properties ---------------------------------------------------------------------- diff --git a/components/camel-nagios/src/test/resources/log4j2.properties b/components/camel-nagios/src/test/resources/log4j2.properties index c5e8d63..12d0b1d 100644 --- a/components/camel-nagios/src/test/resources/log4j2.properties +++ b/components/camel-nagios/src/test/resources/log4j2.properties @@ -6,7 +6,7 @@ ## (the "License"); you may not use this file except in compliance with ## the License. You may obtain a copy of the License at ## -## http://www.apache.org/licenses/LICENSE-2.0 +## http://www.apache.org/licenses/LICENSE-2.0 ## ## Unless required by applicable law or agreed to in writing, software ## distributed under the License is distributed on an "AS IS" BASIS,