You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by gz...@apache.org on 2020/01/19 12:03:01 UTC

[camel] branch camel-2.25.x updated (7506710 -> b82cb10)

This is an automated email from the ASF dual-hosted git repository.

gzurowski pushed a change to branch camel-2.25.x
in repository https://gitbox.apache.org/repos/asf/camel.git.


    from 7506710  CAMEL-14412 - Maven central now requires HTTPS
     new 51a2474  Add generated.txt to license check excludes
     new b82cb10  Add license header to sites.yml

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 docs/site.yml | 17 +++++++++++++++++
 pom.xml       |  1 +
 2 files changed, 18 insertions(+)


[camel] 01/02: Add generated.txt to license check excludes

Posted by gz...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

gzurowski pushed a commit to branch camel-2.25.x
in repository https://gitbox.apache.org/repos/asf/camel.git

commit 51a2474747b43b495777e508f89882290485eea6
Author: Gregor Zurowski <gr...@zurowski.org>
AuthorDate: Sun Jan 19 03:59:03 2020 -0800

    Add generated.txt to license check excludes
---
 pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pom.xml b/pom.xml
index 1a994b8..002b58a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -220,6 +220,7 @@
             <configuration>
               <excludeSubProjects>false</excludeSubProjects>
               <excludes>
+                <exclude>**/generated.txt</exclude>
                 <exclude>**/README</exclude>
                 <exclude>**/README.txt</exclude>
                 <exclude>**/README.md</exclude>


[camel] 02/02: Add license header to sites.yml

Posted by gz...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

gzurowski pushed a commit to branch camel-2.25.x
in repository https://gitbox.apache.org/repos/asf/camel.git

commit b82cb10dee713567ddcf150f360967540fad53bf
Author: Gregor Zurowski <gr...@zurowski.org>
AuthorDate: Sun Jan 19 03:59:42 2020 -0800

    Add license header to sites.yml
---
 docs/site.yml | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)

diff --git a/docs/site.yml b/docs/site.yml
index 11190a4..bb7f542 100644
--- a/docs/site.yml
+++ b/docs/site.yml
@@ -1,3 +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.
+#
+
 site:
   title: Apache Camel