SLING-9146 - Make the Bundle-DocURL use https
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 @@
 -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>