diff options
author | nandkishorpatke <nandkishor-laxman.patke@t-systems.com> | 2023-10-26 17:40:11 +0530 |
---|---|---|
committer | nandkishorpatke <nandkishor-laxman.patke@t-systems.com> | 2023-10-26 17:44:37 +0530 |
commit | f380fb4be2d314984e238908b8d1b623762aadb8 (patch) | |
tree | e3160dfd386c94ea992a62794c2c37b201c44a49 /aai-annotations | |
parent | 23760220f3d156b927838e4888ad00fb21e905c6 (diff) |
[AAI] Remove v28 version and Add Schema changes for Cell and Neighbour in v27 version
- Facing issue while using latest aai-shema(1.11.2) version so reverting aai-schema maven version
- Remove v28 version due to issue in aai-resource component
- Added AAI Cell band and Neighbour objects relation-type attributes into v27 version
Issue-ID: AAI-3663
Change-Id: Ic5aaab474652ff96ed67b0af42adbae09f0e963f
Signed-off-by: nandkishorpatke <nandkishor-laxman.patke@t-systems.com>
Diffstat (limited to 'aai-annotations')
-rw-r--r-- | aai-annotations/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/aai-annotations/pom.xml b/aai-annotations/pom.xml index 50e9171..14e57e2 100644 --- a/aai-annotations/pom.xml +++ b/aai-annotations/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>org.onap.aai.schema-service</groupId> <artifactId>schema-service</artifactId> - <version>1.12.2-SNAPSHOT</version> + <version>1.12.1-SNAPSHOT</version> </parent> <artifactId>aai-annotations</artifactId> <name>aai-annotations</name> |