diff options
author | Alexander Kriegisch <Alexander@Kriegisch.name> | 2021-11-26 08:55:53 +0100 |
---|---|---|
committer | Alexander Kriegisch <Alexander@Kriegisch.name> | 2021-11-26 08:55:53 +0100 |
commit | 90ae35226e9bc9b06c1c8315cce0ced98fba3686 (patch) | |
tree | 94330c56eba92279152c4288d64c9b6f5b6a9039 /docs | |
parent | cbdb8e067c1c2b0d8ac19015ea4f7aa224eb54de (diff) | |
download | aspectj-90ae35226e9bc9b06c1c8315cce0ced98fba3686.tar.gz aspectj-90ae35226e9bc9b06c1c8315cce0ced98fba3686.zip |
More minor 1.9.7 to 1.9.8 version bumps in docs
Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/developer/RELEASE.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/developer/RELEASE.md b/docs/developer/RELEASE.md index ed06f6932..3d0db25be 100644 --- a/docs/developer/RELEASE.md +++ b/docs/developer/RELEASE.md @@ -121,7 +121,7 @@ Before we release the staging repository though, we want to commit and tag the r git commit -am "Set version to 1.9.8.M2" # Tag release -git tag V1_9_7_M2 +git tag V1_9_8_M2 # Set new snapshot version, increasing the version number after a final release mvn versions:set -DnewVersion=1.9.8-SNAPSHOT @@ -136,7 +136,7 @@ git commit -am "Set version to 1.9.8-SNAPSHOT" git push origin # Push the release tag to GitHub -git push origin V1_9_7_M2 +git push origin V1_9_8_M2 ``` OK, the Git house-keeping is done. Now finally, let us enjoy the fruits of our work and release the staging repository |