diff options
author | Alexander Kriegisch <Alexander@Kriegisch.name> | 2023-12-11 10:07:25 +0700 |
---|---|---|
committer | Alexander Kriegisch <Alexander@Kriegisch.name> | 2023-12-11 10:07:25 +0700 |
commit | e13d569d24242f85ca5418a48325dc60b7dc9453 (patch) | |
tree | 75450f6bd7b2a8987892d5dc22f08ca9f7f40cea /lib | |
parent | bac644ec1b26210fc08d170eb0bb1048bdb0fa85 (diff) | |
download | aspectj-e13d569d24242f85ca5418a48325dc60b7dc9453.tar.gz aspectj-e13d569d24242f85ca5418a48325dc60b7dc9453.zip |
Set version to 1.9.22-SNAPSHOT
Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>
Diffstat (limited to 'lib')
-rw-r--r-- | lib/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/pom.xml b/lib/pom.xml index a40f0a2ac..12bc2a36d 100644 --- a/lib/pom.xml +++ b/lib/pom.xml @@ -7,7 +7,7 @@ <parent> <groupId>org.aspectj</groupId> <artifactId>aspectj-parent</artifactId> - <version>1.9.21</version> + <version>1.9.22-SNAPSHOT</version> </parent> <artifactId>lib</artifactId> |