Browse Source

Fix xml syntax in example

Closes gh-19906
pull/19907/head
Stephane Nicoll 6 years ago
parent
commit
0bd03fa278
  1. 2
      spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/src/docs/asciidoc/packaging-oci-image.adoc

2
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: @@ -96,7 +96,7 @@ You can take control over the name, as shown in the following example:
</goals>
<configuration>
<image>
<name>example.com/library/${project.artifactId}</builder>
<name>example.com/library/${project.artifactId}</name>
</image>
</configuration>
</execution>

Loading…
Cancel
Save