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 /testing | |
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 'testing')
-rw-r--r-- | testing/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/pom.xml b/testing/pom.xml index dc2120662..0bbb9f30b 100644 --- a/testing/pom.xml +++ b/testing/pom.xml @@ -6,7 +6,7 @@ <parent> <groupId>org.aspectj</groupId> <artifactId>aspectj-parent</artifactId> - <version>1.9.21</version> + <version>1.9.22-SNAPSHOT</version> </parent> <artifactId>testing</artifactId> |