diff options
author | Alexander Kriegisch <Alexander@Kriegisch.name> | 2022-10-02 12:36:17 +0200 |
---|---|---|
committer | Alexander Kriegisch <Alexander@Kriegisch.name> | 2022-10-02 12:36:17 +0200 |
commit | dc2863a18e0547bad726f12755f6418c389b5613 (patch) | |
tree | c086fb44004f055cd6de60b1c8f041de39aca5ce /aspectjmatcher | |
parent | 15cef016830bc16c7c51afd41782f6ac061bfae5 (diff) | |
download | aspectj-dc2863a18e0547bad726f12755f6418c389b5613.tar.gz aspectj-dc2863a18e0547bad726f12755f6418c389b5613.zip |
Set Maven version to 1.9.19-SNAPSHOT
It makes sense to indicate the Java version in the minor-minor of
AspectJ artifacts.
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 f707b22e6..9f664c0bd 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.10-SNAPSHOT</version> + <version>1.9.19-SNAPSHOT</version> </parent> <artifactId>aspectjmatcher</artifactId> |