diff options
author | Alexander Kriegisch <Alexander@Kriegisch.name> | 2023-12-11 10:05:53 +0700 |
---|---|---|
committer | Alexander Kriegisch <Alexander@Kriegisch.name> | 2023-12-11 10:05:53 +0700 |
commit | bac644ec1b26210fc08d170eb0bb1048bdb0fa85 (patch) | |
tree | 4809bc15a1da1b21b065a7afd9a9cbec8e939f40 /aspectjmatcher | |
parent | 433beb72ccbc609d6d4bd9cee07d8a8985286830 (diff) | |
download | aspectj-bac644ec1b26210fc08d170eb0bb1048bdb0fa85.tar.gz aspectj-bac644ec1b26210fc08d170eb0bb1048bdb0fa85.zip |
Release AspectJ 1.9.21V1_9_21
Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>
Diffstat (limited to 'aspectjmatcher')
-rw-r--r-- | aspectjmatcher/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/aspectjmatcher/pom.xml b/aspectjmatcher/pom.xml index b26e3c0ba..ffbb25e8a 100644 --- a/aspectjmatcher/pom.xml +++ b/aspectjmatcher/pom.xml @@ -6,7 +6,7 @@ <parent> <groupId>org.aspectj</groupId> <artifactId>aspectj-parent</artifactId> - <version>1.9.21-SNAPSHOT</version> + <version>1.9.21</version> </parent> <artifactId>aspectjmatcher</artifactId> |