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

Closes gh-5261
This commit is contained in:
Andy Wilkinson
2016-03-24 16:35:45 +00:00
parent c0b74119e0
commit 1d3b84a5c8

View File

@@ -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>