lin
2025-07-30 fcd736bf35fd93b563e9bbf594f2aa7b62028cc9
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>