diff options
author | nandkishorpatke <nandkishor-laxman.patke@t-systems.com> | 2023-11-15 17:05:38 +0530 |
---|---|---|
committer | Nandkishor Patke <nandkishor-laxman.patke@t-systems.com> | 2023-11-15 12:57:56 +0000 |
commit | 484f82358f7a466675bf916d22b778f7ad809bb5 (patch) | |
tree | 7baaca8b9f59be25331117f5264189023d12ab49 /pom.xml | |
parent | 818806ec5b3810da0599aa0a7538583cdcc0bfca (diff) |
[AAI] Update aai-schema version v28 as default in the pom of traversal
- Update aai-schema version v28 as default in the pom of traversal
- Update aai-schema version v28 as default in properties
Issue-ID: AAI-3663
Change-Id: Ia2d0366c561cc468edf853720408197f4d52877e
Signed-off-by: nandkishorpatke <nandkishor-laxman.patke@t-systems.com>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -49,7 +49,7 @@ <staging.path>/content/repositories/staging/</staging.path> <!-- GMaven plugin uses this property to figure out the name of the docker tag --> <aai.project.version>${project.version}</aai.project.version> - <aai.schema.service.version>1.12.1</aai.schema.service.version> + <aai.schema.service.version>1.12.3</aai.schema.service.version> </properties> <build> <pluginManagement> |