diff options
author | Alexander Kriegisch <Alexander@Kriegisch.name> | 2021-10-08 11:22:02 +0200 |
---|---|---|
committer | Alexander Kriegisch <Alexander@Kriegisch.name> | 2021-10-08 11:22:02 +0200 |
commit | 29b024efe4cb4db803103aa099d60b9bc85bac6c (patch) | |
tree | 03306db574e001cb71c1c997d7fd7d94deeeb27b /testing | |
parent | 7eeb27c73003bff73ccf4829310097a540926f98 (diff) | |
download | aspectj-29b024efe4cb4db803103aa099d60b9bc85bac6c.tar.gz aspectj-29b024efe4cb4db803103aa099d60b9bc85bac6c.zip |
Set version to 1.9.8-SNAPSHOT
Diffstat (limited to 'testing')
-rw-r--r-- | testing/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/pom.xml b/testing/pom.xml index 2ee965251..d92ee25c4 100644 --- a/testing/pom.xml +++ b/testing/pom.xml @@ -6,7 +6,7 @@ <parent> <groupId>org.aspectj</groupId> <artifactId>aspectj-parent</artifactId> - <version>1.9.8.RC1</version> + <version>1.9.8-SNAPSHOT</version> </parent> <artifactId>testing</artifactId> |