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 /lib | |
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 '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 7cbfa0019..9c6e60b66 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.9.1</version> + <version>1.9.10-SNAPSHOT</version> </parent> <artifactId>lib</artifactId> |