Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: clarifying version number questions

...

The above command will ask you three basic questions. Here are sample answers for DSpace 3.0:

Code Blockpanel

"What

is

the

release

version

for:

XXX" 3.0 "What is SCM release tag or label for: XXXX" dspace-3.0 "What is the new development version for: XXXX" 3.1-SNAPSHOT

XXX" : 3.0

  • This is the release # to put in the final tagged Maven POMs. E.g. for 3.0 Release Candidate #1 it would look like: "3.0-rc1"

"What is SCM release tag or label for: XXXX" : dspace-3.0

  • This is the tag name in GitHub.  E.g. for 3.0 Release Candidate #1 it would look like: "dspace-3.0-rc1")

"What is the new development version for: XXXX" : 3.1-SNAPSHOT

  • This is the next release number which all POMs should be incremented to on "master". E.g. 3.0 for Release Candidate #1 it would look like: "3.0-rc2-SNAPSHOT"

You will also have to enter in your GPG passphrase (which you established when you created your Code Signing Key).

...