base64
base64 copied to clipboard
A mavenization of the Base64 project
This is a mavenization of the Base64 project from iHarder.net.
To do a release:
- mvn versions:set -DnewVersion=2.3.99
- git commit -a
- git tag release-2.3.99
- create ~/.m2/settings.xml with:
- mvn -Prelease-sign-artifacts deploy
- go to https://oss.sonatype.org and find the staging artifact.
- close the artifact
- release the artifact
- mvn versions:set -DnewVersion=2.3.100-SNAPSHOT
- git commit -a