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
Same as releasing Petals ESB artifacts of trunk.

h2. Releasing patched 3PP

In some cases, we need to release 3PP artifacts that are not release yet or that includes path not merged yet:
# In the source code repository:
## update artifact versions to their released value, and commit the changes,
## add a release tag
# Build and deploy released artifacts:
{code}
> mvn clean deploy -DaltDeploymentRepository=ow2.release::default::http://repository.ow2.org/nexus/service/local/staging/deploy/maven2
{code}
## In the source code repository, update artifact versions to their next SNAPSHOT value, and commit changes

h2. Releasing Petals ESB artifacts