mvn formatter:format
mvn license:format
- Check
pom.xml
for the proper<version />
tag - Check
pom.xml
<Specification-Version />
entries - Update
src/changes/changes.xml
timestamp of the release version - Update
README.md
version 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
.