14 Dec
2011
14 Dec
'11
8:10 a.m.
Author: tchemit Date: 2011-12-14 09:10:54 +0100 (Wed, 14 Dec 2011) New Revision: 2263 Url: http://nuiton.org/repositories/revision/nuiton-utils/2263 Log: T?\195?\162che #1853: Configure release tag name format Modified: trunk/pom.xml Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2011-12-14 08:01:59 UTC (rev 2262) +++ trunk/pom.xml 2011-12-14 08:10:54 UTC (rev 2263) @@ -189,7 +189,7 @@ <i18n.bundles>fr_FR,en_GB,es_ES</i18n.bundles> <!-- release tag configuration (move it to mavenpom) --> - <tagNameFormat>${projectId}-${project.version}</tagNameFormat> + <tagNameFormat>${projectId}-@{project.version}</tagNameFormat> </properties>