diff options
author | 2024-07-29 15:16:11 +0530 | |
---|---|---|
committer | 2024-07-29 10:26:03 +0000 | |
commit | 42bc88fa4bc88f2b799aadd221170b62ebfce817 (patch) | |
tree | 3f513cf09ba5b6aa7f2e1bdcfc5a4d456ffc880d /pom.xml | |
parent | 5f16add9215e83714e52cd82131ce59bfde5bb3b (diff) |
[AAI] Update aai-schema version to 1.12.5 in pom of graphadmin
- Update aai-schema version to 1.12.5 in pom of graphadmin
Issue-ID: AAI-3935
Change-Id: Ib54bda8d094161462812eeec01a10a368f36b3b5
Signed-off-by: vani.kv <vani.kv@accenture.com>
Diffstat (limited to 'pom.xml')
-rwxr-xr-x | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -54,7 +54,7 @@ <!-- This value should be overwritten at runtime to wherever need to be pushed to --> <docker.push.registry>localhost:5000</docker.push.registry> <aai.docker.version>1.0.0</aai.docker.version> - <aai.schema.service.version>1.12.4</aai.schema.service.version> + <aai.schema.service.version>1.12.5</aai.schema.service.version> <aai.common.version>1.14.4</aai.common.version> <aai.build.directory>${project.build.directory}/${project.artifactId}-${project.version}-build/ </aai.build.directory> |