Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 1.06 KB

RELEASING.md

File metadata and controls

15 lines (12 loc) · 1.06 KB

Versioning and Releasing

  • Click "Schedule Release Build" in Jenkins
  • Publish release at oss.sonatype.org (more detailed instructions can be found in the official documentation)
    • Go to https://oss.sonatype.org and login
    • Open "Staging Repositories" and find repository you would like to release
    • "Close" it. After you have done this, it would be verified and prepared for the release
    • If everything went good - "Release" it
  • If you want to to release a patch version instead a minor release version set the version in "version.sbt" before triggering the release. For example for 0.520.1 set 0.520.1-SNAPSHOT.
  • The synchronization with Maven Central can take 2h. You find on http://repo2.maven.org/maven2/io/sphere/sphere-play-sdk_2.10/ the released versions compiled for Scala 2.10.x.