diff options
author | nandkishorpatke <nandkishor-laxman.patke@t-systems.com> | 2023-11-15 13:02:21 +0530 |
---|---|---|
committer | nandkishorpatke <nandkishor-laxman.patke@t-systems.com> | 2023-11-15 13:08:38 +0530 |
commit | ceb00879950bde57cbc454e8d5808a58eb1524bd (patch) | |
tree | 1570e4d20c10ca6df4475c886f47182dc4fa6106 /pom.xml | |
parent | d9abaa46bd2ef24e04b7e68b5d8f2151a9b1a4ed (diff) |
[AAI] Update aai-schema version into v28 for cell and neighbour attributes
- Update aai-schema pom version into 1.12.3
- Update aai-schema default version to v28
Issue-ID: AAI-3663
Change-Id: I06f3e7158c94dd1214a122a7d4eb7f88594f49f5
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 @@ <!-- 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.9.4</aai.common.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> |