Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

This is just a scratch pad for notes relating to making branches, releases and pushing to the Sakai Maven repo.

...

If by chance branching fails issue a release:rollback to clean your folder.

Making a release

...

  • when prompted set the release version to 1.3.0.
  • set the tag to profile-1.3.0 (mvn will guess this)
  • set the branch working copy to 1.3.1-SNAPSHOT (mvn may NOT guess this)

Sometimes the release gets as far as creating the tag, updating the branch version pom and then stalls with no binaries deposited in the repo. If that happens kill the process and do this:

...