mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-22 17:35:22 +00:00
Fix xml syntax in example
Closes gh-19906
This commit is contained in:
+1
-1
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user