Signed-off-by: hmz007 <hmz007@gmail.com> Change-Id: Ib87fdbe7a0be7dc961af3500fe9ea4589a127f9f
4 lines
254 B
HTML
4 lines
254 B
HTML
<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> |