diff options
author | Alexander Kriegisch <Alexander@Kriegisch.name> | 2022-03-31 19:09:44 +0700 |
---|---|---|
committer | Alexander Kriegisch <Alexander@Kriegisch.name> | 2022-03-31 19:09:44 +0700 |
commit | 8d33cfa5274720b7e72effb3f20ce09628b79787 (patch) | |
tree | a01372cb345f8df8112e87677917fd8005f2cce5 /asm | |
parent | 2a50eb41cb0704ecf4551a06fb382d02c78dd2e6 (diff) | |
download | aspectj-8d33cfa5274720b7e72effb3f20ce09628b79787.tar.gz aspectj-8d33cfa5274720b7e72effb3f20ce09628b79787.zip |
Release AspectJ version 1.9.9.1V1_9_9_1
Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>
Diffstat (limited to 'asm')
-rw-r--r-- | asm/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/asm/pom.xml b/asm/pom.xml index ff1bdc1ed..17b6bd579 100644 --- a/asm/pom.xml +++ b/asm/pom.xml @@ -6,7 +6,7 @@ <parent> <groupId>org.aspectj</groupId> <artifactId>aspectj-parent</artifactId> - <version>1.9.10-SNAPSHOT</version> + <version>1.9.9.1</version> </parent> <artifactId>asm</artifactId> |