diff options
author | Alexander Kriegisch <Alexander@Kriegisch.name> | 2021-05-28 15:20:36 +0700 |
---|---|---|
committer | Alexander Kriegisch <Alexander@Kriegisch.name> | 2021-05-28 16:27:34 +0700 |
commit | 9721f936bd8c7b8e95c100d7b2d0261950f8a80c (patch) | |
tree | 01ef63ed18c5117d06bfc275ad1e32f84f1c0c5d /ajdoc | |
parent | 94499e06295b4d3754c7228ad4e5710d2ac5ba42 (diff) | |
download | aspectj-9721f936bd8c7b8e95c100d7b2d0261950f8a80c.tar.gz aspectj-9721f936bd8c7b8e95c100d7b2d0261950f8a80c.zip |
Set version to 1.9.7.M3V1_9_7_M3
This is a bugfix release, reverting the essential parts of commit
f70aeb5e, because it causes AspectJ Maven integration tests using
javadoc to fail on JDK 8.
See commit discussion on
https://github.com/eclipse/org.aspectj/commit/f70aeb5e#commitcomment-51417353
Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>
Diffstat (limited to 'ajdoc')
-rw-r--r-- | ajdoc/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ajdoc/pom.xml b/ajdoc/pom.xml index 875c4ce7f..9b00496b4 100644 --- a/ajdoc/pom.xml +++ b/ajdoc/pom.xml @@ -6,7 +6,7 @@ <parent> <groupId>org.aspectj</groupId> <artifactId>aspectj-parent</artifactId> - <version>1.9.7-SNAPSHOT</version> + <version>1.9.7.M3</version> </parent> <artifactId>ajdoc</artifactId> |