diff options
author | Alexander Kriegisch <Alexander@Kriegisch.name> | 2024-02-14 09:27:32 +0700 |
---|---|---|
committer | Alexander Kriegisch <Alexander@Kriegisch.name> | 2024-02-14 09:27:32 +0700 |
commit | f70b4f67494b18607d39990f95b40d888b79525e (patch) | |
tree | fee0cc65771a51aff389f4ed981f57a24f909fac /asm | |
parent | d2a3860b66879b029b2606b3f974542ffa7e5ed9 (diff) | |
download | aspectj-f70b4f67494b18607d39990f95b40d888b79525e.tar.gz aspectj-f70b4f67494b18607d39990f95b40d888b79525e.zip |
Set version to 1.9.22-SNAPSHOT
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 091907690..e36278f07 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.21.1</version> + <version>1.9.22-SNAPSHOT</version> </parent> <artifactId>asm</artifactId> |