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 adf1ade  add Bundle-SCM header by default
adf1ade is described below

commit adf1adeebd7cda039c4219915fa9454f9a6df0a6
Author: Konrad Windszus <k...@apache.org>
AuthorDate: Sun Nov 11 15:53:40 2018 +0100

    add Bundle-SCM header by default
    
    use quoted string for description
---
 sling-bundle-parent/pom.xml | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/sling-bundle-parent/pom.xml b/sling-bundle-parent/pom.xml
index adf1bf7..533f5bb 100644
--- a/sling-bundle-parent/pom.xml
+++ b/sling-bundle-parent/pom.xml
@@ -60,7 +60,7 @@
                                 <bnd><![CDATA[
 Bundle-Category: sling
 
-Bundle-Description: ${project.description}
+Bundle-Description: "${project.description}"
 
 Bundle-DocURL: https://sling.apache.org
 
@@ -68,6 +68,10 @@ 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}
 

Reply via email to