From 20ede45d25172bf6921bc654ff20a9cb4e2f4f21 Mon Sep 17 00:00:00 2001 From: Greg Turnquist Date: Thu, 15 Mar 2018 11:52:36 -0500 Subject: [PATCH] Polishing --- README.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)