Skip to content

Commit f3be59c

Browse files
committed
Merge pull request #19170 from izeye
* pr/19170: Add missing indentations for pom.xml in doc Closes gh-19170
2 parents 6255c6b + 3df9fa6 commit f3be59c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

spring-boot-project/spring-boot-docs/src/main/asciidoc/getting-started.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -133,13 +133,13 @@ The following listing shows a typical `pom.xml` file:
133133
<!-- Override inherited settings -->
134134
<description/>
135135
<developers>
136-
<developer/>
136+
<developer/>
137137
</developers>
138138
<licenses>
139-
<license/>
139+
<license/>
140140
</licenses>
141141
<scm>
142-
<url/>
142+
<url/>
143143
</scm>
144144
<url/>
145145

0 commit comments

Comments
 (0)