README.md in capistrano-maven-0.0.5 vs README.md in capistrano-maven-0.0.6

- old
+ new

@@ -46,9 +46,10 @@ * `:mvn_settings_path` - the destination path of the optional `settings.xml` file. use `:release_path` by default. * `:mvn_settings_path_local` - the destination path of the optional `settings.xml` file. use `pwd` by default. * `:mvn_template_path` - specify ERB template path for settings.xml. * `:mvn_java_home` - optional `JAVA_HOME` settings for Maven commands. * `:mvn_java_home_local` - optional `JAVA_HOME` settings for Maven commands in localhost. + * `:mvn_release_build` - Skip building on SNAPSHOT version. `false` by default. ## Contributing 1. Fork it 2. Create your feature branch (`git checkout -b my-new-feature`)