Releasing Petals ESB projects

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

Changes (1)

View Page History
Once all Petals sample set are released, you can released the Petals sample ZIP archives.

To release a Petals sample:
# Update the parent POM with last versions released, and commit the changes,
# prepare the release executing the command:
{code}
> mvn release:prepare -Darguments="-P prepare-release-profile"
{code}
{warning}Caution:
* for release version of each artifact, accept the proposed value,
* for SCM release tag, the proposed value must be changed into something as {petals-samples-<component>-<component-version>-<sample-version>},
* for new development version of each artifact, the proposed value must be changed in {<new-component-version>-1.0.0-SNAPSHOT}.{warning}
{tip}
The profile {{prepare-release-profile}} is required to disable the check about SCM URL. During the release preparation, SCM URL are updated just before to tag the artifact and the SCM URL declared in the POM will not match the current SCM URL, so SCM enforcer rule must be disable.
{tip}
# perform the release executing the command:
{code}
> mvn release:perform -Darguments="-P perform-release-profile"
{code}
{tip}
The profile {{perform-release-profile}} is required to sign all deployed artifacts (required by OW2).
{tip}

h1. After the release