You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by kw...@apache.org on 2020/02/10 14:42:27 UTC

[sling-parent] branch master updated: SLING-8735 disable baseline for bundle versions

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

kwin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-parent.git


The following commit(s) were added to refs/heads/master by this push:
     new b63b9a4  SLING-8735 disable baseline for bundle versions
b63b9a4 is described below

commit b63b9a41f54bb2731481bb4dcab893399593ca7b
Author: Konrad Windszus <kw...@apache.org>
AuthorDate: Mon Feb 10 15:42:16 2020 +0100

    SLING-8735 disable baseline for bundle versions
---
 sling-bundle-parent/pom.xml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/sling-bundle-parent/pom.xml b/sling-bundle-parent/pom.xml
index 71d8b37..ab29ed6 100644
--- a/sling-bundle-parent/pom.xml
+++ b/sling-bundle-parent/pom.xml
@@ -90,6 +90,10 @@ Bundle-DocURL: http://sling.apache.org
                     <configuration>
                         <includeDistributionManagement>false</includeDistributionManagement>
                         <fullReport>true</fullReport>
+                        <diffignores>
+                            <!-- ignore Bundle-Version header for baseline, i.e. no enforcement of specific bundle versions -->
+                            <diffignore>Bundle-Version</diffignore>
+                        </diffignores>
                     </configuration>
                     <executions>
                         <execution>