We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3a7223 commit 20ede45Copy full SHA for 20ede45
README.adoc
@@ -41,7 +41,7 @@ To do a release (.RELEASE, .RC?, .M?):
41
. Execute a maven deploy.
42
* For a milestone: `USERNAME=<user> PASSWORD=<encrypted password> ./mvnw -Pdistribute,milestone,docs clean -Dmaven.test.skip=true deploy`
43
* For a release: `USERNAME=<user> PASSWORD=<encrypted password> ./mvnw -Pdistribute,release,docs clean -Dmaven.test.skip=true deploy`
44
-* For a release to maven central: `USERNAME=<user> PASSWORD=<nexus password> ./mvnw -Pdistribute,gpg,central,docs clean -Dmaven.test.skip=true deploy -s settings.xml`
+* For a release to maven central: `USERNAME=<user> PASSWORD=<nexus password> ./mvnw -Pdistribute,gpg,central clean -Dmaven.test.skip=true deploy -s settings.xml`
45
. Bump up the version in ALL `pom.xml` files again to the next BUILD-SNAPSHOT.
46
. Commit the change.
47
. `git push` (This will push the tagged version along with the release AND the new snapshot commit)
0 commit comments