diff options
author | Alexander Kriegisch <Alexander@Kriegisch.name> | 2022-03-31 19:11:46 +0700 |
---|---|---|
committer | Alexander Kriegisch <Alexander@Kriegisch.name> | 2022-03-31 19:11:46 +0700 |
commit | 5034f9966437b96cdb0419af92d721572e4dde08 (patch) | |
tree | 500192c96ab0af671619fac528e204cef8ec1e1a /testing | |
parent | 8d33cfa5274720b7e72effb3f20ce09628b79787 (diff) | |
download | aspectj-5034f9966437b96cdb0419af92d721572e4dde08.tar.gz aspectj-5034f9966437b96cdb0419af92d721572e4dde08.zip |
Set version to 1.9.10-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 35666062b..ae7fd0d9a 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.9.1</version> + <version>1.9.10-SNAPSHOT</version> </parent> <artifactId>testing</artifactId> |