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

gnodet pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git

commit a4b1b299500c0bc44795f5bf8b081927f14e8dd6
Author: Guillaume Nodet <gno...@gmail.com>
AuthorDate: Mon May 6 17:28:21 2019 +0200

    [CAMEL-13177] Remove Bnd-LastModified manifest header which cause all 
manifest to be stale when rebuilding
---
 parent/pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/parent/pom.xml b/parent/pom.xml
index 153f44e..43a7235 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -5636,6 +5636,7 @@
                         
<Karaf-Info>Camel;${project.artifactId}=${project.version}</Karaf-Info>
                         
<_versionpolicy>${camel.osgi.import.default.version}</_versionpolicy>
                         <_failok>${camel.osgi.failok}</_failok>
+                        <_removeheaders>Bnd-LastModified</_removeheaders>
                     </instructions>
                 </configuration>
                 <executions>

Reply via email to