Versions Compared

Key

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

...

For more information see the Prerequisites section of the Sonatype Maven Repository Usage Guide

Making a Snapshot Release (e.g. 'dspace-x.y

...

-SNAPSHOT')

One Step Process

From a clean, up-to-date copy of master/branch, run the following command:

...

  • If you'd like to release a Snapshot Release of that module, follow the instructions at: Making a Snapshot Release (e.g. 'dspace-x.y.z-SNAPSHOT')
  • If you'd like to tag & release a new version of that module, use the module instructions at: Release DSpace Language Packs (I18N) Modules (NOTE: These instructions obviously have some specific notes around how the Language Packs modules are versioned. You obviously don't need to follow those versioning notes. Individual modules may have their own version schemes)

Making an Official Release (e.g. 'dspace-x.y

...

' or 'dspace-x.y

...

-rc1')

Note
titleFor More Information

These same steps are also covered in the Sonatype Maven Repository Usage Guide

...

This step will set the version declared in the project's pom.xml files, commit the changes to master/branch, tag the release, and finally, check in the master/branch change that increments the next development version (e.g. x.y.z-SNAPSHOT) in the pom.xml files.

...