-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Xavier Blanc edited this page Jun 3, 2019
·
2 revisions
mvn clean
mvn release:prepare
mvn release:perform
This will push the realse into SonaType
Log in : https://oss.sonatype.org/#welcome
Find the stagging repository and close it
Wait and publish it
git push --tags
git push origin master
git reset –hard HEAD~1 (You may have to do it a second time, depending upon when the error occurred.)
git reset –hard HEAD~1
git tag -d tagName
git push origin :refs/tags/tagName