14 Dec
2011
14 Dec
'11
8:14 a.m.
Author: tchemit Date: 2011-12-14 09:14:33 +0100 (Wed, 14 Dec 2011) New Revision: 1195 Url: http://nuiton.org/repositories/revision/mavenpom/1195 Log: Evolution #1852: Configure release tag name format Modified: trunk/pom.xml Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2011-11-28 22:21:30 UTC (rev 1194) +++ trunk/pom.xml 2011-12-14 08:14:33 UTC (rev 1195) @@ -365,6 +365,9 @@ <!-- activate this profile while doing release:prepare to make sur everything is ok (license, third-party...) --> <arguments>-DperformRelease</arguments> + + <!-- release tag configuration --> + <tagNameFormat>${projectId}-@{project.version}</tagNameFormat> </properties>