Update Maven plugin's version as part of the release process

Closes gh-5261
pull/5488/head
Andy Wilkinson 9 years ago
parent c0b74119e0
commit 1d3b84a5c8

@ -196,7 +196,7 @@
</xsl:template>
<xsl:template
match="m:properties/m:spring-boot.version/text()">
match="m:build/m:pluginManagement/m:plugins/m:plugin[m:groupId/text() = 'org.springframework.boot']/m:version/text()">
<xsl:value-of select="/m:project/m:version/text()"/>
</xsl:template>
</xsl:stylesheet>

Loading…
Cancel
Save