You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
VIDEO-7662: Publish snapshots to MavenCentral (#104)
Gradle changes:
- remove references to artifactory
- publish snapshots to maven central snapshots repository
- remove obsolete `jcenter` from repositories
Circle CI changes:
- refactor Circle CI config file to use commands and executors
- add parameter for pre-release publishing to maven central
- add parameter for disabling default CI workflow
- add parameter and workflow for publishing a snapshot from any branch
- add comments and do other minor refactoring in CI config
Other changes:
- restore patch version number to 3, since that is the next version to be published
- update README with info on how to reference maven central snapshots
- add CHANGELOG entry
- add contributor