]> source.dussan.org Git - aspectj.git/commitdiff
Remove duplicate command from RELEASE.md 62/head
authorAlexander Kriegisch <Alexander@Kriegisch.name>
Fri, 28 May 2021 09:56:52 +0000 (16:56 +0700)
committerAlexander Kriegisch <Alexander@Kriegisch.name>
Fri, 28 May 2021 09:56:52 +0000 (16:56 +0700)
Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>
docs/developer/RELEASE.md

index 5ef7eb620f8fe2db03e8e33843ce016efbc5bd62..0b0e50fcda20063c714e768916a9406ef2131a44 100644 (file)
@@ -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"