Use the release version rather than the snapshot version when tagging

This commit is contained in:
Trustin Lee 2012-07-10 23:04:09 +09:00
parent a487da1fcb
commit ac364e3bf3

View File

@ -357,7 +357,7 @@
<configuration>
<releaseProfiles>release,full</releaseProfiles>
<autoVersionSubmodules>true</autoVersionSubmodules>
<tagNameFormat>netty-${project.version}</tagNameFormat>
<tagNameFormat>netty-@{project.version}</tagNameFormat>
</configuration>
</plugin>
</plugins>