diff options
author | Andy Clement <aclement@pivotal.io> | 2021-05-28 09:15:32 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-28 09:15:32 -0700 |
commit | 82df3f0fc9842758f15f12299c9113e48f1ccb5c (patch) | |
tree | 5a88144ed48769d26b990502384c76b4219d4f6a /docs/developer | |
parent | 6d1b57b0abafebd7bce63a7e16cb6eb9e0e369cc (diff) | |
parent | 39e93564bd831f74675f7917fc2746b71b510424 (diff) | |
download | aspectj-82df3f0fc9842758f15f12299c9113e48f1ccb5c.tar.gz aspectj-82df3f0fc9842758f15f12299c9113e48f1ccb5c.zip |
Merge pull request #62 from kriegaex/release-1.9.7.M3
Bugfix release 1.9.7.M3
Diffstat (limited to 'docs/developer')
-rw-r--r-- | docs/developer/RELEASE.md | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/docs/developer/RELEASE.md b/docs/developer/RELEASE.md index 89ecde1e8..785a0ebdd 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" |