From 39e93564bd831f74675f7917fc2746b71b510424 Mon Sep 17 00:00:00 2001 From: Alexander Kriegisch Date: Fri, 28 May 2021 16:56:52 +0700 Subject: [PATCH] Remove duplicate command from RELEASE.md Signed-off-by: Alexander Kriegisch --- docs/developer/RELEASE.md | 3 --- 1 file changed, 3 deletions(-) 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" -- 2.39.5