Releasing Petals ESB projects

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

Changes (8)

View Page History
h2. Releasing Petals ESB artifacts for branchs 4.x.y

*For the Petals root parent POM*:
# First, prepare the release executing the command:
{code}
> mvn release:prepare -P prepare-release-profile -DtagBase=https://svn.petalslink.org/svnroot/tags
{code}
# Next, perform the release executing the command:
{code}
> mvn release:perform -P perform-release-profile
{code}

*For all other Petals ESB project*:
# First, prepare the release executing the command:
{code}
> mvn release:prepare -Darguments="-P prepare-release-profile" -DtagBase=https://svn.petalslink.org/svnroot/tags
{code}
# Next, perform the release executing the command:
{code}
> mvn release:perform -Darguments="-P perform-release-profile"
{code}

Once Petals ESB projects are released, go to the [OW2's MRM to promote|http://repository.ow2.org/nexus/index.html#stagingRepositories] the released artifacts into the repository containing released artifacts:
# Select the temporary repository containing artifacts just released,
h2. Releasing Petals ESB artifacts for trunk

For the Petals root parent POM:
*For the Petals root parent POM*:
# prepare the release executing the command:
{code}
{code}

For all other Petals ESB project:
*For all other Petals ESB project*:

# prepare the release executing the command: