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 /testing-client | |
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 '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 55ddc05a0..864dac12c 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.9</version> + <version>1.9.10-SNAPSHOT</version> </parent> <artifactId>testing-client</artifactId> |