From 8880a84856ae5449f45616e784f2a94ce8651b76 Mon Sep 17 00:00:00 2001 From: Greg Turnquist Date: Mon, 26 Jun 2017 17:59:23 -0500 Subject: [PATCH] Polish docs --- README.adoc | 1 - 1 file changed, 1 deletion(-) diff --git a/README.adoc b/README.adoc index 8228926..c356523 100644 --- a/README.adoc +++ b/README.adoc @@ -36,7 +36,6 @@ To do a release (.RELEASE, .RC?, .M?): . Bump up the version in `pom.xml` to the desired version and commit the change. . `git tag ` (like v2.0.1.RELEASE) . Execute a maven deploy. -. Execute a maven deploy. * For a milestone: `USERNAME= PASSWORD= mvn -Pdistribute,gpg,milestone,docs clean deploy` * For a release: `USERNAME= PASSWORD= mvn -Pdistribute,gpg,release,docs clean deploy` * For a release to maven central: `USERNAME= PASSWORD= mvn -Pdistribute,gpg,central,docs clean deploy -s settings.xml`