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 /version.properties | |
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 'version.properties')
-rw-r--r-- | version.properties | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/version.properties b/version.properties index 3d8437e..0351df9 100644 --- a/version.properties +++ b/version.properties @@ -4,7 +4,7 @@ # because they are used in Jenkins, whose plug-in doesn't support major_version=1 minor_version=12 -patch_version=2 +patch_version=1 base_version=${major_version}.${minor_version}.${patch_version} # Release must be completed with GIT information # in Jenkins |