Skip to content

Latest commit

 

History

History
40 lines (25 loc) · 1.31 KB

File metadata and controls

40 lines (25 loc) · 1.31 KB

Release Process

  • build + upload to bintray
  • verify files in bintray
  • publish files in bintray
  • sync bintray to mvn central

Build

./gradlew clean build bintrayUpload -Pversion=0.0.5 -PbintrayUser=<bintray-user> -PbintrayApiKey=<bintray-apikey>

Verify new version in bintray

Publish files in bintray

Sync bintray to maven central

  • Open a browser to https://bintray.com/adobe-apiplatform/maven/mesos-actor
  • Click the Maven Central tab
  • Enter adobe_api_platform for User token key
  • Enter the password for User token password
  • Wait for sync to complete
  • Verify Last Sync Status on right side; should be: Last Sync Status: Successfully synced and closed repo.

Once sync completes, artifacts will be available in maven central.

Note that the maven central index takes some time to update, so browsing the index the artifacts may not be immediately visible.