Please submit PRs against the latest branch.
In order to release a new version:
- check out master
- create a new branch with the name of the new version (e.g.
2.1.2.x
) - update the version inside this branch
mvn clean install
mvn source:jar javadoc:jar install
If everything is ok, finally push it to Cloudsoft Artifactory:
mvn source:jar javadoc:jar deploy -DaltDeploymentRepository=cloudsoft-artifactory-repo::default::https://artifactory.cloudsoftcorp.com/artifactory/libs-release-local -DskipTests
Then if necessary return to master branch and bump the version.