- Make sure everything is checked in and working!
- Remove SNAPSHOT from version in top-level build.gradle
./gradlew :egtest-annotations:uploadArchives
- Find the jars and pom and sign them with gpg2. (
gpg2 -ab filename
for each file.) - Follow the directions at http://central.sonatype.org/pages/manual-staging-bundle-creation-and-deployment.html
- Change dependencies in egtest-processor to point at the repository
- Repeat 2-4 for egtest-processor.
- Create the new version on GitHub.
- Roll back changes.
- Update gist(s) and sample code to reflect new version numbers.