Versions Compared

Key

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

...

For each module, perform the full release steps that follow. To save space, the steps are only listed for one of the modules (but don't forget to run it for both language packs):

  1. Checkout Language Pack Module: svn co https://scm.dspace.org/svn/repo/modules/dspace-api-lang/trunk dspace-api-lang
  2. Do a Dry Run: mvn release:prepare -DdryRun=true
  3. Tag and Increment Version: mvn release:prepare -Dresume=false
  4. Deploy Artifacts to Staging: mvn release:perform
  5. Verify and Release Staged Artifacts (see instructions at link)

...