Fix the build issues found in the previous release process

This commit is contained in:
Trustin Lee 2012-07-10 23:54:33 +09:00
parent d801459cb8
commit c588a8a40b

View File

@ -356,9 +356,10 @@
<artifactId>maven-release-plugin</artifactId>
<version>2.3.2</version>
<configuration>
<releaseProfiles>release,full</releaseProfiles>
<arguments>-P release,full</arguments>
<autoVersionSubmodules>true</autoVersionSubmodules>
<tagNameFormat>netty-@{project.version}</tagNameFormat>
<localCheckout>true</localCheckout>
</configuration>
</plugin>
</plugins>