Skip to content

Latest commit

 

History

History
10 lines (10 loc) · 380 Bytes

create-release-howto.md

File metadata and controls

10 lines (10 loc) · 380 Bytes
  • Set next release-version in pom.xml
  • Edit README.md with new version
  • git commit -a -m "Releasing xxx"
  • git tag xxx
  • If JAVA_HOME is not set, set lit like this: export JAVA_HOME=$(/usr/libexec/java_home)
  • mvn clean deploy -Dgpg.passphrase=
  • Set next develop-version in pom.xml
  • git commit -a -m "Preparing for next version"
  • git push
  • git push --tags