Releasing Petals ESB projects

compared with
Key
This line was removed.
This word was removed. This word was added.
This line was added.

Changes (2)

View Page History
# First, prepare the release executing the command into your *working area set on the right branch*:
{code}
> mvn org.apache.maven.plugins:maven-release-plugin:2.5.2:prepare release:prepare -Darguments="-P prepare-release-profile"
{code}
# Next, perform the release executing the command:
{code}
> mvn org.apache.maven.plugins:maven-release-plugin:2.5.2:perform release:perform -Darguments="-P perform-release-profile"
{code}