First off, thanks for taking the time to contribute!
On GitHub, go to the publish Java package workflow and click “Run workflow”. Enter the release version (e.g. “1.2.3”) and confirm.
After the release, bump the project.properties.revision
property in the pom.xml
and add the suffix -SNAPSHOT
. For instance, after the release of version 1.2.3
, set the revision to 1.2.4-SNAPSHOT
.