aboutsummaryrefslogtreecommitdiff
path: root/extract-property.xslt
blob: 51b0668c58fa43b3a758528f88a993a42d4976f7 (plain)
1
2
3
4
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:pom="http://maven.apache.org/POM/4.0.0" version="1.0">
  <xsl:output method="text"/>
  <xsl:template match="/"><xsl:value-of select="//pom:aversion"/></xsl:template>
</xsl:stylesheet>