diff options
author | Andrew Clement <aclement@vmware.com> | 2025-03-13 13:08:55 -0700 |
---|---|---|
committer | Andrew Clement <aclement@vmware.com> | 2025-03-13 13:08:55 -0700 |
commit | 6b07f144720d496bad27019298db9f451eb99df6 (patch) | |
tree | b82d03f93c23e8bd8b70927b42de6d8381b46d39 /runtime/pom.xml | |
parent | a7e060774e260965c704d7ff079c26fe8492fd01 (diff) | |
download | aspectj-6b07f144720d496bad27019298db9f451eb99df6.tar.gz aspectj-6b07f144720d496bad27019298db9f451eb99df6.zip |
Set pom versions to 1.9.23 for releaseV1_9_23
Diffstat (limited to 'runtime/pom.xml')
-rw-r--r-- | runtime/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/pom.xml b/runtime/pom.xml index d0d9e0b95..d853d4f00 100644 --- a/runtime/pom.xml +++ b/runtime/pom.xml @@ -6,7 +6,7 @@ <parent> <groupId>org.aspectj</groupId> <artifactId>aspectj-parent</artifactId> - <version>1.9.23-SNAPSHOT</version> + <version>1.9.23</version> </parent> <artifactId>runtime</artifactId> |