Skip to content

Latest commit

 

History

History
39 lines (24 loc) · 1.58 KB

README.adoc

File metadata and controls

39 lines (24 loc) · 1.58 KB

Build Status

Releases

This document contains some information about the CI build, release notes and deployment. Other infos are present in the top README.

CI Build

No CI build is configured for the moment.

Release Notes

Deployment

This is a little checklist for the next release:

Ordered
  1. create a release branch and change to it

  2. remove -SNAPSHOT in pom.xml (mvn versions:set followed by mvn versions:commit)

  3. build all artifacts: mvn -B clean install source:jar javadoc:jar gpg:sign -Dgpg.passphrase=xx

  4. use the script src/script/deploy.sh to upload bundles to https://s01.oss.sonatype.org/ (but don’t forget to update the VERSION variable inside this script).

  5. after upload to the staging repository release it: select "Staging Repositories" on s01.oss.sonatype.org, press "Refresh" and then "Close" and "Release".

  6. update CHANGELOG

  7. checkin the pom.xml (if not already done), label the sources, e.g. with "webdav-2.0" and push it (git push --tags)

  8. merge the release branch to main and develop branch

  9. change to develop branch and start next SNAPSHOT

  10. after a few days: check webdav with search.maven.org