Use HTTPS for external links from XML files where possible

See gh-16311
This commit is contained in:
Spring Operator
2019-03-26 00:33:36 -05:00
committed by Andy Wilkinson
parent 7b044b2e3e
commit adc2462689
48 changed files with 74 additions and 74 deletions

View File

@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<beans xmlns="http://www.springframework.org/schema/beans"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
xsi:schemaLocation="http://www.springframework.org/schema/beans https://www.springframework.org/schema/beans/spring-beans.xsd">
<bean id="runner" class="org.test.Runner"/>