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 /aspectjmatcher | |
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 'aspectjmatcher')
-rw-r--r-- | aspectjmatcher/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/aspectjmatcher/pom.xml b/aspectjmatcher/pom.xml index 9f2cb4416..f707b22e6 100644 --- a/aspectjmatcher/pom.xml +++ b/aspectjmatcher/pom.xml @@ -6,7 +6,7 @@ <parent> <groupId>org.aspectj</groupId> <artifactId>aspectj-parent</artifactId> - <version>1.9.9</version> + <version>1.9.10-SNAPSHOT</version> </parent> <artifactId>aspectjmatcher</artifactId> |