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 2019/03/15 08:06:49 UTC

[sling-parent] branch master updated: SLING-8318 update to bnd 4.2.0

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 8983b12  SLING-8318 update to bnd 4.2.0
8983b12 is described below

commit 8983b12c8e0291157fa29bfa9d1226940fac94d7
Author: Konrad Windszus <kw...@apache.org>
AuthorDate: Fri Mar 15 09:06:43 2019 +0100

    SLING-8318 update to bnd 4.2.0
---
 sling-bundle-parent/pom.xml | 13 ++-----------
 1 file changed, 2 insertions(+), 11 deletions(-)

diff --git a/sling-bundle-parent/pom.xml b/sling-bundle-parent/pom.xml
index 4013801..db1b631 100644
--- a/sling-bundle-parent/pom.xml
+++ b/sling-bundle-parent/pom.xml
@@ -34,7 +34,7 @@
     <description>The parent project for Apache Sling bundle modules</description>
 
     <properties>
-        <bnd.version>4.1.0</bnd.version>
+        <bnd.version>4.2.0</bnd.version>
     </properties>
 
     <build>
@@ -57,18 +57,9 @@
                             </goals>
                             <configuration>
                                 <bnd><![CDATA[
+# a lot of bundle header are generated from pom elements by default: https://github.com/bndtools/bnd/tree/master/maven/bnd-maven-plugin#default-bundle-headers
 Bundle-Category: sling
 
-Bundle-Description: "${project.description}"
-
-Bundle-License: Apache License, Version 2.0
-
-Bundle-Vendor: The Apache Software Foundation
-
-Bundle-DocUrl: ${project.url}
-
-Bundle-SCM: url=${project.scm.url},connection=${project.scm.connection},developer-connection=${project.scm.developerConnection},tag=${project.scm.tag}
-
 # export all versioned packages by default
 -exportcontents: ${packages;VERSIONED}