diff --git a/README.adoc b/README.adoc index 7a76bbec..3e70fb43 100644 --- a/README.adoc +++ b/README.adoc @@ -39,8 +39,8 @@ To do a release (.RELEASE, .RC?, .M?): . `git tag ` (like v3.0.0.RC1) . Execute a maven test (`./mvnw -Pdistribute,snapshot,docs clean test`). . Execute a maven deploy. -* For a milestone: `USERNAME= PASSWORD= ./mvnw -Pdistribute,gpg,milestone,docs clean -Dmaven.test.skip=true deploy` -* For a release: `USERNAME= PASSWORD= ./mvnw -Pdistribute,gpg,release,docs clean -Dmaven.test.skip=true 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` . Bump up the version in ALL `pom.xml` files again to the next BUILD-SNAPSHOT. . Commit the change.