From d288b8401073fefb6543832ef6e54e00c3609370 Mon Sep 17 00:00:00 2001 From: "Greg L. Turnquist" Date: Thu, 12 Jan 2023 11:12:37 -0600 Subject: [PATCH] Polishing. --- README.adoc | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.adoc b/README.adoc index 65b53e0d..f8ba13fd 100644 --- a/README.adoc +++ b/README.adoc @@ -38,8 +38,6 @@ Before you make a release, follow this checklist: NOTE: The _actual_ building and releasing is done on CI inside a Docker container, ensuring little risk between versions of Java. But part of the release process requires a local check, which DOES depend upon your environment. -. Update `spring-ws-bom/pom.xml` to contain the planned release version. (`mvn versions:set` will NOT alter these settings.) -+ . Create a new release (on the main branch). + ----