-
Notifications
You must be signed in to change notification settings - Fork 172
Releasing a version
Vojtech Polivka edited this page Dec 16, 2020
·
13 revisions
- (Optionally) set the release version in the pom file, it should end with
SNAPSHOT
- Update the version in the documentation files
- Go to Travis and select
More options > Trigger build
onmaster
- Add the following environment variable to the Custom Config screen
env: - RELEASE=true
- Create a new release on GitHub from the tag Maven just created
- Sync the release from Bintray to Maven Central
- The above should cause the release to be synced to Maven Central automatically