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