Run mvn clean install in your project root directory
In order to generate Eclipse .project, .classpath and .settings files and directories, *run only once*
mvn eclipse:configure-workspace -Declipse.workspace=/path/to/workspace
mvn eclipse:clean eclipse:eclipse
mvn clean release:prepare
This will start an interactive process to confirm the versions being released, the tag to create and the next version
git checkout v0.5
cd jipdbs-web
mvn tomcat:deploy