From 9f7d8cbb8cc427877cdbb47976f10b705ebf5f0d Mon Sep 17 00:00:00 2001 From: Greg Turnquist Date: Mon, 16 Oct 2017 12:26:00 -0500 Subject: [PATCH] Polishing --- README.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.adoc b/README.adoc index 1725a314..7a76bbec 100644 --- a/README.adoc +++ b/README.adoc @@ -35,7 +35,7 @@ IMPORTANT: Snapshots do NOT include GPG signatures. To do so would require putti To do a release (.RELEASE, .RC?, .M?): . Check in all changes and ensure there are no edited files. -. Bump up the version in ALL `pom.xml` files to the desired version and commit the change. +. Bump up the version in ALL `pom.xml` files to the desired version (e.g. `mvn versions:set -DnewVersion=3.0.0.RC1`) and commit the change. . `git tag ` (like v3.0.0.RC1) . Execute a maven test (`./mvnw -Pdistribute,snapshot,docs clean test`). . Execute a maven deploy.