mvn formatter:format
mvn license:format
- Check
pom.xmlfor the proper<version />tag - Check
pom.xml<Specification-Version />entries - Update
src/changes/changes.xmltimestamp of the release version - Update
README.mdversion for the Maven examples
Then execute
$ mvn release:prepare && mvn release:perform
which will tag, build, test and upload the artifacts to Sonatype's OSS staging area & closes the staging repository. Maven Central synchronization usually takes ~15 minutes.
Finally create a new section in src/changes/changes.xml.