Skip to content

Releasing to Maven Central

robert-bor edited this page Mar 14, 2013 · 5 revisions
  1. Update the version in the POM

  2. Commit & push

  3. Push out a tag

    git tag -a v0.x.0 -m "Version 0.x.0 Stable"
    git push --tags
  1. Deploy to Sonatype
    mvn clean deploy -P sonatype-oss-release
  1. Log in to Sonatype (https://oss.sonatype.org), find the repository and "Close" it

  2. "Release" the repository

Clone this wiki locally