-
Notifications
You must be signed in to change notification settings - Fork 14
release a version
McFoggy edited this page Nov 10, 2014
·
1 revision
Releases are to be done via maven.
- set correctly the artifact version & SCM tag info
- commit the change
- release to sonatype OSS:
mvn -Prelease clean deploy
- verify the content of the staged repository: https://oss.sonatype.org/content/groups/staging
- if ok then release the stage repository to deploy to central:
mvn nexus-staging:release