diff options
author | nandkishorpatke <nandkishor-laxman.patke@t-systems.com> | 2024-05-23 12:37:46 +0530 |
---|---|---|
committer | nandkishorpatke <nandkishor-laxman.patke@t-systems.com> | 2024-05-23 12:37:57 +0530 |
commit | 3055c95aee5ad06d210f9a8ca0001593d8e87e82 (patch) | |
tree | 97e355e8f4418fb699a50b0d1d394b8a96aebefb /pom.xml | |
parent | 8bb967900e3a7bc4478a6ff43f5781c4ee32e2c5 (diff) |
[AAI] Update aai-schema version to 1.12.4 in traversal
- AAI schema addition for 3GPP RAN Network Slice Subnet
- and Slice-Profile Attributes & FeasibilityCheckJob
- Bump aai-schema pom version to 1.12.4
- Update aai-schema default version to v29
Issue-ID: AAI-3843
Change-Id: I99e9585653937a9305b412eeccfe3dac1403df88
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.3</aai.schema.service.version> + <aai.schema.service.version>1.12.4</aai.schema.service.version> </properties> <build> <pluginManagement> |