diff options
author | Alexander Kriegisch <Alexander@Kriegisch.name> | 2022-12-21 16:53:32 +0100 |
---|---|---|
committer | Alexander Kriegisch <Alexander@Kriegisch.name> | 2022-12-21 16:53:32 +0100 |
commit | cfeda34565a1a2e302f7cb3c3401f190a2029d71 (patch) | |
tree | 22c708bd389b3fd02358c12534693e4910d16ca1 /testing-client | |
parent | 271ff0f6404acf44d8ab5e5893bdf6b02374ebec (diff) | |
download | aspectj-cfeda34565a1a2e302f7cb3c3401f190a2029d71.tar.gz aspectj-cfeda34565a1a2e302f7cb3c3401f190a2029d71.zip |
Set version to 1.9.20-SNAPSHOT
Diffstat (limited to 'testing-client')
-rw-r--r-- | testing-client/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing-client/pom.xml b/testing-client/pom.xml index b64f920b4..f1f5be6b5 100644 --- a/testing-client/pom.xml +++ b/testing-client/pom.xml @@ -6,7 +6,7 @@ <parent> <groupId>org.aspectj</groupId> <artifactId>aspectj-parent</artifactId> - <version>1.9.19</version> + <version>1.9.20-SNAPSHOT</version> </parent> <artifactId>testing-client</artifactId> |