You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2021/01/15 21:24:26 UTC

[camel] branch camel-3.7.x updated: Add a licenceHeader property (the pom properties already have properties set). (#4892)

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

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


The following commit(s) were added to refs/heads/camel-3.7.x by this push:
     new a5595ca  Add a licenceHeader property (the pom properties already have properties set). (#4892)
a5595ca is described below

commit a5595ca38279bb1db0fe4de6f6bbf2f0ae00154b
Author: Tom Cunningham <tc...@redhat.com>
AuthorDate: Fri Jan 15 16:20:50 2021 -0500

    Add a licenceHeader property (the pom properties already have properties set). (#4892)
---
 catalog/camel-catalog/pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/catalog/camel-catalog/pom.xml b/catalog/camel-catalog/pom.xml
index 1d48e06..f19413c 100644
--- a/catalog/camel-catalog/pom.xml
+++ b/catalog/camel-catalog/pom.xml
@@ -171,6 +171,7 @@
                 <configuration>
                     <sourcePom>${basedir}/../../parent/pom.xml</sourcePom>
                     <targetPom>${basedir}/../../camel-dependencies/pom.xml</targetPom>
+                    <licenceHeader>${basedir}/../../etc/apache-header.xml</licenceHeader>
                 </configuration>
             </plugin>
         </plugins>