Files
spring-data-dev-tools/release-tools
Oliver Gierke 27db3a1b8a #24 - Improved release steps.
Updating versions back to development ones is now contained in the conclude step. GitOperations does less pulls now to make sure we don't accidentally drop local commits. The step to create maintenance branches now uses the module version explicitly to create a branch with the right name.
2016-04-06 22:03:13 +02:00
..
2016-04-06 22:03:13 +02:00
2016-02-10 12:01:06 +01:00
2016-04-05 18:43:46 +02:00
2016-02-10 12:01:06 +01:00

  1. Add an application-local.properties to the project root and add the following properties:
  • git.username - Your GitHub username.
  • git.password - Your GitHub password or API key.
  • git.author - Your full name (used for preparing commits).
  • git.email - Your email (used for preparing commits).
  • maven.mavenHome - Pointing to the location of your Maven installation.
  • deployment.api-key - The API key to use for artifact promotion.
  • deployment.password - The password of the deployment user (buildmaster).
  1. Run mvn package appassembler:assemble && sh target/appassembler/bin/spring-data-release-shell