diff options
author | Alexander Kriegisch <Alexander@Kriegisch.name> | 2022-03-24 17:56:14 +0700 |
---|---|---|
committer | Alexander Kriegisch <Alexander@Kriegisch.name> | 2022-03-24 18:12:20 +0700 |
commit | 1851f96e25a2037faacb3373a357d523c7e202e1 (patch) | |
tree | 402af2778f5a558f0e8a4178e2f524aff48120ad /lib | |
parent | f25573c72a9016204c32205633a7014a8b2bb99b (diff) | |
download | aspectj-1851f96e25a2037faacb3373a357d523c7e202e1.tar.gz aspectj-1851f96e25a2037faacb3373a357d523c7e202e1.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 b7fe8be46..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</version> + <version>1.9.10-SNAPSHOT</version> </parent> <artifactId>lib</artifactId> |