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

[sling-parent] branch master updated: SLING-9146 - Make the Bundle-DocURL use https

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

radu 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 129ae7a  SLING-9146 - Make the Bundle-DocURL use https
129ae7a is described below

commit 129ae7a6d8426be32877eaed0b20b43c5cd7b223
Author: Radu Cotescu <ra...@apache.org>
AuthorDate: Tue Feb 25 15:15:07 2020 +0100

    SLING-9146 - Make the Bundle-DocURL use https
---
 sling-bundle-parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sling-bundle-parent/pom.xml b/sling-bundle-parent/pom.xml
index 4e933b8..1a6d153 100644
--- a/sling-bundle-parent/pom.xml
+++ b/sling-bundle-parent/pom.xml
@@ -77,7 +77,7 @@ Bundle-Category: sling
 -noextraheaders: true
 
 # we cannot let bnd-maven-plugin generate it automatically, as Maven applies some inheritance logic which is incorrect for Sling (https://issues.apache.org/jira/browse/SLING-8537)
-Bundle-DocURL: http://sling.apache.org
+Bundle-DocURL: https://sling.apache.org
                                 ]]></bnd>
                             </configuration>
                         </execution>