diff --git a/README.adoc b/README.adoc index 3e70fb43..570f6ade 100644 --- a/README.adoc +++ b/README.adoc @@ -41,7 +41,7 @@ To do a release (.RELEASE, .RC?, .M?): . Execute a maven deploy. * For a milestone: `USERNAME= PASSWORD= ./mvnw -Pdistribute,milestone,docs clean -Dmaven.test.skip=true deploy` * For a release: `USERNAME= PASSWORD= ./mvnw -Pdistribute,release,docs clean -Dmaven.test.skip=true deploy` -* For a release to maven central: `USERNAME= PASSWORD= ./mvnw -Pdistribute,gpg,central,docs clean -Dmaven.test.skip=true deploy -s settings.xml` +* For a release to maven central: `USERNAME= PASSWORD= ./mvnw -Pdistribute,gpg,central clean -Dmaven.test.skip=true deploy -s settings.xml` . Bump up the version in ALL `pom.xml` files again to the next BUILD-SNAPSHOT. . Commit the change. . `git push` (This will push the tagged version along with the release AND the new snapshot commit)