diff options
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> |