Each project is released separately.
The release tag name (version) prefix is mandatory and used to determine which project to release and upload to the Bintray.
- Change the version in
gradle.properties
(from subproject directory) to a non-SNAPSHOT version. - Update the
README.md
with the new version. - Go to releases and create new release. The
tag version
must have the prefix, e.g. dod-1.4-migrate-to-maven - This will trigger uploading to maven staging repository, in order to propagate this release you need to go to https://s01.oss.sonatype.org/ and close the staging
- When staging is closed, Release the library via the Nexus interface