From: Alexander Kriegisch Date: Fri, 28 May 2021 09:56:52 +0000 (+0700) Subject: Remove duplicate command from RELEASE.md X-Git-Tag: V1_9_7~9^2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=refs%2Fpull%2F62%2Fhead;p=aspectj.git Remove duplicate command from RELEASE.md Signed-off-by: Alexander Kriegisch --- diff --git a/docs/developer/RELEASE.md b/docs/developer/RELEASE.md index 5ef7eb620..0b0e50fcd 100644 --- a/docs/developer/RELEASE.md +++ b/docs/developer/RELEASE.md @@ -68,9 +68,6 @@ mvn versions:set -DnewVersion=1.9.7.M2 # Verify if the POM changes are OK, then remove the POM backup files mvn versions:commit -# Commit the release POMs to Git -git commit -am "Set version to 1.9.7.M2" - # Set some environment variables needed by Nexus Staging Maven plugin on JDK 16, # until https://issues.sonatype.org/browse/OSSRH-66257 is resolved export MAVEN_OPTS="--add-opens=java.base/java.util=ALL-UNNAMED --add-opens=java.base/java.lang.reflect=ALL-UNNAMED --add-opens=java.base/java.text=ALL-UNNAMED --add-opens=java.desktop/java.awt.font=ALL-UNNAMED"