Versions Compared

Key

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

...

  1. fcrepo-build-tools: if schedule for a release, must be handled first since it's version number is present in the other modules
  2. fcrepo4: the main project, always part of a release, takes the vast majority of the time (also push gh-pages)
  3. fcrepo-message-consumer (also push gh-pages)
  4. fcrepo-module-auth-rbacl (also push gh-pages)
  5. fcrepo-module-auth-xacml (also push gh-pages)
  6. fcrepo-camel (also push gh-pages)
  7. ontology (no push to sonatype)
  8. --- labs below
  9. fcrepo4-client (also push gh-pages)
  10. fcrepo-audit (also push gh-pages)
  11. fcrepo-camel-toolbox (also push gh-pages)
  12. ----
  13. fcrepo-webapp-plus (no push to sonatype)
  14. fcrepo4-release-tests (ditto)
  15. fcrepo4-oaiprovider (ditto)
  16. fcrepo4-swordserver (ditto)
  17. migration-utils (ditto)
  18. ---
  19. fcrepo4-vagrant (update versions)

Merge the release candidate branch into master (if any commits were made)

...

  • Write a description
  • Create MD5 and SHA1 files for each of the release artifacts

    Code Block
    titlecompute-checksums.sh
    for x in `ls *.war`; do echo $x; md5sum $x > ${x}.md5; sha1sum $x > ${x}.sha1; done
  • Upload artifacts to GitHub release (war, war.md5, war.sha1)
    • See the artifacts found in "Downloads" to know which need to be uploaded to GitHub

Complete the Duraspace wiki documentation updates

...