diff options
author | Alexander Kriegisch <Alexander@Kriegisch.name> | 2021-05-28 16:56:26 +0700 |
---|---|---|
committer | Alexander Kriegisch <Alexander@Kriegisch.name> | 2021-05-28 16:56:26 +0700 |
commit | b9b13b7b5a46529b4ddd5ac1ece5a31f9886c57c (patch) | |
tree | 21c9e1ba1e9955713cfeb11ceca3b4a0bc5ed2c8 /ajdoc | |
parent | 9721f936bd8c7b8e95c100d7b2d0261950f8a80c (diff) | |
download | aspectj-b9b13b7b5a46529b4ddd5ac1ece5a31f9886c57c.tar.gz aspectj-b9b13b7b5a46529b4ddd5ac1ece5a31f9886c57c.zip |
Set version to 1.9.7-SNAPSHOT
Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>
Diffstat (limited to 'ajdoc')
-rw-r--r-- | ajdoc/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ajdoc/pom.xml b/ajdoc/pom.xml index 9b00496b4..875c4ce7f 100644 --- a/ajdoc/pom.xml +++ b/ajdoc/pom.xml @@ -6,7 +6,7 @@ <parent> <groupId>org.aspectj</groupId> <artifactId>aspectj-parent</artifactId> - <version>1.9.7.M3</version> + <version>1.9.7-SNAPSHOT</version> </parent> <artifactId>ajdoc</artifactId> |