Use HTTPS for external links from XML files where possible
See gh-16312
This commit is contained in:
committed by
Andy Wilkinson
parent
46d6fb0e1c
commit
4e2739eceb
@@ -1,6 +1,6 @@
|
||||
<assembly xmlns="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.3"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.3 http://maven.apache.org/xsd/assembly-1.1.3.xsd">
|
||||
xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.3 https://maven.apache.org/xsd/assembly-1.1.3.xsd">
|
||||
<id>starter-poms</id>
|
||||
<formats>
|
||||
<format>zip</format>
|
||||
|
||||
Reference in New Issue
Block a user