Commit 0bd03fa2 authored by Stephane Nicoll's avatar Stephane Nicoll

Fix xml syntax in example

Closes gh-19906
parent 749e7815
...@@ -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> </goals>
<configuration> <configuration>
<image> <image>
<name>example.com/library/${project.artifactId}</builder> <name>example.com/library/${project.artifactId}</name>
</image> </image>
</configuration> </configuration>
</execution> </execution>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment