diff options
author | vani.kv <vani.kv@accenture.com> | 2024-07-29 18:12:35 +0530 |
---|---|---|
committer | vani.kv <vani.kv@accenture.com> | 2024-07-29 18:12:35 +0530 |
commit | 511c4415b2fe6582bf39d97b76130995142e21d7 (patch) | |
tree | 672fd4d59e9f8d355d498a5d74db732d82b530b8 /pom.xml | |
parent | eb1e3dbeb2d493f253ad0b720872fb08b9c0222d (diff) |
[AAI] Update aai-schema version to 1.12.5 in pom of resources
- Update aai-schema version to 1.12.5 in pom of resources
Issue-ID: AAI-3935
Change-Id: Ica6c43442d955fd8cd868a60f293c100d5a83264
Signed-off-by: vani.kv <vani.kv@accenture.com>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -49,7 +49,7 @@ <!-- GMaven plugin uses this property to figure out the name of the docker tag --> <aai.project.version>${project.version}</aai.project.version> <aai.common.version>1.14.4</aai.common.version> - <aai.schema.service.version>1.12.4</aai.schema.service.version> + <aai.schema.service.version>1.12.5</aai.schema.service.version> </properties> <build> <pluginManagement> |