Skip to content

Building artifacts and deploying them to repository

Tim Bart edited this page Jun 30, 2014 · 1 revision

When you are ready to deploy a new version

There is only one step

mvn release:prepare -Dresume=false

This will prompt you for the release version, usually the current snapshot version minus the -SNAPSHOT. Please keep all sub-modules on the same version

For now we intend to tag the release :suripu-X.X.X

travis-ci should take care of building the artifacts and deploy them to our repository.

Deploy scripts can now fetch the required artifacts