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/06/26 12:31:22 UTC

[sling-parent] branch master updated: SLING-8538 disable creation of Bundle-DocURL with wrong value

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 06c0931  SLING-8538 disable creation of Bundle-DocURL with wrong value
06c0931 is described below

commit 06c0931a7b97ce81e0261217c464b29f92bef207
Author: Konrad Windszus <kw...@apache.org>
AuthorDate: Wed Jun 26 14:30:51 2019 +0200

    SLING-8538 disable creation of Bundle-DocURL with wrong value
---
 sling-bundle-parent/pom.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/sling-bundle-parent/pom.xml b/sling-bundle-parent/pom.xml
index 683bf25..948bacc 100644
--- a/sling-bundle-parent/pom.xml
+++ b/sling-bundle-parent/pom.xml
@@ -73,6 +73,9 @@ Bundle-Category: sling
 # overwrite timestamp format used as qualifier for snapshots to make the resolution higher (i.e. make them differ for each build), 
 # compare with https://www.mail-archive.com/dev@sling.apache.org/msg76177.html
 -snapshot: ${tstamp;yyyyMMddHHmmssSSS}
+
+# Disable generation of the Bundle-DocUrl from the Maven URL, as this in general is not correct (https://issues.apache.org/jira/browse/SLING-8537)
+Bundle-DocURL: 
                                 ]]></bnd>
                             </configuration>
                         </execution>