Use HTTPS for external links in XML files

See gh-16270
This commit is contained in:
Spring Operator
2019-03-19 22:23:09 -05:00
committed by Andy Wilkinson
parent c8460ee851
commit 00ab30362c
37 changed files with 46 additions and 45 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"/>