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 2bbb339  SLING-11430 Don't emit full report in case of baselining 
issues
2bbb339 is described below

commit 2bbb339fb897425deb4239b4178a2a351d1ada89
Author: Konrad Windszus <[email protected]>
AuthorDate: Thu Jun 30 19:09:52 2022 +0200

    SLING-11430 Don't emit full report in case of baselining issues
    
    Update to Bnd 6.3.1
---
 sling-bundle-parent/pom.xml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/sling-bundle-parent/pom.xml b/sling-bundle-parent/pom.xml
index f03f6d4..11e3f7a 100644
--- a/sling-bundle-parent/pom.xml
+++ b/sling-bundle-parent/pom.xml
@@ -40,7 +40,7 @@
     </scm>
 
     <properties>
-        <bnd.version>6.3.0</bnd.version>
+        <bnd.version>6.3.1</bnd.version>
     </properties>
 
     <build>
@@ -93,7 +93,6 @@ Bundle-DocURL: https://sling.apache.org
                     <version>${bnd.version}</version>
                     <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>

Reply via email to