Versions Compared

Key

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

...

If release:clean fails, you may need to revert the RC commit with git revert HEAD.  If the parent snapshot is not available, build an old version of fcrepo4 to populate it locally.

Resolve dependencies and set main versions to $CURR and dev versions to $NEXT

Code Block
mvn release:prepare -DreleaseVersion=$CURR -DdevelopmentVersion=$NEXT -DautoVersionSubmodules=true -DpushChanges=false

Resolve dependencies and set main versions to $CURR and dev versions to $NEXT

Note

Your GPG passphrase may not be masked in terminal.

Inspect/Verify local updates:

Code Block
git diff HEAD~1
git diff HEAD~2 HEAD~1

 

Remove your local copies of Fedora artifacts to be sure of a clean build, and build the release.

...