aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorAlexander Kriegisch <Alexander@Kriegisch.name>2021-05-28 16:56:52 +0700
committerAlexander Kriegisch <Alexander@Kriegisch.name>2021-05-28 16:56:52 +0700
commit39e93564bd831f74675f7917fc2746b71b510424 (patch)
tree7d744a0d6c000810587f37de724a3627cdc6f0cd /docs
parentb9b13b7b5a46529b4ddd5ac1ece5a31f9886c57c (diff)
downloadaspectj-39e93564bd831f74675f7917fc2746b71b510424.tar.gz
aspectj-39e93564bd831f74675f7917fc2746b71b510424.zip
Remove duplicate command from RELEASE.md
Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>
Diffstat (limited to 'docs')
-rw-r--r--docs/developer/RELEASE.md3
1 files changed, 0 insertions, 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"