File tree Expand file tree Collapse file tree 1 file changed +17
-8
lines changed Expand file tree Collapse file tree 1 file changed +17
-8
lines changed Original file line number Diff line number Diff line change 100100 <!--
101101 This profile is needed when making a deployment to Maven Central.
102102
103- 1) update version.
104- Git push.
105- Don't forget to update release_notes.md before preparing a new release
103+ 1) update release_notes.md before preparing a new release
106104
107- 2) run:
108- mvn -P release -DskipTests deploy
109- git tag v<x.y.z>
110- git push origin v<x.y.z>
105+ 2) manually update <version> in thi file. Typically just remove the -SNAPSHOT tag.
106+ Git commit/push.
111107
112- 3) put back -SNAPSHOT
108+ 3) run:
109+ mvn -P release -DskipTests deploy
110+
111+ make sure it is visible at:
112+ https://central.sonatype.com/artifact/com.webfuzzing/commons
113+ if not, check publishing status at
114+ https://central.sonatype.com/publishing/deployments (requires login)
115+
116+ 4) run:
117+ git tag v<x.y.z>
118+ git push origin v<x.y.z>
119+
120+ 5) increase version number, and put back -SNAPSHOT.
121+ Git commit/push.
113122 -->
114123 <id >release</id >
115124 <build >
You can’t perform that action at this time.
0 commit comments