diff options
author | Alexander Kriegisch <Alexander@Kriegisch.name> | 2023-09-04 10:33:19 +0700 |
---|---|---|
committer | Alexander Kriegisch <Alexander@Kriegisch.name> | 2023-09-04 10:39:01 +0700 |
commit | 91e3dbf0e19bfa7f53088552df14b0923300dc49 (patch) | |
tree | 6fcf5370e64bf58c61b8e9bbb9717222b1d5d887 /aspectjrt | |
parent | f815c6482a87f1c21f31f04ecda2ba1dca4b61d6 (diff) | |
download | aspectj-91e3dbf0e19bfa7f53088552df14b0923300dc49.tar.gz aspectj-91e3dbf0e19bfa7f53088552df14b0923300dc49.zip |
AspectJ release 1.9.20.1
Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>
Diffstat (limited to 'aspectjrt')
-rw-r--r-- | aspectjrt/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/aspectjrt/pom.xml b/aspectjrt/pom.xml index b18defa4c..0730cccdc 100644 --- a/aspectjrt/pom.xml +++ b/aspectjrt/pom.xml @@ -6,7 +6,7 @@ <parent> <groupId>org.aspectj</groupId> <artifactId>aspectj-parent</artifactId> - <version>1.9.21-SNAPSHOT</version> + <version>1.9.20.1</version> </parent> <artifactId>aspectjrt</artifactId> |