Update main branch to start work on 2.7.x

This commit is contained in:
Andy Wilkinson
2021-11-30 11:05:32 +00:00
parent 3b12a5efe9
commit 86a773a8e9
13 changed files with 114 additions and 14 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/boot/layers/layers-2.6.xsd">
https://www.springframework.org/schema/boot/layers/layers-2.7.xsd">
<dependencies>
<into layer="my-deps" />
</dependencies>

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/boot/layers/layers-2.6.xsd">
https://www.springframework.org/schema/boot/layers/layers-2.7.xsd">
<application>
<into layer="my-resources">
<include>META-INF/resources/**</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/boot/layers/layers-2.6.xsd">
https://www.springframework.org/schema/boot/layers/layers-2.7.xsd">
<application>
<into layer="my-layer" />
</application>