Prepare 4.0.x branch

This commit is contained in:
Andy Wilkinson
2025-05-09 13:48:22 -07:00
committed by Phillip Webb
parent 1f24feafbd
commit af220127d0
10 changed files with 110 additions and 10 deletions

View File

@@ -1,7 +1,7 @@
<layers xmlns="http://www.springframework.org/schema/boot/layers"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.springframework.org/schema/boot/layers
https://www.springframework.org/schema/layers/layers-3.5.xsd">
https://www.springframework.org/schema/layers/layers-4.0.xsd">
<application>
<into layer="configuration">
<include>**/application*.*</include>

View File

@@ -1,7 +1,7 @@
<layers xmlns="http://www.springframework.org/schema/boot/layers"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.springframework.org/schema/boot/layers
https://www.springframework.org/schema/layers/layers-3.5.xsd">
https://www.springframework.org/schema/layers/layers-4.0.xsd">
<application>
<into layer="configuration">
<include>**/application*.*</include>