diff options
author | Alexander Kriegisch <Alexander@Kriegisch.name> | 2024-03-13 09:48:26 +0100 |
---|---|---|
committer | Alexander Kriegisch <Alexander@Kriegisch.name> | 2024-03-13 09:48:26 +0100 |
commit | a357991d673fd8eb02f060d7e884b4b3ffa39a56 (patch) | |
tree | cb1a87ec46785abeea8633a19dcb302733e36931 /docs | |
parent | 25175216ab388b76b33f8cd910c343126f31360b (diff) | |
download | aspectj-a357991d673fd8eb02f060d7e884b4b3ffa39a56.tar.gz aspectj-a357991d673fd8eb02f060d7e884b4b3ffa39a56.zip |
Release AspectJ 1.9.21.2V1_9_21_2
Diffstat (limited to 'docs')
-rw-r--r-- | docs/developer/RELEASE.md | 2 | ||||
-rw-r--r-- | docs/pom.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/developer/RELEASE.md b/docs/developer/RELEASE.md index 40e942233..db1b1e189 100644 --- a/docs/developer/RELEASE.md +++ b/docs/developer/RELEASE.md @@ -123,7 +123,7 @@ Before we release the staging repository though, we want to commit and tag the r ```shell # Commit the release POMs to Git (better do this from your IDE, verifying the # changes before staging them for Git commit) -git commit -am "Set version to 1.9.8.M2" +git commit -am "Release AspectJ 1.9.8.M2" # Tag release git tag V1_9_8_M2 diff --git a/docs/pom.xml b/docs/pom.xml index b69a68108..4e429f2cc 100644 --- a/docs/pom.xml +++ b/docs/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.aspectj</groupId> <artifactId>aspectj-parent</artifactId> - <version>1.9.22-SNAPSHOT</version> + <version>1.9.21.2</version> </parent> <artifactId>docs</artifactId> |