From 0699ec315025666782e0e705e7cfe6673e228782 Mon Sep 17 00:00:00 2001 From: Emanuel Rabina Date: Sat, 12 Nov 2016 16:28:49 +1300 Subject: [PATCH] Update Thymeleaf 3 docs and sample to use 2.1.1 of the layout dialect --- spring-boot-docs/src/main/asciidoc/howto.adoc | 2 +- spring-boot-samples/spring-boot-sample-web-thymeleaf3/pom.xml | 2 +- .../src/main/resources/templates/layout.html | 2 +- .../src/main/resources/templates/messages/form.html | 2 +- .../src/main/resources/templates/messages/list.html | 2 +- .../src/main/resources/templates/messages/view.html | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/spring-boot-docs/src/main/asciidoc/howto.adoc b/spring-boot-docs/src/main/asciidoc/howto.adoc index e4c7028a69d1..50774c58e233 100644 --- a/spring-boot-docs/src/main/asciidoc/howto.adoc +++ b/spring-boot-docs/src/main/asciidoc/howto.adoc @@ -1435,7 +1435,7 @@ By default, `spring-boot-starter-thymeleaf` uses Thymeleaf 2.1. If you are using ---- 3.0.2.RELEASE - 2.0.4 + 2.1.1 ---- diff --git a/spring-boot-samples/spring-boot-sample-web-thymeleaf3/pom.xml b/spring-boot-samples/spring-boot-sample-web-thymeleaf3/pom.xml index 17f3a9f3caac..cab1bc00b972 100755 --- a/spring-boot-samples/spring-boot-sample-web-thymeleaf3/pom.xml +++ b/spring-boot-samples/spring-boot-sample-web-thymeleaf3/pom.xml @@ -18,7 +18,7 @@ ${basedir}/../.. 3.0.2.RELEASE - 2.0.4 + 2.1.1 diff --git a/spring-boot-samples/spring-boot-sample-web-thymeleaf3/src/main/resources/templates/layout.html b/spring-boot-samples/spring-boot-sample-web-thymeleaf3/src/main/resources/templates/layout.html index 83a1cd8312d2..57277bff30c5 100644 --- a/spring-boot-samples/spring-boot-sample-web-thymeleaf3/src/main/resources/templates/layout.html +++ b/spring-boot-samples/spring-boot-sample-web-thymeleaf3/src/main/resources/templates/layout.html @@ -1,6 +1,6 @@ + xmlns:layout="http://www.ultraq.net.nz/thymeleaf/layout"> Layout Messages : Create diff --git a/spring-boot-samples/spring-boot-sample-web-thymeleaf3/src/main/resources/templates/messages/list.html b/spring-boot-samples/spring-boot-sample-web-thymeleaf3/src/main/resources/templates/messages/list.html index 6eb5e342626d..df84c5bb436c 100644 --- a/spring-boot-samples/spring-boot-sample-web-thymeleaf3/src/main/resources/templates/messages/list.html +++ b/spring-boot-samples/spring-boot-sample-web-thymeleaf3/src/main/resources/templates/messages/list.html @@ -1,6 +1,6 @@ Messages : View all diff --git a/spring-boot-samples/spring-boot-sample-web-thymeleaf3/src/main/resources/templates/messages/view.html b/spring-boot-samples/spring-boot-sample-web-thymeleaf3/src/main/resources/templates/messages/view.html index 0b3bf56c8dc2..d443309ef2f0 100644 --- a/spring-boot-samples/spring-boot-sample-web-thymeleaf3/src/main/resources/templates/messages/view.html +++ b/spring-boot-samples/spring-boot-sample-web-thymeleaf3/src/main/resources/templates/messages/view.html @@ -1,5 +1,5 @@ Messages : View