From 0bd03fa278787809f866d0e690a3cf926ee588b2 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 24 Jan 2020 16:01:44 +0100 Subject: [PATCH] Fix xml syntax in example Closes gh-19906 --- .../src/docs/asciidoc/packaging-oci-image.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/src/docs/asciidoc/packaging-oci-image.adoc b/spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/src/docs/asciidoc/packaging-oci-image.adoc index 064eb52d84d..786e068eef8 100644 --- a/spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/src/docs/asciidoc/packaging-oci-image.adoc +++ b/spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/src/docs/asciidoc/packaging-oci-image.adoc @@ -96,7 +96,7 @@ You can take control over the name, as shown in the following example: - example.com/library/${project.artifactId} + example.com/library/${project.artifactId}