Skip to content

Commit 84df37f

Browse files
committed
Merge branch '2.1.x'
Closes gh-16564
2 parents 9d1f584 + bb0037f commit 84df37f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-boot-project/spring-boot-dependencies/src/main/xslt/post-process-flattened-pom.xsl

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:m="http://maven.apache.org/POM/4.0.0"
44
exclude-result-prefixes="m">
55
<xsl:output method="xml" encoding="utf-8" indent="yes"
6-
xslt:indent-amount="4" xmlns:xslt="https://xml.apache.org/xslt" />
6+
xslt:indent-amount="2" xmlns:xslt="http://xml.apache.org/xslt" />
77
<xsl:strip-space elements="*" />
88
<xsl:template match="@*|node()">
99
<xsl:copy>

0 commit comments

Comments
 (0)